.certificates {
    background: #fff;
}

.certificates .wrap {
    margin: 119px auto 81px;
}

.certificates .wrap .title {
    font-size: 54px;
    font-family: Roboto b;
    font-weight: 500;
    color: #0D0D0D;
    text-align: center;
    display: block;
    margin: 0 0 100px 0;
}

.certificates .wrap .content .matter {
    display: flex;
    justify-content: center;
}

.certificates .wrap .content .item:not(:last-child) {
    margin: 0 75px 0 0;
}

.certificates .wrap .content .item .green {
    width: fit-content;
    padding: 0 48px;
    height: 51px;
    background: #517D6C;
    border-radius: 26px;
    margin: 0 auto 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 200;
    color: #FFFFFF;
}

.certificates .wrap .content .item p {
    width: 335px;
    font-size: 14px;
    font-family: Roboto;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 25px;
    margin: auto;
    text-align: center;
    min-height: 80px;
}

.certificates .wrap .content .item .images {
    width: 357px;
    height: 327px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.certificates .wrap .content .item .images img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.certificates .wrap .content .icon {
    margin: 35px auto 0;
    text-align: center;
}

.certificates .wrap .content .icon div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 37px 0;
}

.certificates .wrap .content .icon div img:not(:last-child) {
    margin: 0 25px 0 0;
}

.certificates .wrap .content .icon p,.certificates .wrap .content .icon p a {
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: #1C1C1C;
}

.certificates .wrap .content .line {
    width: 1397px;
    height: 1px;
    background: #EFEFEF;
    margin: 49px auto 0;
}

.certificates .wrap .picture {
    text-align: center;
    margin: 76px auto 0;
}
@media screen and (max-width: 1900px) {
    .certificates .wrap{
        max-width: 90%;
    }
    .certificates .wrap .content .item .images{
        width: fit-content;
        margin: auto;
    }
    .certificates .wrap .content .item p{
        width: 100%;
        max-width: 335px;
    }
    img{
        max-width: 100%;
    }
    .certificates .wrap .content .line{
        max-width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .certificates .wrap{
        max-width: 90%;
        margin: 51px auto;
    }
    .certificates .wrap .title{
        font-size: 28px;
        margin: 0 0 41px 0;
    }
    .certificates .wrap .content .matter{
        flex-direction: column;
    }
    .certificates .wrap .content .item:not(:last-child) {
        margin: 0 0 20px 0;
    }
    .certificates .wrap .content .item p{
        width: 100%;
        height: auto;
    }
    .certificates .wrap .content .item .images{
        width: 100%;
        height: auto;
    }
    .certificates .wrap .content .icon div{
        display: grid;
        grid-template-columns: repeat(4,1fr);
        justify-items: center;
    }
    .certificates .wrap .content .icon div img{
        transform: scale(0.8);
        max-width: 100%;
    }
    .certificates .wrap .content .icon p, .certificates .wrap .content .icon p a {
        font-size: 15px;
    }
    .certificates .wrap .content .line{
        width: 100%;
        margin: 31px auto 0;
    }
    img{
        max-width: 100%;
    }
    .certificates .wrap .picture {
        margin: 41px auto 0;
    }
}