.text-primary {
  color: #1cc28a;
}
.fg-text-20 {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.fg-text-16 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.fg-text-16-xs {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.fg-text-primary {
  color: #1cc28a;
}
.fg-product .contrary-section {
  padding: 195px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fg-product .contrary-section:nth-child(even) .contrary-section-content {
  flex-direction: row-reverse;
}
.fg-product .contrary-section-content {
  max-width: 1264px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  flex: 1;
  gap: 10px;
}
.fg-product .contrary-section-content-text {
  max-width: 368px;
}
.fg-product .contrary-section-content-text-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
.fg-product .contrary-section-content-text-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 24px;
  color: rgba(53, 48, 48, 0.7);
}
.fg-product .contrary-section-content-text-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 32px;
  margin-top: 48px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  border-radius: 8px;
  background-color: #1cc28a;
}
.fg-product .contrary-section-content-img {
  flex: 1;
  max-width: 760px;
  aspect-ratio: 760/570;
  box-shadow: 0px 32px 64px 0px rgba(53, 48, 48, 0.1);
  border: 1px solid #edf0ef;
  overflow: hidden;
  border-radius: 32px;
}
.fg-product .bg-1 {
  background: linear-gradient(90deg, #fff 50%, #b5d2fc 50%);
}
.fg-product .bg-2 {
  background: linear-gradient(90deg, #ffb429 50%, #fff 50%);
}
.fg-product .bg-3 {
  background: linear-gradient(90deg, #fff 50%, #1cc28a 50%);
}
.fg-product .bg-4 {
  background: linear-gradient(90deg, #b2a9fe 50%, #ffffff 50%);
}
@media (max-width: 750px) {
  .fg-product .bg-1,
  .fg-product .bg-2,
  .fg-product .bg-3,
  .fg-product .bg-4 {
    background: none;
  }
  .fg-product .contrary-section {
    padding: 48px 48px 0;
  }
  .fg-product .contrary-section .contrary-section-content {
    flex-direction: column-reverse !important;
    text-align: center;
  }
  .fg-product .contrary-section .contrary-section-content-text {
    margin-top: 24px;
  }
  .fg-product .contrary-section .contrary-section-content-text-title {
    font-size: 32px;
    line-height: 40px;
  }
  .fg-product .contrary-section .contrary-section-content-text-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  .header-of-page a {
    display: none !important;
  }
  .header-of-page .header-content {
    display: block;
  }
  .header-of-page .header-content .logo {
    display: block !important;
  }
}
