.container{
    padding: 2rem;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 900px;
    color: #767f87;
}

iconify-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
}

.img-container {
    overflow: hidden;
    padding: 0;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subtitle{
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
    inline-size: inherit;
}

.salon{
    padding: .5rem;
    width: max-content;
    margin-right: 1rem;
    border-bottom-left-radius: .2rem;
    border-bottom-right-radius: .2rem;
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    z-index: 50;
}

.salon-a{
    background-color: #d5f3ff;
    color: #003a50
}

.salon-b{
    background-color: #dcf0b8;
    color: #3a5f00
}

.bar{
    background-color: #FFF39B;
    color: #80621E
}

.cursor-pointer{
    cursor: pointer;
    text-decoration: underline;
    transition: all .2s ease;
}

.cursor-pointer:hover{
    color: #207fae;
}

.size-12{
    width: 12rem;
    height: 12rem;
}

.biography-container {
    max-height: 14rem;
    overflow: auto;
}


@media (max-width: 767.98px) {
    .img-container {
        height: 40rem;
        max-height: none;
    }
}

@media (max-width: 470px) {
    .img-container {
        height: 20rem;
        max-height: none;
    }
}