

/* Start:/local/templates/main/components/bitrix/news.list/professional_development_corporate_training_about/style.css?17309989041376*/
.about-list {
    display: flex;
    flex-wrap: wrap;
}

.about-section {
    padding-top: 1px;
    padding-bottom: 1px;
    color: white;
}

.about-list {
    margin-bottom: 40px;
}
.about-list:last-child {
    margin-bottom: 0;
}
.about-list .about-item {
    width: 50%;
}

.about-item {
    margin-bottom: 20px;
}
.about-item__position {
    padding-right: 20px;
}
.about-item__title {
    font-size: 1.5rem;
    font-family: "Gilroy";
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}
.about-item__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}
.about-item__img-pos {
    width: 100%;
    padding-top: 46.6%;
    position: relative;
    min-height: 100%;
}
.about-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 989px) {
    .about-item__position {
        padding-right: 0;
    }
    .about-item__img-pos {
        padding-top: 40.3%;
        margin-bottom: 20px;
    }
    .about-item__img-pos:last-child {
        margin-bottom: 0;
    }
    .about-list .about-item {
        width: 100%;
    }
}
@media (max-width: 639px) {
    .about-item__title {
        font-size: 1.2rem;
    }
    .about-item__text {
        font-size: 0.8rem;
    }
    .h1._mob_text_big {
        font-size: 1.6rem;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/professional_development_corporate_training_about/style.css?17309989041376 */
