﻿.list-page-area {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.list-page-text {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.list-page-description-and-link {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.list-page-link {
    display: flex;
    align-items: center;
    column-gap: 32px;
}

.list-page-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}

.list-page-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 17.58px;
    line-height: 27px;
    color: #000000;
}

.list-page-link span {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.list-page-link a {
    font-family: Inter;
    font-weight: 500;
    font-size: 17.86px;
    line-height: 27px;
    vertical-align: middle;
    text-transform: lowercase;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #000000;
    text-underline-offset: 4px;
}

.young-talent-card-link
{
    text-decoration: none;
}

.young-talent-card {
    display: flex;
    flex-direction: column;
    row-gap: 28px;
}

.young-talent-card-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 22.5px;
    color: #000000;
}

.young-talent-card-image, .young-talent-card-image img {
    aspect-ratio: 1/1.4;
    object-fit: cover;
}

.young-talent-carousel .owl-dots {
    margin-top: 24px !important;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 11px;
}

    .young-talent-carousel .owl-dots button span {
        width: 8px !important;
        height: 4px !important;
        border-radius: 0 !important;
        margin: 0 !important;
        opacity: 1 !important;
        background: #C0C0C0 !important;
    }

    .young-talent-carousel .owl-dots button.active span {
        background: #D1000F !important;
    }