:root {
  --h-octg-section-max-width: 1360px;
}

.home_octg {
  display: flex;
  width: 100%;
  justify-content: center;
}

.home_octg_sz {
  display: flex;
  width: calc(100% - 20px);
  max-width: var(--h-octg-section-max-width);
  align-items: flex-start;
}

.home_octg_left {
  width: 35%;
}

.home_octg_right {
  width: 65%;
}

.home_octg_left {
  position: relative;
}

.home_octg_left img {
  width: 100%;
  border-radius: 0 100px 100px 100px;
  overflow: hidden;
}

.home_octg_right_sz {
  display: flex;
  width: 100%;
  margin-left: -280px;
  padding: 40px 0 60px 280px;
  margin-top: 70px;
  background: #A1C85423 0% 0% no-repeat padding-box;
  border-radius: 64px;
  flex-direction: column;
  align-items: center;
}

.home_octg_right_title,
.home_octg_right_text,
.home_octg_right_btn_c {
  display: block;
  width: calc(100% - 40px);
  overflow: hidden
}

.home_octg_right_title {
  color: var(--h-presentation-title-color);
  font-family: 'Industry_Black', sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.1;
  text-align: left;
  position: relative;
  padding-top: 20px;
}

.home_octg_right_title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #A1C854;
  border-radius: 2px;
}

.home_octg_right_text {
  color: var(--h-presentation-text-color);
  font-family: 'Noto_Regular', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.home_octg_right_text ul {
  padding: 0;
  list-style: none;
}

.home_octg_right_text li {
    position: relative;
    padding-left: 20px;

    color: #4A5568;
    font-family: 'Noto_Regular', sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-top: 12px;
}

.home_octg_right_text li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #A1C854;
    border-radius: 50%;
}




.home_octg_right_btn_c {
  display: flex;
  justify-content: flex-start;
}

.home_octg_right_btn {
  display: flex;
  margin: 30px 0 0 0;
  padding: 14px 20px;
  font-family: 'Noto_Regular', sans-serif;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  text-decoration: none;
  background: #F39200;
  border-radius: 0 30px 30px 30px;
  opacity: 1;
  align-items: center;
}

.home_octg_right_btn span:nth-child(1) svg {
  height: 14px;
  width: auto;
  margin-right: 8px;
  fill: #FFF;
}

.home_octg_right_btn:hover {
  color: #F39200;
  background: #FFFFFF;
}

.home_octg_right_btn:hover span:nth-child(1) svg {
  fill: #F39200;
}



/* Responsive Tablet */
@media (max-width: 1200px) {
  .home_octg_right_sz {
    margin-left: -200px;
    padding-left: 200px;
    margin-top: 50px;
    box-sizing: border-box;
  }

  .home_octg_right_title,
  .home_octg_right_text,
  .home_octg_right_btn_c {
    max-width: 500px;
  }
}

@media (max-width: 1024px) {
  .home_octg_sz {
    flex-direction: column;
  }

  .home_octg_left,
  .home_octg_right {
    width: 100%;
  }

  .home_octg_right_sz {
    margin-left: 0;
    padding: 60px 20px;
    margin-top: -50px;
    border-radius: 40px;
  }

  .home_octg_left img {
    border-radius: 0 60px 60px 60px;
  }
}

/* Responsive Mobile */
@media (max-width: 768px) {
  .home_octg_right_sz {
    padding: 40px 15px;
    margin-top: -30px;
    border-radius: 30px;
  }

  .home_octg_right_title {
    font-size: 28px;
    padding-top: 15px;
  }

  .home_octg_right_title::before {
    width: 40px;
    height: 3px;
  }

  .home_octg_right_text {
    font-size: 18px;
  }

  .home_octg_right_btn {
    font-size: 16px;
    padding: 12px 18px;
    margin: 20px 0 0 0;
  }

  .home_octg_left img {
    border-radius: 0 40px 40px 40px;
  }
}

@media (max-width: 480px) {
  .home_octg_right_sz {
    padding: 30px 15px;
    margin-top: -20px;
  }

  .home_octg_right_title {
    font-size: 24px;
  }

  .home_octg_right_text {
    font-size: 18px;
  }
}


@media (max-width: 1024px) {
  .home_octg_right_text li {
    font-size: 18px;
    line-height: 1.5;
  }
}
