

/* Start:/bitrix/templates/eshop_bootstrap_v4/components/bitrix/news/catalog-materials/bitrix/news.list/.default/style.css?1739623050940*/
.sertificat-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-direction: row;
    flex-wrap: wrap;
}
.sertificat-item {
    width: 30%;
    position: relative;
    border: 1px solid lightgray;
    margin: 15px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.sertificat-pdf {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
}

.sertificat-img {
    width: 100%;
    height: 200px;
}
.sertificat-img-box {
    width: 100%;
    display: flex;
    height: 200px;
    flex-direction: column;
    justify-content: center;
}
.sertificat-name {
    text-align: center;
    color: black;
}

@media screen and (max-width: 768px) {
.sertificat-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: auto;
    margin-bottom: 20px;
}
.sertificat-list {
    display: flex;
    flex-direction: column;
}
}

/* End */
/* /bitrix/templates/eshop_bootstrap_v4/components/bitrix/news/catalog-materials/bitrix/news.list/.default/style.css?1739623050940 */
