.about-header {
    margin-top: 75px;
}

.about-header img {
    width: 100%;
    margin-top: 35px;
}

.about-header .about-wrapper {
    margin-top: 75px;
}

.about-header .about-wrapper h1 {
    font-size: 45px;
    font-weight: 600;
    font-family: "Opensans", sans-serif;
    text-align: right;
    margin-right: 20px;
}

.about-header .about-wrapper h1 span {
    font-weight: 300;
    color: #fed501;
}

.about-header .about-wrapper p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-top: 40px;
}

.team-wrapper {
    margin: 50px 0;
}

.team-wrapper img {
    width: 100%;
}

.team-wrapper p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin: 25px 0 35px 0;
}

.cta {
    position: relative;
    background-image: url(../images/cta.png);
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta h1 {
    position: relative;
    font-family: "Opensans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    padding: 0 35px;
}

.cta .black-btn {
    display: inline-block;
    width: 250px;
}

/*mujahid css start*/
.cta-about {
    position: relative;
    background-image: url(../images/cta/11-new.jpg);
    height: 200px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-about img {
    width: 30px;
    height: 30px;
}

.cta-about h1{
    position: relative;
    font-family: "Opensans", sans-serif;
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    padding: 0 35px;
}
/*mujahid css end*/

@media only screen and (max-width: 480px) {
    .cta-portfolio {
        position: relative;
        background-image: url(../images/cta/mob/11.jpg);
        height: 200px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-header img {
    margin-top: 0px;
}

    .about-header .about-wrapper p {
        margin-top: 20px;
    }
}