.offer {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.offer__wrapper {
  width: 100%;
  background: #1486C9;
  padding: 60px;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .offer__wrapper {
    padding: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1540px) {
  .offer__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.offer__wrapper p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 50px;
  line-height: 120%;
  color: #fff;
  max-width: 1000px;
}
@media screen and (max-width: 1400px) {
  .offer__wrapper p {
    font-size: clamp(1.375rem, 0.8565rem + 2.5926vw, 3.125rem);
  }
}/*# sourceMappingURL=offer.css.map */