.about-team{
    padding-top: 60px;
    background: linear-gradient(180deg, #F0EEEC00 0%, #F0EEEC 50.48%);
    h3{
        text-align: center;
        margin-bottom: 40px;
    }
    p{
        white-space: pre-line;
        text-align: center;
        margin-bottom: 40px;
    }
    a{
        margin: 0 auto 60px;
    }
}

@media screen and (width < 768px) {
    .about-team{
        h3{
            margin-bottom: 24px;
        }
        p{
            margin-bottom: 24px;
        }
        a{
            margin: 0 auto 40px;
        }
        .img{
            margin: 0 -24px;
        }
    }
}