
.opps {
  padding: 0 11px;
  max-width: 1488px;
  
  
  
  color: #0a2925;
  z-index: 1;
  position: relative;
}

.opps__inner {

  
  
  gap: 46px;
  
}


.opps__visual {
  flex: 0 0 auto;
}

.opps__card {
  width: 863px;
  
  height: 573px;
  border-radius: 20px;
  overflow: hidden;
  
  
  
  
  
  background: linear-gradient(180deg, #3C766F 0%, #096F64 44.71%, #113834 100%);

  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18), inset 0 0 0 1px rgba(255, 255, 255, .06);
}

.opps__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  
  
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .25));
  pointer-events: none;
}


.opps__content {
  max-width: 554px;
  
  
  gap: 39px;
}

.opps__title {
  font-size: 34px;
  line-height: 41px;
  font-weight: 400;
  color: #0A2925;
}

.opps__text {
  font-size: 25px;
  line-height: 30px;
  color: #0A2925;
}

.opps__btn {
  
  
  
  border: 1px solid #5B6A65;
  max-width: 351px;
  background: #fff;
  border-radius: 20px;
  padding: 13px 54px;
  font-size: 20px;
  line-height: 24px;
  color: #0a2925;
  
  transition: all 0.5s ease;
}

.opps__btn:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
  border-color: #bfd3cf;

}
.opps__btn svg{  
  transition: all 0.5s ease;
}


.opps__btn:hover svg{
    transform: translateX(4px);
}



@media (min-width: 800px) and (max-width: 1600px) {
  .opps {
    max-width: 1190px;
    padding: 0 9px;
  }

  .opps__inner {
    gap: 37px;
  }

  .opps__card {
    width: 450px;
    height: 450px;
    border-radius: 16px;
  }

  .opps__content {
    max-width: 443px;
    gap: 31px;
  }

  .opps__title {
    font-size: 27px;
    line-height: 33px;
  }

  .opps__text {
    font-size: 20px;
    line-height: 24px;
  }

  .opps__btn {
    max-width: 281px;
    padding: 10px 43px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .opps__inner {
    flex-direction: column-reverse;
    gap: 46px;
    justify-content: center;
    align-items: center !important;
  }
  .opps__card{
    border-radius: 7.79px;
  }
  .opps__content {
    max-width: 100%;
    width: 100%;
  }
  .opps__text{
    font-size: 22px;
    line-height: 1.4;
  }
  .opps__btn{
    max-width: 100%;
    padding: 13px 46.5px;
    font-size: 20px;
    gap: 0;
    
  }
  .opps__card {
    width: 100%;
    height: auto;
    aspect-ratio: 863 / 573;
  }
}
