*{
    margin: 0;
    padding: 0;
}


.main{
    background: url(../images/about\ us\ 3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
    justify-content: center;
  }
.main h2{
   color: white;
    text-transform: uppercase;
    font-size: 60px;
    text-shadow: 3px 3px 1px black;
    margin-top: 70px;
}
.wrapper{
    width: 80%;
    margin: 0 auto;
}
.section1 img{
    width: 400px;
    max-width: 400px;
    float: left;
    margin: 0 20px 10px 0;
    border-radius: 10px;
}

.section2 img{
    width: 400px;
    max-width: 400px;
    float: right;
    margin: 0  10px 20px;
    border-radius: 10px;
}
@media screen and (max-width:700px){
    .section2 img{
        width: 350px;
        margin: 10px auto;
    }
    .section1 img{
        width: 350px;
        margin: 10px auto;
    }
}

.wrapper p{
    font-size: 18px;
    color: white;
    letter-spacing: 1px;
}

.section1, .section2{
    margin-top: 50px;
}

.wrapper h4{
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 22px;
    color: #FAA307;
}
.wrapper span{
    color: #FAA307;
    font-weight:bold
}

footer p a{
    color: white;
  }