.header{
    background: url(../images/banner-bg.png) center;
    background-size: cover;
    height: 350px;
}

.about-us .details{
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    margin: 50px 0px;
    background-color: #FFFFFF;
}
.about-us .details .character span{
    font-size: 30px;
    font-family: "Harmattan";
}
.about-us .details .character .photo{
    border: 2px solid #DDDDDD;    
    border-radius: 50%;    
}
@media (max-width: 542px){
    .about-us .details .character .line{
        display: none;
    }
}