*{font-family: 'Commissioner',sans-serif}
*{color: #615B5B;}

.content{width: 90%;display: flex;}

.name h1{font-family: 'Changa',sans-serif ;font-weight:700;opacity: 95%;}

.hra hr,.hra2 hr{color: #ACACAC; opacity: 0.8;}
.hra2{display: none;}

.about1 h1{font-weight:700; margin-bottom: 40px;color: #403B3B;opacity: 85%;}
.about1 p{text-align: justify;color: #615B5B}


.title {position: relative; bottom: 120px; }
.title2 {position: relative; bottom: 120px; left: 40px;} 
.tel {text-decoration: none}
.profile{position: relative;bottom: 120px;}

@media screen and (max-width: 480px)
{
    .profile{position: inherit;}
    .photo img{width:200px ;}
    .photo, .name h1,.name h2{display: flex;justify-content: center;}
    .hra2{display: block;}
    .title {position: relative; bottom: 105px; }
    .title2 {position: relative; bottom: 105px; left: 40px;} 
}

