
/* program__about styles
--------------------------------------------- */
.list__test {
    margin: 0;
    padding: 0;
    list-style: none;
}

.program__about {
    margin-top: 48px;
}

.program__about:first-child {
    margin-top: 80px;
}

.program__about .section__title {
    font-size: 66px;
    font-weight: 400;
    line-height: 1.07;
    letter-spacing: -0.66px;
}

.program__about .section__top {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.program__about .section__top-text {
    width: 57.8365%;
}

.program__about .section__top-image img,
.program__about .section__top-image .video-custom {
    display: block;
    width: 165px;
    height: auto;
    border-radius: 24px;
}


.video-custom {
    display: block;
    width: 100%;
    object-fit: cover;
}


.landing-be .program__about .section__top-image {
    width: 163px;
    height: 163px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-be .program__about .video-custom {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.program__about-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    width: 100%;
}

.program__about-item {
    display: table-row;
}

.program__about-item > * {
    display: table-cell;
    padding-top: 38px;
    padding-bottom: 13px;
    border-bottom: 1px solid #d2d2d2;
}

.program__about-item > *:nth-child(1) {
    width: 42.1635%;
}

.program__about-item > *:nth-child(2) {
    width: 33.333%;
}

.program__about-item-title {
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.program__about-item-description {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: -0.12px;
    color: #898989;
    padding-bottom: 20px
}

.program__about-item-number {
    font-family: "Bergamasco";
    font-size: 27px;
}

@media screen and (max-width: 1199px) {
    .program__about .section__title {
        font-size: 45px;
    }
    .program__about .section__top {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .program__about {
        margin-top: 24px;
        border-radius: 24px;
        background-color: #fff;
        padding: 10px 0;
        margin-left: 8px;
        margin-right: 8px;
    }
    .program__about .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .program__about:first-child {
        margin-top: 24px;
    }
    .program__about .section__title,
    .program__about .section__title-additional {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: -0.14px;
        max-width: 180px;
        margin-top: 16px;
    }
    .program__about .section__title-additional {
        margin-left: 150px;
    }
    .program__about .section__top {
        flex-direction: row-reverse;
        margin-bottom: 30px;
    }
    .program__about .section__top-image {
        margin-right: -12px;
    }
    .program__about-list {
        display: block;
    }
    .program__about-item {
        position: relative;
        display: block;
        border-bottom: 1px solid #d2d2d2;
        padding-bottom: 35px;
        margin-bottom: 55px;
    }
    .program__about-item:last-child {
        margin-bottom: 0;
        border: none;
        padding-bottom: 25px;
    }
    .program__about-item > * {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }
    .program__about-item > *:nth-child(1), .program__about-item > *:nth-child(2), .program__about-item > *:nth-child(3) {
        width: auto;
    }
    .program__about-item-title {
        padding-right: 50px;
        margin-bottom: 16px;
    }
    .program__about-item-number {
        font-size: 22px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    /**/
}

@media screen and (max-width: 576px) {
    .program__about {
        margin-top: 24px;
    }
    .program__about:first-child {
        margin-top: 24px;
    }
    .program__about .section__title-additional {
        margin-left: 0;
        margin-top: 40px;
    }
    .program__about-item {
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
    .program__about-item-title {
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 992px) {
    .program__about .section__title-additional {
        display: none;
    }
}

