section{
    padding: initial;
}
.profile{
    display: flex;
}
.profile-info{
    display: flex;
    justify-content: space-between;
}
.profile-image{
    max-width: 270px;
    width: 100%;
}
.photo-image{
    border:3px solid;
    width: 270px;
    height: 270px;
    object-fit: cover;
}
.photo-image img{
    width: 270px;
}
.photo-credit{
    font-size: 1rem;
    letter-spacing: 0.6px;
    margin-top:6px;
    color: #6F6F6F;
}
.profile_title{
    font-size:1.4rem;
    margin-bottom:48px;
    line-height: calc(25 / 14);
}
.profile-description{
    font-size: 1.4rem;
    line-height: calc(25 / 14);
    margin-bottom:36px;
}
.profile-details{
    width: 100%;
    margin-left: 54px;
}
.profile_name{
    font-size:21px;
    font-weight: bold;
    margin-bottom: initial;
    line-height: calc(36 / 21);
    letter-spacing:1.26px;
    margin-top: -7px;
}

.profile_name-english{
    font-size:14px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: calc(28 / 16);
    letter-spacing:0.96px;
}
.profile-link{
    font-size: 1.2rem;
    line-height: calc(21 / 12);
    margin-bottom:initial;
    text-decoration: underline;
}
.work-list{
    display: flex;
    margin-top: -7px;
}
.years-list{
    display: flex;
    font-size: 1.3rem;
    align-items: center;
}
.years-list__item{
    margin-right: 5px;
    color: #6F6F6F;
}
.years-list__item.year:not(:last-child):after{
    content:"|";
    display: inline-block;
    width: 3px;
    margin: 0px 3px;
}
.category_name{
    font-size: 1.3rem;
    margin-left: 18px;
    margin-bottom:initial;
    color: #6F6F6F;
}
@media (max-width: 1060px ){
    .profile{
        display: block;
    }
    .profile-details{
        width: 100%;
        margin-left: initial;
    }
    .profile-image {
        text-align: center;
        margin: auto;
    }
    .profile-info{
        display: block;
    }
    .profile-info__item:not(:last-child){
        margin-top: 54px;
        margin-bottom:54px;
        text-align: center;
    }
    .work-list{
        display: block;
        margin-bottom: 18px;
        text-align:right;
    }
    .years-list{
        justify-content: flex-end;
    }
    .category_name{
        margin-left: initial;
    }

}
