body{font-family: 'Proxima Nova', sans-serif; background-color: #000000;}
.banner-about {padding-top: 60px; background-color: #fff;}
.banner-about img {margin: 32% auto; display: block; width: 80%;}
.banner-about h1 {font-weight: 600; font-size: 45px; color: #111111; margin: 0px auto 25px; line-height: 55px;text-transform: capitalize;}
.banner-about p {font-size: 18px; color: #111111; line-height: 28px; font-weight: 500; margin-bottom: 0px;text-align: justify;}

.team-part {padding-top: 60px; padding-bottom: 60px; background-color: #fff;}
.heading-part {font-weight: 600; font-size: 45px; line-height: 55px; color: #111111; text-align: center;}
.team-part hr {width: 23%; margin: 5px auto 30px auto; background: linear-gradient(45deg, #1111118c, #FFC83A, #1111118c); opacity: 1; height: 2px;}
.team-part p {font-weight: 500; font-size: 20px; line-height: 30px; text-align: center; color: #111111; margin-bottom: 0px;}
.icon-img2 {margin-top: -10px; margin-right: 0px;}
.qoute-part .fa {font-size: 25px; margin-right: 10px; margin-left: 10px;}
.qoute-part p {font-size: 17px; margin: auto 19%; line-height: 30px; font-style: italic;}

@media(max-width:1199px){
.banner-about h1 {font-size: 40px;line-height: 50px;}
.banner-about img {margin: 40% auto;}
}

@media(max-width:991px){
.banner-about h1 {font-size: 35px; text-align: center;}
.banner-about img {margin: 0 auto 30px auto; width: auto;}
.qoute-part p {margin: auto 13%;}
.banner-about p {text-align: center;}
.team-part p {font-size: 18px;}
}

@media(max-width:767px){
.team-part {padding-top: 50px; padding-bottom: 50px;}
.heading-part {font-size: 35px; line-height: 45px;}
.qoute-part p {font-size: 15px; line-height: 25px;}
}

@media(max-width:575px){
    .banner-about img {margin: 0 auto 20px auto; width: auto;}
    .banner-about {padding-top: 50px;}
    .qoute-part p {margin: auto;}
    .heading-part {font-size: 28px; line-height: 33px;}
    .team-part hr {margin: 5px auto 35px auto; width: 50%;}
    .banner-about h1 {font-size: 28px; line-height: 35px;}
    .banner-about p,.team-part p {text-align: justify;font-size: 16px;}
}