.faq-image {
  position: relative;
  right: -15px;
}

@media (max-width: 992px) {
  .faq-title {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .faq-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: left;
  }
}

@media (max-width: 575px) {
  .div-img {
    height: 330px;
    background-image: url("../img/faqs_1.svg");
    background-size: 130% 100%;
    background-position: -40px;
    background-repeat: no-repeat;
  }
  .m-mobile-40 {
    margin-bottom: 40px;
  }
  .mt-xs-40 {
    margin-top: 40px;
  }
}
