@charset "UTF-8";
.profile{
    width: 100%;
    padding: 64px 0;
    background-color: #28a9ec;
    color: #fff;
}

.profile_one{
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
}
.profile_one:last-child{
    margin-top: 36px;
}

.profile_one img{
    width: 100%;
}

.profile h1{
    font-size: 60px;
    margin-bottom: 24px;
}
@media screen and (max-width: 960px){
    .profile h1{
        font-size: 36px;
    }
    p{
        font-size: 13px;
    }
}