#president .profile img{
    padding: .25rem;
    background-color: #fff;
    border: 3px solid var(--color-red);
    border-radius: .25rem;
    width: 250px;
    max-width: calc(100% - 20px);
}

#president p{
    line-height: 30px;
    font-size: 20px;
}

#president .profile .role{
    text-align: left;
}

#president .profile .role h5{
    font-weight: 300;
}

@media (max-width: 767.98px) {
    #president .profile .role{
        text-align: center !important;
    }
  }


#president .mots{
    text-align: justify;
}

#president .mots h4{
    font-family: 'Hurricane', cursive;
}