.whale-article {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.whale-article__avatar {
  margin: 0 auto;
  padding: 10px;
  border-radius: 50%;
  overflow: hidden;
}
.whale-article__avatar img {
  width: 100%;
}
.whale-article__image {
  width: 100%;
  margin: 0 auto;
}
.whale-article__image--with-shadow {
  box-shadow: 1px 1px 10px 5px rgba(255, 0, 0, 0.25);
}
.whale-article__image img {
  width: 100%;
}
.whale-article__paragraph {
  color: rgb(136, 136, 136);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.5px;
  font-weight: 500;
  max-width: 620px;
  text-align: center;
  margin: 0 auto; 
  padding: 12px 0px;
}

/* whale-article 1 */
.whale-article-1 .section__title-cursive {
  margin-top: 0;
  margin-bottom: 5px;
}
.whale-article-1 .whale-article__image {
  max-width: 656px;
  padding-top: 40px;
}

/* whale-article 2 */
.whale-article-2 .section__title-bold {
  font-size: 45px;
  line-height: 1.2;
}
.whale-article-2 .whale-article__avatar {
  height: 190px;
  aspect-ratio: 1;
}
.whale-article-2 .section__title-cursive {
  font-size: 55px;
  line-height: 1;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.whale-article-2 .whale-article__image {
  max-width: 390px;
  padding: 10px;
  width: 100%;
  padding: 0;
}
.whale-article-2 .whale-article__paragraph {
  max-width: 650px;
  color: rgb(158, 158, 158);
}

@media (max-width: 800px) {
  .whale-article {
    padding: 10px 20px;
  }
  .whale-article-1 .whale-article__image {
    padding-top: 10px;
  }
  .whale-article .whale-article__paragraph br {
    display: none;
  }
}

@media (max-width: 700px) {
  .whale-article-2 .whale-article__paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }
  .whale-article-2 .whale-article__paragraph br {
    display: none;
  }
}

.whale-trust .section__title-bold {
  font-size: 45px;
  line-height: 1.2;
}
.reviews-slider.whale__reviews-slider {
  width: 100%;
  max-width: 1180px;
  margin-top: 10px;
}

.whale-examples .section__title-cursive {
  font-size: 65px;
  line-height: 1;
}
.whale-examples__cards {
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0px 30px 0px;
}
.whale-examples__cards .card .card__content {
  padding: 15px;
}

.last-trades .section__title-bold {
  font-size: 45px;
  line-height: 1.2;
}
.last-trades .section__subtitle-italic {
  margin-bottom: 10px;
}
.last-trades {
  width: 100%;
  max-width: 1040px;
  padding: 20px;
}
.last-trades__segment {
  padding-top: 20px;
}
.last-trades__segment__title {
  text-align: center;
  color: rgb(158, 158, 158);
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -0.5px;
}
.last-trades__segment__cards {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.expectations {
  max-width: 1040px;
  width: 100%;
  padding: 10px 20px;
}
.expectations .section__title-bold {
  font-size: 45px;
  line-height: 1.2;
  margin-top: 0;
}
.expectations .section__subtitle-italic {
  font-size: 24px;
}
.expectations__cards {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}
.expectations .card__title {
  font-size: 20px;
  line-height: 28px;
}

.offer__whale-article .section__title-bold {
  margin-top: 30px;
  font-size: 45px;
  line-height: 1.2;
}
.offer__whale-article .section__subtitle-italic {
  margin-bottom: 40px;
}
.offer__whale-article .whale-article__image-1 {
  max-width: 870px;
  margin-bottom: 10px;
}
.offer__whale-article .whale-article__image-2 {
  max-width: 360px;
  display: flex;
  justify-content: center;
}
.offer__whale-article .whale-article__image-2 img {
  height: 100%;
}
.whale-disclaimer {
  padding: 14px 40px;
  box-shadow: 0px 1px 30px 5px rgba(255, 0, 0, 0.2);
  border: 1px solid #666666;
  margin: 0 auto;
  margin-top: 30px;
  width: 58%;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.7px;
  color: rgb(153, 153, 153);
  text-align: center; 
}
.whale-disclaimer span {
  font-style: italic;
}

@media (max-width: 1100px) {
  .whale-examples__cards,
  .last-trades__segment__cards,
  .expectations__cards {
    flex-direction: column;
    align-items: center;
    gap: 20px; 
  }
  :is(.whale-examples__cards,
  .last-trades__segment__cards,
  .expectations__cards .card) .card {
    flex: 0 0 auto;
  }
}

@media (max-width: 768px) {
  :is(.whale-article-2, .whale-trust, .last-trades, .expectations, .offer__whale-article) .section__title-bold {
    font-size: 32px;
    line-height: 36px;
  }
  :is(.whale-article-2, .whale-trust, .last-trades, .expectations, .offer__whale-article) .section__subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  :is(.whale-article-2, .whale-trust, .last-trades, .expectations, .offer__whale-article) .section__title-cursive {
    font-size: 48px;
  }
  :is(.whale-article-2, .whale-trust, .last-trades, .expectations, .offer__whale-article) .section__subtitle-italic {
    font-size: 14px;
  }
  .section__title-bold br,
  .section__subtitle br,
  .section__title-cursive br,
  .section__subtitle-italic br {
    display: none;
  }
}

@media (max-width: 425px) {
  :is(.whale-article-2, .trust, .last-trades, .expectations, .offer__whale-article) .section__title-bold {
    font-size: 28px;
    line-height: 32px;
  }
  :is(.whale-article-2, .trust, .last-trades, .expectations, .offer__whale-article) .section__subtitle {
    font-size: 18px;
    line-height: 22px;
  }
  :is(.whale-article-2, .trust, .last-trades, .expectations, .offer__whale-article) .section__title-cursive {
    font-size: 36px;
  }
}