.main-about-us-container {
    height: 450px;
    background-image: url('../img/blue-full-bg.svg');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: -60px;
}

.main-about-us-container .col-12 {
    padding-top:200px;
}

.main-about-us-container p {
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}

.main-about-us-desc small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #111833;
}

.main-about-us-desc h2 {
    font-family: 'Khand';
    font-weight: bold;
    font-size: 35px;
    color: #2a3b81;
}

.about-us-intro  {
    padding-top:100px;
    padding-bottom: 100px;
}

.pos-title {
    margin-bottom: 80px;
    font-family: 'Khand';
    color: #efb61c;
    font-size: 36px;
}

.pos-contianer {
    background-color: #2a3b81;
    padding-top:100px;
    padding-bottom: 100px;
}

.pos-main-box {
    text-align: center;
}

.pos-main-box h4 {
    text-align: center;
}

.pos-main-box p {
    text-align: center;
}

.pos-main-box img {
    height: 60px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.pos-main-box {
    background-color: #fff;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:40px;
    padding-right:40px;
    height: 300px;
    border-radius: 20px;
}