.desc-with-img {
  padding: 120px 0 80px;
}
@media only screen and (max-width: 1200px) {
  .desc-with-img {
    padding: 90px 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  .desc-with-img {
    padding: 55px 0 55px;
  }
}
@media only screen and (max-width: 575px) {
  .desc-with-img {
    padding: 55px 0 45px;
  }
}
.desc-with-img__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.desc-with-img__desc {
  width: 55%;
}
.desc-with-img__img {
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 355px;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .desc-with-img__img {
    max-width: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .desc-with-img__img {
    margin-left: 0;
    margin-top: 45px;
  }

  .desc-with-img__desc {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .desc-with-img__img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .desc-with-img__img {
    margin: 40px auto 0;
  }
}
.desc-with-img__img svg,
.desc-with-img__img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.desc-with-img__title {
  margin-bottom: 24px;
  padding: 0;
  font-weight: 700 !important;
  font-size: 72px;
  line-height: 1;
  color: var(--color-gray-blue);
}
@media only screen and (max-width: 1200px) {
  .desc-with-img__title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .desc-with-img__title {
    font-size: 54px !important;
  }
}
@media only screen and (max-width: 575px) {
  .desc-with-img__title {
    font-size: 36px !important;
    margin-bottom: 15px;
    text-align: center;
  }
}
.desc-with-img__text {
  max-width: 646px;
  color: #545454;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .desc-with-img__text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .desc-with-img__text {
    font-size: 16px;
    text-align: center;
  }
}
.desc-with-img__text p {
  margin: 0;
  padding: 0;
}
