.layout-profile_card_small .img-bg {
    aspect-ratio: 315 / 158;
    object-fit: contain;
}
.layout-profile_card_small .img-bg > img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.layout-profile_card_small .inner-container-up {
    aspect-ratio: 290 / 364;
    background: var(--color-blue);
    padding: 30px;
    margin-bottom: 2px;
}
@media (min-width: 576px) {
    .layout-profile_card_small .inner-container-up {
        aspect-ratio: 290 / 194;
    }
}
@media (min-width: 768px) {
    .layout-profile_card_small .img-bg {
        aspect-ratio: 688 / 356;
    }
    .layout-profile_card_small .inner-container-up {
        aspect-ratio: 688 / 473;
    }
}
@media (min-width: 992px) {
    .layout-profile_card_small .img-bg {
        aspect-ratio: 688 / 420;
    }
}
@media (min-width: 1200px) {
    .layout-profile_card_small .img-bg {
        aspect-ratio: 838 / 465;
    }
}
@media (min-width: 1800px) {
    .layout-profile_card_small .img-bg {
        aspect-ratio: 838 / 435;
    }
}

.layout-profile_card_small .inner-card {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: 30px;
    height: auto;
    height: -webkit-fill-available;
    aspect-ratio: 1 / 1;
    background: var(--color-blue);
    z-index: 1;
    padding: 30px;
    border-radius: 15px;
}
@media (min-width: 1800px) {
    .layout-profile_card_small .inner-card {
        padding: 60px;
    }
}
.layout-profile_card_small .underlined {
    text-decoration: underline;
    text-decoration-color: var(--color-golden-orange) !important;
    text-decoration-thickness: 4px;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
    text-underline-position: auto;
}