.cs-itb-title {
    color: var(--Future, #010F27);
    /* Mob/H2 */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 118.75% */
    letter-spacing: -1px;
   
}

.cs-itb-auth-name {
    color: var(--Future, #010F27);
    /* Mob/H5 */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px; /* 145% */
    letter-spacing: -0.5px;
     margin-bottom: 0;
}

.cs-itb-designation {
    color: var(--Future, #010F27);
    /* Mob/Text */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.5px;
}

@media (min-width: 1300px) and (max-width: 1512px) {
    .cs-wide-card {
        margin-top: 0;
        background-color: #EEF3FF !important;
        /* padding-top: 100px !important; */
        padding: 120px 180px 120px 180px !important;
    }
}

@media (min-width: 1024px) {

.cs-itb-title {
    color: var(--Future, #010F27);
    /* Desk/H2 */
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 53px; /* 117.778% */
    letter-spacing: -1px;
    
}

.cs-itb-auth-name {
    color: var(--Future, #010F27);
    /* Desk/H5 */
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px; /* 140.909% */
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.cs-itb-designation {
    color: var(--Future, #010F27);
    /* Desk/Text */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: -0.5px;
}
}