.bk-gray{
    background-color:#F7F7F6;
    padding-bottom: 100px;
}
.columns{
    position:relative;
}
.columns-three.cards-over-hero{
    margin-top: -70px;
    margin-bottom: 80px;
}
.columns-two.cards-over-hero{
    margin-top: -70px;
    margin-bottom: 80px;
}
.columns-header{
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position:relative;
}

    .columns-header-content{
        max-width:58%;
        margin-bottom:62px;
    }

        .columns-header-content img{
            margin-bottom:20px;
            width:36px !important;
            height:36px !important;
            display:block;
        }

        .columns-header-content h5{
            text-transform: uppercase !important;
            margin-bottom:35px !important;
            font-size:14px !important;
            line-height:18px !important;
            letter-spacing: 2px !important;
        }

        .columns-header-content p{
            max-width:395px;
        }

        .columns-header-content .mtd-30{
            line-height: 40px;
        }

    .columns-header figure{
        position:absolute;
        width:433px;
        height:433px;
        box-shadow: 0 16px 34px 0 rgba(0,0,0,0.2);
        border-radius:50%;
        right:-57px;
        bottom:62px;
        overflow: hidden;
        background:#d8d8d8;
        animation: fadeIn;
        animation-duration: 2s;
    }

        .columns-header figure img{
            width:433px;
            height:433px;
            object-fit: cover;
        }

.columns{
    padding:20px 0;
}

.columns-two{
    display: flex; 
    flex-wrap: wrap;  
    flex: 0 0 50%; 
    row-gap:75px;
    justify-content: flex-start;
    column-gap: 3%;
    row-gap: 34px;
}

    .columns-two .column{
        width:48.5%;
        border-top: 8px solid #F28705;
        box-shadow: 0 10px 28px 0 rgb(0 0 0 / 20%);
        padding: 30px;
        border-radius: 6px;
        background-color: #fff;
        align-self: stretch;
    }

    .columns-two h5{
        color:#25282A;
        font-size:30px;
        line-height:34px;
    }

    .columns-two p{
        font-size:17px !important;
        line-height:30px !important;
    }

    .columns-two .column-link{
        margin-top:15px;
    }

        .columns-two .column-link a{
            color:#00617F !important;
            border-bottom:0;
            font-size:16px;
            line-height:22px;
            font-weight: 600;
            position: relative;
            z-index: 9;
            transition-duration: 0.5s;
            margin-left:0;
        }

            .columns-two .column-link a:hover{
                margin-left:5px;
            }

.columns-three{
    display: flex; 
    flex-wrap: wrap;  
    flex: 0 0 30%;
    column-gap:15px;
    row-gap:64px;
    justify-content: stretch;
}

    .columns-three .column{
        width:32.3%;
        border-top:8px solid #F28705;
        box-shadow:0 10px 28px 0 rgba(0,0,0,0.2);
        padding: 30px;
        border-radius: 6px;
        background-color: #fff;
    }

    .card-btn{
        background: #2D30C6;
        font-family: 'Manrope', sans-serif;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-decoration: none;
        padding:8px 15px;
        margin-top:10px;
        display: inline-block;
        margin-right: 20px;
    }

.sub-content:after{
    content: "";
    z-index: 1;
    right: 50%;
    margin-right: -670px;
    bottom: 0;
    width: 948px;
    height: 100%;
    position: absolute;
    background:url(../../img/oval-columns-3.svg) bottom right no-repeat;
}

#section-1.columns:after,
#section-5.columns:after{
    content: "";
    z-index: 1;
    right: 50%;
    margin-right: -720px;
    top: 0;
    width: 948px;
    height: 100%;
    position: absolute;
    background:url(../../img/oval-columns-1.svg) top right no-repeat;
}

#section-3.columns:after,
#section-7.columns:after{
    content: "";
    z-index: 1;
    right: 50%;
    margin-right: -720px;
    bottom: 0;
    width: 948px;
    height: 100%;
    position: absolute;
    background:url(../../img/oval-columns-3.svg) bottom right no-repeat;
}

.home .columns:before{
    content:"";
    z-index: 1;
    left:50%;
    margin-left:-720px;
    top:-44px;
    width:948px;
    height:100%;
    position:absolute;
    background:url(../../img/oval-columns-left.svg) bottom left no-repeat;
}

.home .columns .container *{
    z-index: 9;
}

.columns h5{
    text-transform:none;
    margin:0 0 14px 0;
    letter-spacing: 0;
    font-size:30px;
    line-height:26px;
    font-weight: bold;
}

    .columns h5 a span{
        margin-left:-4px;
    }

    .columns h5:hover a{
        display:block;
        transition-duration: 1s;
        margin-left:0;
    }

    .columns h5:hover a{
        margin-left:5px;
    }

.columns p{
    margin:0;
    letter-spacing: 0;
    font-size:15px;
    line-height:24px;
    margin-bottom: 40px;
}

.yellow-border-top .column::before{
    content:"";
    height:3px;
    background:#FFC845;
    display:block;
    margin-bottom:20px;
}

@media only screen and (max-width: 768px) {
    .columns-two .column,
    .columns-three .column{
        width:100%;
        row-gap:25px;
    }
}


/*Virtual Learning*/

.page-virtual-learning-store .columns-two {
    justify-content: center;
    column-gap: 30px;
}

.page-virtual-learning-store .columns-two.card-virtual-learning .column:first-child h5{
    color: #248887;
    margin-top: 10px;
    line-height: 32px;
}

.columns-two.card-virtual-learning .column:first-child{
    border-color: #248887;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.columns-two.card-virtual-learning .column:last-child h5{
    color: #2D30C6;
    margin-top: 10px;
    line-height: 32px;
}

.columns-two.card-virtual-learning .column:last-child{
    border-color: #2D30C6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.columns-two.card-virtual-learning .column h3{
    font-size: 34px;
    line-height: 26px;
    font-family: 'Figtree', sans-serif;
    margin-top: 30px;
    margin-bottom: 15px;
}

.columns-two.card-virtual-learning h4{
    font-size: 12px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.columns-two.card-virtual-learning .column{
    max-width: 372px;
}

.columns-two.card-virtual-learning hr{
    margin:25px 0;
}
