.message-1 .section-title{
        font-style: normal;
    font-weight: 700;
    font-size: 62px;
    color: #4c2420;
    line-height: 100px;
    text-transform: uppercase;
}

.section-title span{
    background: linear-gradient(to bottom, #ee7400, #BB462D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    text-decoration: underline;
}

.message-1 .img{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.message-1 .img-fluid{
  width: 100%;
  height: auto;
  max-width: 550px;
  border-radius: 20px;
  margin-bottom: 20px;

}

.message-1 .title{
    color: black;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Parkinsans';
}

.message-1 .desti{
  font-size: 16px;
  font-weight: 600;
}
.message-1 .desc{
        margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
    text-indent: 0px;
    line-height: 30px;
    font-family: 'Parkinsans';
}

.message-1 .quotes{
    background-color: #FCDBBB;
    padding: 20px;
    border-radius: 20px;
}

.message-1 .quotes p{
    color: black;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
}

/* ==============================================================
   LARGE SCREENS / ZOOM-OUT (≥ 1400px)
   Browser at 80%–90% zoom on a 1920px monitor lands here.
   ============================================================== */
@media (min-width: 1400px) {
  .message-1 {
    max-width: 1320px;
    margin: 0 auto;
  }
 
  .message-1 .section-title {
    font-size: 58px;
    line-height: 1.15;
  }
 
  .message-1 .desc {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
  }
 
  .message-1 .quotes p {
    font-size: 20px;
  }
}
 
/* ==============================================================
   EXTRA LARGE / ZOOM-OUT (≥ 1600px)
   Browser at 75% or lower zoom.
   ============================================================== */
@media (min-width: 1600px) {
  .message-1 {
    max-width: 1480px;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
 
  .message-1 .section-title {
    font-size: 64px;
  }
 
  .message-1 col-6 img {
    max-height: 520px;
  }

  .message-1 .desc {
    font-size: 18px;
    line-height: 1.8;
    text-align: justify;
}
}
 
 
/* ==============================================================
   STANDARD DESKTOP (992px – 1399px)
   Covers 100% zoom on typical 1280–1440px screens.
   ============================================================== */
@media (min-width: 992px) and (max-width: 1399px) {
  .message-1 .section-title {
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.2;
  }
 
  .message-1 .desc {
    font-size: 16px;
    line-height: 1.75;
  }
 
  .message-1 .quotes p {
    font-size: 17px;
  }
 
  .message-1 .col-6 {
    padding: 0 16px;
  }
}
 
 
/* ==============================================================
   TABLET LANDSCAPE / SMALL DESKTOP (768px – 991px)
   Covers 110%–125% zoom on 1024px devices.
   ============================================================== */
@media (min-width: 768px) and (max-width: 991px) {
  .message-1 .row {
    flex-direction: column;
    align-items: center;
  }
 
  .message-1 .col-6 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 12px;
    margin-bottom: 24px;
  }
 
  .message-1 .col-6 img {
    max-width: 380px;
    margin: 0 auto;
  }
 
  .message-1 .section-title {
    font-size: 42px;
    line-height: 1.2;
    text-align: center;
  }
 
  .message-1 .quotes {
    text-align: center;
  }
 
  .message-1 .quotes p {
    font-size: 16px;
  }
 
  .message-1 .desc {
    font-size: 15px;
    line-height: 1.75;
    text-align: justify;
  }
 
  .message-1 .title {
    font-size: 17px;
  }
}
 
 
/* ==============================================================
   TABLET PORTRAIT (576px – 767px)
   Covers 125%–150% zoom on 1024px.
   ============================================================== */
@media (min-width: 576px) and (max-width: 767px) {
  .message-1.container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
 
  .message-1 .row {
    flex-direction: column;
    align-items: center;
  }
 
  .message-1 .col-6 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 8px;
    margin-bottom: 20px;
  }
 
  .message-1 .col-6 img {
    max-width: 300px;
    margin: 0 auto;
  }
 
  .message-1 .section-title {
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
  }
 
  .message-1 .quotes {
    text-align: center;
    padding: 14px;
    border-radius: 14px;
  }
 
  .message-1 .quotes p {
    font-size: 15px;
  }
 
  .message-1 .desc {
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
  }
 
  .message-1 .title {
    font-size: 16px;
  }
}
 
 
/* ==============================================================
   MOBILE (max 575px)
   Covers 150%+ browser zoom.
   ============================================================== */
@media (max-width: 575px) {
  .message-1.container {
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
 
  .message-1 .row {
    flex-direction: column;
    align-items: center;
  }
 
  .message-1 .col-6 {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 6px;
    margin-bottom: 18px;
  }
 
  .message-1 .col-6 img {
    max-width: 240px;
    margin: 0 auto;
    border-radius: 10px;
  }
 
  .message-1 .section-title {
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 14px;
  }
 
  .message-1 .quotes {
    padding: 12px 14px;
    border-radius: 12px;
    text-align: center;
  }
 
  .message-1 .quotes p {
    font-size: 14px;
    line-height: 1.6;
  }
 
  .message-1 .desc {
    font-size: 13.5px;
    line-height: 1.7;
    margin-top: 12px;
    text-align: justify;
  }
 
  .message-1 .title {
    font-size: 15px;
    margin-top: 10px;
  }
}
 
 
/* ==============================================================
   SMALL MOBILE (max 380px)
   Very small screens or extreme zoom.
   ============================================================== */
@media (max-width: 380px) {
  .message-1 .section-title {
    font-size: 24px;
  }
 
  .message-1 .desc {
    font-size: 13px;
  }
 
  .message-1 .quotes p {
    font-size: 13px;
  }
 
  .message-1 .col-6 img {
    max-width: 200px;
  }
}
 
 
/* ==============================================================
   PRINT / HIGH-DPI — prevent layout break at extreme zoom
   ============================================================== */
@media (min-resolution: 192dpi) {
  .message-1 .section-title {
    font-size: clamp(24px, 3.5vw, 52px);
  }
}