/* Block: /templates/block/aboutpage/certificate.html.twig */

.b-certificate__wrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;   
}

.b-certificate__item {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    width: 30%;
    margin: 12px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
}
.b-certificate__item img{
	margin: auto;
}

.b-certificate__item:hover {
    box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
}

