

/* Start:/local/templates/wex/components/bitrix/news.detail/certificates/style.css?1717421953896*/
.bx-certificates-list-item{
    height: 300px;
    outline: none;
}
.bx-certificates-list-item a{
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    outline: none;
}
.bx-certificates-list-item img{
    height: 100%;
    object-fit: contain;
    width: auto;
    max-width: 100%;
    max-height: 300px;
    outline: none;
}
.bx-certificates-list{
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #c4c4c4;
}
.bx-certificates-text{
    margin-top: 1rem;
}
@media(max-width: 768px){
    .bx-certificates-text{
        font-size: 14px;
    }
}

.bx-certificates-list-item:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(255,255,255,1) 92%);
    pointer-events: none;
    outline: none;
}
/* End */
/* /local/templates/wex/components/bitrix/news.detail/certificates/style.css?1717421953896 */
