﻿.ptb-70 {
    padding: 70px 0px;
}

.whojoin-sec {
    background: #f8fbff;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.about-left img {
    border-radius: 5px;
}

.whojoin-box {
    box-shadow: 0 2px 5px 0 rgb(17 121 239 / 15%);
    padding: 20px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    text-align: center;
    transition: 0.5s ease all;
    background: #ffffff;
}

    .whojoin-box:hover {
        box-shadow: 0 2px 20px 0 rgb(17 121 239 / 15%);
    }

    .whojoin-box img {
        width: 70px;
        margin-bottom: 20px;
        height: auto;
        display: unset;
    }

.sub-head-1 {
    font-size: 17px;
    font-weight: 800;
    color: #0b114a;
    line-height: 27px;
    margin: 5px 0 10px;
    min-height: 60px;
}

.whojoin-box p {
    min-height: 85px;
    margin-bottom: 0px;
}

.sub-head-2 {
    font-size: 17px;
    font-weight: 800;
    color: #0b114a;
    line-height: 27px;
    margin: 5px 0 -21px;
    min-height: 60px;
}
