body{
    font-size: 14px;
}
.prof_img{
    max-width: 66%;
    max-height: 66%;
}
.fw_fam{
    font-family: "Podkova",sans-serif;
}
.yellow_width{
    max-width: 5%;
}
.dummy_height{
    min-height: 100px;
}
.mt_5{
    margin-top: 3.5rem;
}
@media  screen and (max-width:800px) {
    .prof_img{
        max-width: 60%;
        max-height: 60%;
    } 
}
@media  screen and (max-width:576px) {
    body{
        font-size: 12px;
    }
    .mt_5{
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .dummy_height{
        min-height: 150px;
    }
    .yellow_width{
        max-width: 15%;
    }
}