:root {
    --theme-primary: #384285;
    --theme-white: #ffffff;
    --theme-black: #000000;
    --theme-bg: #F4F5FA;
    --border-color: rgba(255, 255, 255, 0.3);
    --box-shadow: 0px 20px 60px 0px rgba(21, 22, 29, 0.06);
    --hover-shadow: 0px 10px 10px 0px rgba(23, 3, 6, 0.16);
    --theme-heading-primary: #000000; 
}





/* Section Base Styling */
.section_home_cta {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: var(--theme-white);
    text-align: center;
}

.section_home_cta h2,
.section_home_cta h6 {
    color: var(--theme-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0;
}

.section_home_cta h2 { font-size: 33px; line-height: 36px;     font-family: 'Poppins SemiBold';}
.section_home_cta h6 { font-size: 16px; line-height: 36px;     font-family: 'Poppins Regular';}

/* CTA Item */
.section_home_cta_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 18px;
    background: var(--theme-bg);
    padding: 38px 32px 34px;
    border: 3px solid var(--theme-white);
    box-shadow: var(--box-shadow);
}
.section_home_cta_item_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: var(--theme-heading-primary);
}
.section_home_cta_content {
    margin-top: auto; /* Ensures the button is always at the bottom */
}

.section_home_cta_content a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    display: inline-block;
    padding: 7px 19px 9px;
    color: var(--theme-black);
    background-color: var(--theme-white);
    border: 1px solid var(--border-color);
    box-shadow: 0px 3px 3px 0px rgba(23, 3, 6, 0.16);
    transition: all 0.3s ease-in-out;
}

.section_home_cta_content a:hover {
    background-color: var(--theme-primary);
    color: var(--theme-white);
    box-shadow: var(--hover-shadow);
}

.section_home_cta_item img{
    margin: 0 auto;
    padding-bottom:20px;
}



p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins ExtraLight';
    width: 100%;
    text-align: justify;
} 

    .grab_one_of{
        text-align: -webkit-center;
    }
     
    .grab_one_of__section{
        float: unset;
        width: 95%;
        padding: 30px 0 0;
        text-align: -webkit-center;
    }
    
.pt-50{
    padding-top:50px;
}
.pb-50{
    padding-bottom:50px;
}






.school_message h2 {
    font-size: 33px;
    color: #384285;
    line-height: 36px;
    font-family: 'Poppins SemiBold';
    text-align: center;
    margin-top: 0;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: .5px;
}

/* Section Base Styling */
.section_home_cta {
    width: 100%;
    float: left;
    padding: 50px 0;
    background-color: var(--theme-white);
    text-align: center;
}

.section_home_cta h2,
.section_home_cta h6 {
    color: var(--theme-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0;
}

.section_home_cta h2 { font-size: 33px; line-height: 36px;     font-family: 'Poppins SemiBold';}
.section_home_cta h6 { font-size: 16px; line-height: 36px;     font-family: 'Poppins Regular';}

/* CTA Item */
.section_home_cta_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-radius: 18px;
    background: var(--theme-bg);
    padding: 38px 32px 34px;
    border: 3px solid var(--theme-white);
    box-shadow: var(--box-shadow);
}
.section_home_cta_item_title{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: var(--theme-heading-primary);
}
.section_home_cta_content {
    margin-top: auto; /* Ensures the button is always at the bottom */
}

.section_home_cta_content a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    display: inline-block;
    padding: 7px 19px 9px;
    color: var(--theme-black);
    background-color: var(--theme-white);
    border: 1px solid var(--border-color);
    box-shadow: 0px 3px 3px 0px rgba(23, 3, 6, 0.16);
    transition: all 0.3s ease-in-out;
}

.section_home_cta_content a:hover {
    /*background-color: var(--theme-primary);*/
    color: var(--theme-white);
    box-shadow: var(--hover-shadow);
}

.section_home_cta_item img{
    margin: 0 auto;
    height: 200px;
}