:root{
    font-size: 23px;
}

.container-people {
    margin: 4% 5.6% 0 9%;
    display: flex;
    gap: 2rem;
    align-items: start;
    line-height: 28px;
}

.sticky {
    top: 0;
    position: sticky;
    display: flex;
    flex-direction: column;
}
.return{
    text-decoration: none;
}

.return-block{
    font-size: 20px;
    color: #125488;
    font-weight: 700;
    position: relative;
    display: inline-block;
    line-height: normal;
    margin-top: 20px;
}

.arrow-back{
    position: absolute;
    top: -10px;
    left: 125px;
}

.article {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.2rem;
}

.person-page h1{
    text-transform: uppercase;
    color:#125488;
    font-size: 1.23rem;
    line-height: normal;
}

.profiles a {
    display: block;
    margin-bottom: 0.25rem;
    color: #125488;
}

.person-page div:nth-child(2){
    padding-top: 1rem;
}

.person-page div{
    padding-top: 2rem;
}

strong {
    font-size: 1.1rem ;
}

@media (max-width: 900px) {
    :root{
        font-size: 20px;
    }
    .container-people {gap: 1rem;
        margin: 4% 2.6% 0 ;
    }

    .return-block{
        font-size: 14px;
    }

    .arrow-back{
        position: absolute;
        top: -5px;
        left: 90px;
        width: 47px;
        height: 47px;
    }
}

@media (max-width: 600px) {
    :root{
        font-size: 16px;
    }
    .container-people {
        display: flex;
        margin: 4% 5.6% 0;
        flex-direction: column;}
    .sticky {
        position: static;
        float: none;
        margin-right: 0;
        flex-direction: column-reverse;
        width: 100%;
    }
    .return-block{
        margin-bottom: 30px;
        margin-top: 0;
    }

    .sticky picture{
        align-self: center;
    }

    .article{
        margin-bottom: 0.3rem;
    }

    .person-page h1 {
        text-align: center;
    }
    .person-page div:nth-child(2){
        padding-top: 2rem;
    }
}

ul {
    margin-left: 1rem;
    list-style-type: square;
}