.section-six-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F4EFE3;
    max-width: 1220px;
}

.section-six{
    background: #F4EFE3;
    padding: 110px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.certifications{
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #8C6D3F;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.section-six-wrapper h2{
    font-size: 38px;
    margin-bottom: 16px;
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    letter-spacing: -0.01em;
}
.gkhf {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    margin-top: 56px;
}

.gkhf-item {
    border: 1px solid rgba(42, 38, 32, 0.14);
    padding: 30px 22px;
    text-align: center;
    border-radius: 2px;
}

.gkhf-item div{
    width: 46px;
    height: 46px;
    border: 1px solid #B8935F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    color: #B8935F;
    font-size: 18px;
}
.gkhf-item h3{
    font-size: 14.5px;
    margin-bottom: 8px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.03em;
}
.gkhf-item p{
    font-size: 12.5px;
    color: rgba(42, 38, 32, 0.65);
    line-height: 1.6;
}

@media (max-width:1228px){
    .gkhf {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:1000px){
    .section-six-wrapper{
        margin-top: -77px;
    }
}
@media (max-width:960px){
    .gkhf-item{
        padding: 10px;
        width: 79%;
        gap: 10px;
    }

    .gkhf {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: 21px;
        margin-top: 17px;
        max-width: 646px;
    }

    .certifications {
        margin-bottom: -17px;
    }
}

@media (max-width:863px){
    .section-six-wrapper h2 {
        font-size: 21px;
        margin-top: 32px;
    }

    .section-six-wrapper {
        margin-bottom: -55px;
    }
    .gkhf-item h3{
        font-size: 12.5px;
    }
    .gkhf-item p {
        font-size: 12px;
    }

    .gkhf-item div {
        width: 36px;
        height: 36px;
        font-size: 10px;
    }

    .gkhf-item {
        padding: 5px;
    }
}

@media (max-width:500px){
    .gkhf-item {
        width: 94%;
    }

    .gkhf {
        gap: 13px;
        padding: 51px;
        grid-template-columns: repeat(2, 0.5fr);
        margin-top: -29px;
    }

    .gkhf-item div {
        width: 29px;
        height: 29px;
        font-size: 14px;
    }

    .section-six-wrapper h2 {
        font-size: 23px;
        text-align: center;
        max-width: 243px;
    }
}

@media (max-width:438px){
    .section-six-wrapper {
        margin-bottom: -100px;
    }
}

@media (max-width:340px){
    .gkhf {
        padding: 29px;
    }
}