@media screen and (min-width: 1201px) {
  .subscribe-social .container {
    width: 1200px;
    padding: 0;
  }
}

.subscribe-social {
  background-color: #FDF1F1;
}

.sub-wrapper {
  display: flex;
  justify-content: space-between;

  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #2B2D32;
}

.sub-wrapper span {
  display: block;
}

.sub-caption {
  margin-top: 78px;
}

.sub-prev {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  opacity: 0.8;
  margin: 15px 0;
}

.sub-title {
  font-weight: 700;
  font-size: 64px;
  line-height: 110%;
  margin-bottom: 20px;
}

.sub-desc {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 45px;
}

.social-list {
  display: flex;
  column-gap: 20px;
}

.social-item {
  list-style: none;
}

.social-item > a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 540px;
  aspect-ratio: 1 / 1;
}

@media screen and (max-width: 1200px) {
  .offer {
    overflow: hidden;
    position: relative;
  }
}

@media screen and (max-width: 992px) {
  .sub-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .sub-caption {
    margin-top: 30px;
    margin-bottom: 84px;
    text-align: center;
  }

  .sub-prev {
    font-size: 16px;
    line-height: 20px;
  }

  .sub-title {
    font-size: 60px;
    line-height: 110%;
  }

  .sub-desc {
    font-size: 20px;
    line-height: 27px;
  }

  .social-list {
    justify-content: center;
  }

  .sub-image {
    height: 450px;
  }

  .sub-image > img {
    width: auto;
    height: 390px;
    aspect-ratio: 360 / 450;
  }
}

@media screen and (max-width: 648px) {
  .sub-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 420px) {
  .sub-caption {
    margin-bottom: 64px;
  }

  .sub-title {
    font-size: 24px;
  }

  .sub-desc {
    font-size: 14px;
    line-height: 19px;
  }

  .sub-image {
    height: 324px;
    align-items: flex-end;
  }

  .sub-image > img {
    height: 264px;
  }
}
