.pt_100{
padding-top: 100px;
}

.container.container_active {
  max-width: 1180px !important;
  
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.border-gray {
  border: 1px solid #000000;
  padding: 45px !important;
  background-color: #fefefe;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.gap-40 {
  gap: 0;
}

.container.container_active .px-75 {
  padding: 75px;
}

.px-75 {
  padding: 35px 20px;
}
.text-align-right {
  text-align: right;
}
.feature-img {
  width: 444px;
  height: 215px;
}
.section-heading {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.03em;
  padding: 50px 0;
  color:#080808;
}
.learm-more-btn {
  text-transform: uppercase;
  width: 175px;
  height: 36px;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  gap: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-align: left;
  background-color: #080808;
  color: #fefefe;
  display: block;
  text-decoration: none;
}

.learm-more-btn.hide-btn {
  display: none;
}

.learm-more-btn:hover {
  background: #00c14e;
  color: #fff;
}


.sol-title {
  font-weight: 400;

  letter-spacing: 0.03em;
  text-align: left;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  color: #080808;
}
.sol-description {
  font-weight: 400;

  letter-spacing: 0.03em;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
}
.section-review {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-align: left;
  position: relative;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 100%;
  margin-bottom: 20px;

  text-transform: uppercase;
}
.section-review::before {
  background: #fefefe;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: -15px;
  width: 2000px;
  z-index: 9;
}
.dark::before {
  background: #080808;
}

@media (min-width: 768px) and (max-width: 992px) {
  .border-gray {
    border: 1px solid #000000;
    padding: 22px;
    background-color: #fefefe;
  }
  .col-6 {
    width: 100%;
    text-align: center;
  }
  .gap-40 {
    gap: 40px;
  }
  .row {
    align-items: left;
  }
  .px-75 {
    padding: 35px 20px;
  }
  .feature-img {
    width: 100%;
    height: 250px;
  }
  .section-heading {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.03em;
    padding: 50px 0;
  }
  .learm-more-btn {
    width: 175px;
    height: 36px;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    gap: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-align: left;
    background-color: #080808;
    color: #fefefe;
    display: block;
  }
  .section-review {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
@media (max-width: 575px) {
  .section-review {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .sol-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    padding-bottom: 20px;
  }
  .sol-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .sol-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    padding-bottom: 20px;
  }
  .sol-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .learm-more-btn {
    width: 175px;
    height: 36px;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    gap: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-align: left;
    background-color: #080808;
    color: #fefefe;
    display: block;
  }
  .feature-img {
    width: 100%;
    height: 165px;
  }
  .row {
    align-items: left;
    flex-direction: column-reverse;
  }
  .px-75 {
    padding: 35px 20px;
  }
  .gap-40 {
    gap: 40px;
  }
  .col-6 {
    width: 100%;
  }
  .section-heading {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.03em;
    padding: 50px 0;
  }
    .border-gray {
    border: 1px solid #000000;
    padding: 22px;
    background-color: #fefefe;
  }
}

.feature-image-container img{
  object-fit: contain;