#ab-hero{
    height: 150vh;
}
#ab-hero-textcont{
    height: 85vh;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: sticky;
    top: -100px;
}
#ab-hero-title{
    margin: 0;
    font-weight: 400;
}
#ab-hero-subhead{
    font-size: clamp(32px, 3vw, 40px); /* 2.3599rem;*/
    line-height: clamp(44px, 4.125vw, 55px);
    margin: 0 70px;
    text-align: center;
    font-weight: 300;
}
#ab-section-2-grid1{
    grid-template-columns: 40% 60%;
    grid-template-rows: auto;
}
#ab-section-2-grid1-col2-d4{
    position: relative;
}
#ab-grid1-col2-d4-d1{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top: 0;
    z-index: 200;
}
#ab-section-2-grid1-col2-title{
    font-weight: 400;
}
.readable-text-normal-x1{
    font-size: 1.275rem;
    line-height: 1.89rem;
    font-weight: 300;
}
.readable-text-large-x1{
    font-size: 2rem;
    line-height: 3rem;
}
#ab-section-2{
    padding-top: 300px;
    padding-bottom: 100px;
}
#ab-section-2-table1{
    margin:50px 0;
}
#ab-section-2-table1>div{
    border: 1px solid #fff;
    padding: 0 40px;
}
#ab-mat-open-close-icon1{
    font-size: 2.5rem;
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
    line-height: inherit;
    transition: all 0.5s ease;
    cursor: pointer;
}
#ab-mat-open-close-icon2{
    font-size: 2.5rem;
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24;
    line-height: inherit;
    transition: all 0.5s ease;
    cursor:pointer;
}
#ab-section-2-grid1-col1{
    padding: 50px;
}
#ab-section-2-img{
    width:100%;
    position: sticky;
    top: 200px;
}
.ab-para-flex{
    display: flex;
    justify-content: space-between;
}
.collapsed-row{
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
}

@media (max-width:1000px) {

}

@media (max-width:750px) {
    #ab-section-2-grid1{
        grid-template-columns: auto;
        grid-template-rows: repeat(2, auto);;
    }
    #ab-hero-subhead{
        font-size: clamp(32px, 2.5vw, 40px); /* 2.3599rem;*/
        line-height: clamp(44px, 3.5vw, 55px);
        margin: 0;
        text-align: center;
        font-weight: 300;
    }
    #ab-section-2-grid1-col1{
        order: 2;
    }

}

@media (max-width:700px) {
    

}