.sub-title{
    font-size: 25px;
    margin-top: 10px;
}

.cloud-cta-sub-title
{
    max-width: 620px;
    font-family: "Ubuntu",  sans-serif;
    font-size: 25px;
    line-height: 100%;
    text-align: center;
    align-self: center;
}
.cloud-transformation-approach-text
{
    font-size: 25px;
    font-family: 'Ubuntu', sans-serif;
}
.text-pink-bold{
    color: #F92CB1;
    font-weight: bold;
}

.text-bold{
    font-weight: bold;
}


.cloud-back-button-container button{
    font-family: "Ubuntu",  sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #C9CAD8;
    padding: 9px 17px;
    border: 1px solid #C9CAD8;
    border-radius: 41px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    cursor: pointer;
    outline: none;
    transition: 0.5s;
}
.cloud-back-button-container button:hover{
    background: #F92CB1;
    color: #fff;
    border-color: transparent;
}

.cloud-transformation-how-we-think{
    background:
            linear-gradient(
                    180deg,
                    #000000 0%,
                    rgba(7, 3, 49, 0.8) 9.21%,
                    rgba(0, 0, 0, 0) 53.18%,
                    rgba(0, 0, 0, 0.2) 82.64%,
                    rgba(7, 3, 49, 0.8) 94.03%,
                    #000000 101.59%
            ),
            url("../../assets/img-opt/cloud/cloud-transformation-background.jpg") no-repeat center center;
    background-size: cover;
    height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.cloud-transformation-how-we-think-header{
    text-align: center;
    background: linear-gradient(91.56deg, #FFFFFF 31.11%, #8275FF 77.71%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 600;
    font-style: Italic;
    font-size: 52px;
    line-height: 97%;
    letter-spacing: 0;
}
.cloud-transformation-how-we-think-header span{
    font-weight: 300;
}
.cloud-transformation-how-we-think-body-text{
    width: 56%;
    font-family: "Host Grotesk", sans-serif;
    font-weight: 500;
    font-size: 31px;
    line-height: 131%;
    letter-spacing: 0;
    text-align: center;

}

@media (max-width: 1024px) {
    .cloud-transformation-how-we-think-body-text{
        width: 80%;
        font-size: 28px;

    }

    .cloud-transformation-how-we-think-header {
        font-size: 44px;
    }
}

@media (max-width: 768px) {
    .cloud-transformation-how-we-think-header {
        font-size: 38px;
    }
    .cloud-transformation-how-we-think-body-text {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .cloud-transformation-how-we-think{
        height: 60vh;
        justify-content: center;
        gap: 40%;
    }
    .cloud-transformation-how-we-think-header {
        font-size: 28px; /* reduced from 32px */
    }
    .cloud-transformation-how-we-think-body-text {
        font-size: 18px; /* reduced from 20px */
        width: 90%; /* optionally make it wider to fit smaller screens */
    }
}
