.lp-certificate-2__wrap {
    padding: 48px 0 32px;
}

@media all and (min-width: 600px) {
    .lp-certificate-2__wrap {
        padding: 64px 0 48px;
    }
}

@media all and (min-width: 1380px) {
    .lp-certificate-2__wrap {
        padding: 80px 0 64px;
    }
}

.lp-certificate-2-header {
    text-align: center;
}

.lp-certificate-2-header__title {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
}

@media all and (min-width: 600px) {
    .lp-certificate-2-header__title {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1200px) {
    .lp-certificate-2-header__title {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (min-width: 1380px) {
    .lp-certificate-2-header__title {
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }
}

.lp-certificate-2-header__subtitle {
    margin: 0;
    padding: 0;
}

@media all and (min-width: 1200px) {
    .lp-certificate-2-header__subtitle {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (min-width: 1380px) {
    .lp-certificate-2-header__subtitle {
        max-width: 848px;
        margin-left: auto;
        margin-right: auto;
    }
}

.lp-certificate-2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

@media all and (min-width: 600px) {
    .lp-certificate-2__content {
        padding-top: 16px;
    }
}

@media all and (min-width: 1200px) {
    .lp-certificate-2__content {
        margin: 0 -12px;
        padding: 0;
    }
}

@media all and (min-width: 1380px) {
    .lp-certificate-2__content {
        margin: 0 -16px;
    }
}

.lp-certificate-2-item {
    margin-top: 48px;
}

@media all and (min-width: 600px) {
    .lp-certificate-2-item {
        min-height: 276px;
        margin-top: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media all and (min-width: 960px) {
    .lp-certificate-2-item {
        min-height: 270px;
    }
}

@media all and (min-width: 1200px) {
    .lp-certificate-2-item {
        width: 564px;
        margin: 48px 12px 0;
    }
}

@media all and (min-width: 1380px) {
    .lp-certificate-2-item {
        width: 628px;
        margin-left: 16px;
        margin-right: 16px;
    }
}

.lp-certificate-2-item__photo {
    margin-top: 0;
    margin-bottom: 16px;
    height: calc(100vw - 32px);
    width: 100%;
    flex: none;
}

@media all and (min-width: 600px) {
    .lp-certificate-2-item__photo {
        width: 276px;
        height: 276px;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 24px;
    }
    
    .lp-certificate-2-item__photo._lp-max-width {
    	max-width: 276px;
    }
}

@media all and (min-width: 960px) {
    .lp-certificate-2-item__photo {
        width: 432px;
        height: 432px;
        margin-right: 48px;
    }
    
    .lp-certificate-2-item__photo._lp-max-width {
    	max-width: 432px;
    }
}

@media all and (min-width: 1200px) {
    .lp-certificate-2-item__photo {
        width: 270px;
        height: 270px;
        margin-right: 24px;
    }
    
    .lp-certificate-2-item__photo._lp-max-width {
    	max-width: 270px;
    }
}

@media all and (min-width: 1380px) {
    .lp-certificate-2-item__photo {
        width: 298px;
        height: 298px;
        margin-right: 32px;
    }
    
    .lp-certificate-2-item__photo._lp-max-width {
    	max-width: 298px;
    }
}

.lp-certificate-2-item__photo img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    min-width: 0 !important;
}

.lp-certificate-2-item__title {
    margin-top: 0;
    margin-bottom: 8px;
    padding: 0;
}

.lp-certificate-2-item__text {
    padding: 0;
}

.lp-certificate-2__buttons {
    margin-top: 32px;
}

@media all and (min-width: 600px) {
    .lp-certificate-2__buttons {
        text-align: center;
    }
}

.lp-certificate-2__buttons-item {
    width: 100%;
    margin: 0 0 16px;
}

@media all and (min-width: 600px) {
    .lp-certificate-2__buttons-item {
        width: auto;
        margin: 0 8px 16px;
    }
}




._left .lp-certificate-2__content {justify-content: flex-start;}
._left .lp-certificate-2-header__title {text-align: left; margin-left: 0;}
._left .lp-certificate-2-header__subtitle {text-align: left; margin-left: 0;}
._left .lp-certificate-2__buttons {text-align: left;}

._right .lp-certificate-2__content {justify-content: flex-end;}
._right .lp-certificate-2-header__title {text-align: right; margin-right: 0;}
._right .lp-certificate-2-header__subtitle {text-align: right; margin-right: 0;}
._right .lp-certificate-2__buttons {text-align: right;}