.common {
  /* media queries */
  /* /media queries */
}
.common__container {
  margin-top: 40px;
}
.common__title {
  margin-block: 11px 30px;
  font-weight: 800;
  font-size: 46px;
  line-height: 100%;
}
.common__main__img {
  height: 232px;
  border-radius: 32.21px;
}
.common__main__img, .common__sub__img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .common__container {
    margin-top: 50px;
  }
  .common__title {
    margin-block: 20px 50px;
    font-size: 78px;
    line-height: 100%;
  }
  .common__main__img {
    width: calc(54.7% - 54px);
  }
  .common__main__img, .common__sub__img {
    border-radius: 54px;
    height: 388px;
  }
}
@media screen and (min-width: 1400px) {
  .common__container {
    padding-inline: 140px;
  }
}
/*# sourceMappingURL=common.min.css.map */
