@charset "UTF-8";

@media only screen and (max-width:750px){
    .profile__head .text {
        padding-top: 0px!important;
    }
    
    .profile__photo {
        width:100%;
        margin:15px 0;
    }
    .profile__photo li{
        float:left;
		width: 100%;
        margin-bottom:10px;
    }
}

@media only screen and (min-width:751px) {
    .profile__head .text {
        padding-top: 70px!important;
    }
    .profile__photo {
        min-height:360px;
        margin:15px 0;
    }
    .profile__photo li{
        float:left;
        margin-right:10px;
		margin-bottom: 10px;
    }
    .profile__photo li:nth-child(3){
        margin-right:0px;
    }
}

.profile__head {
    margin-bottom:15px;
}
#Profile .return{
    margin-top:100px;
    margin-bottom:50px;
}