@media screen and (max-width: 1024px){

.container .side-img img {
    height: 50vw;
}

.container .content h1 {
    font-size: 5rem;
    margin-bottom: 5%;
}

.name h2 {
    font-size: 2rem;
}

.name h3 {
    font-size: 1.5rem;
}

.role h3 {
    font-size: 1.5rem;
}

.description p {
    font-size: 1.5rem !important;
}

.separator_container {
    margin-bottom: 25px;
    margin-top: 25px;
}


}