

/* Start:/local/templates/AAM/components/bitrix/news.list/courses/style.css?17528258991188*/
.courses-list-page-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5%;
    margin: 20px 0 60px;
}
.list-name{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin: 20px 0;
}
.courses-list-page-item{
    width: 47%;
    aspect-ratio: 1;
    text-decoration: unset;
    height: fit-content;
    margin-bottom: 20px;
}
.courses-list-page-item-image{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #426dff;
}
.courses-list-page-item-name{
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.courses-list-page-item-name:hover{
    color: #7292FF;
}
@media screen and (min-width: 768px) {
    .courses-list-page-wrap{
        gap: 5%;
    }
    .courses-list-page-item{
        width: 30%;
        display: block;
    }
    .courses-list-page-item-name{
        font-size: 18px;
    }
    .list-name{
        font-size: 24px;
        text-align: left;
    }
}
/* End */
/* /local/templates/AAM/components/bitrix/news.list/courses/style.css?17528258991188 */
