.p-home__certificates {
    padding-bottom: 30px;
}

.p-home__certificates h4 {
    font-family: var(--font-600);
    line-height: 21px;
    margin-bottom: 10px;
    max-width: 789px;
}

.p-home__certificates-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-certificate__col {
    width: 100%;
}

.b-certificate__col:not(:last-child) {
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .p-home__certificates h4 {
        margin-bottom: 20px;
    }

    .b-certificate__col {
        width: calc(50% - 17px);
    }

    .b-certificate__col:not(:last-child) {
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .p-home__certificates h4 {
        font-size: 18px;
        line-height: 27px;
        max-width: 596px;
    }
}

@media (min-width: 1024px) and (max-width: 1239px) {
    .b-certificate__col {
        width: calc(50% - 10px);
    }
}

@media (min-width: 1240px) {
    .p-home__certificates h4 {
        font-size: 24px;
        line-height: 36px;
        max-width: 789px;
        margin-bottom: 30px;
    }
}