.about-top-content {
    background-image: url(../images/about-overview-back.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.about-page-main-titles h4 {
    font-weight: 700;
    color: #292e72;
}
.about-top-content p {
    text-align: justify;
}
.key-person-wrapper {
    background-image: url(../images/our-presence-background.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 95px;
    padding: 70px 0;
}
.key-person-designation {
    font-weight: 700;
}
.key-person-profile-box h4 {
    color: #292e72;
    font-weight: 600;
}
.team-members-wrapper {
    margin-top: 56px;
}
.team-members-wrapper .about-page-main-titles {
    margin-bottom: 50px;
}
.team-members-cover {
    box-shadow: rgba(0,0,0,.16) 0 1px 4px;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    border: 1px solid #a4a5ad;
}
.team-members-cover h4 {
    font-size: 20px;
}
.our-presence-about-content ul {
    padding: 0;
    margin: 0;
    margin-top: 45px;
}
.our-presence-about-content li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 18px;
}
h3 {
    color: #1d2c80;
    -webkit-text-stroke-color: #fff;
    font-size: 29px;
    /* font-weight: 500; */
    letter-spacing: -.5px;
    font-weight: 700;
}
.our-presence-about-wrapper {
    margin-top: 78px;
}

@media only screen and (min-width: 320px) and (max-width: 479px){

    .about-top-content {
        background-image: url(../images/about-overview-back.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 27px 0;
        width: 100%;
    }
    .about-company-content p {
        font-size: 14px;
    }
    img.about-image {
        width: 100%;
    }
    img.general-insurance-img {
        width: 100%;
    }
    img.Founder-img {
        width: 47%;
    }
    .key-person-wrapper {
        background-image: url(../images/our-presence-background.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 95px;
        padding: 53px 10px;
        width: 100%;
        overflow-x: hidden;
    }
    .about-page-main-titles h4 {
        font-weight: 700;
        color: #292e72;
        font-size: 20px;
        margin-top: 14px;
    }
    .key-person-profile-box h4 {
        font-weight: 700;
        font-size: 20px;
        margin-top: 14px;
        margin-bottom: 7px;
    }
    .key-person-designation {
        font-weight: 700;
        font-size: 15px;
    }
    .team-members-wrapper .about-page-main-titles {
        margin-bottom: 29px;
    }
    img.Team-member-image {
        width: 65%;
        margin: 0 auto;
        display: flex;
    }
    .key-person-profile-box p {
        font-size: 14px;
    }
    .key-person-profile-box {
        padding-top: 6px;
    }
    .our-presence-about-content li {
        list-style: none;
        margin-bottom: 12px;
        font-size: 16px;
    }
    img.our-presence-banner {
        width: 100%;
    }
}