/* Whole Component */
.headline_gt {
    padding: 30px;
    height: auto;
    display: flex;
    justify-content: center;
}


.custom-inline-text {
    width: 439px;
    height: auto;
  position: relative;
    top: 5px;
/*     left: 188px; */
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #2E2E2E;
      text-align: center;
  
}

@media (max-width: 1024px) {
    .custom-inline-text {
        font-size: 32px;
        line-height: 38px;
        left: 5%;
    }
}

/* Force text wrapping and adjust width for smaller screens */
@media (max-width: 768px) {
    .custom-inline-text {
        font-size: 26px;
        line-height: 32px;
        left: 0;
        width: 90%;
        height: auto;
   
    }
}

/* Force text to break into multiple lines for screens ≤ 640px */
@media (max-width: 640px) {
    .custom-inline-text {
        font-size: 22px;
        line-height: 28px;
/*         width: 70% !important; /* Reduce width to force text wrapping */ */
/*         padding-left:30px; */
        white-space: normal;
        word-wrap: break-word;
         height: auto;
    }
  .headline_gtl{
    margin-left:12px;
}
}
/* Additional adjustments for very small screens */
@media (max-width: 480px) {
    .custom-inline-text {
        font-size: 20px;
        line-height: 26px;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 600px) {
  .custom-inline-text {

    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 38px;
    line-height: 42px;
    letter-spacing: 0px;
    color: #2E2E2E;
      text-align:center;
      
}


}
