.page_title_banner img {
    object-position: center 74%;
}

body {
    background-color: #F2F7FA;
}

.cert_cont {
    background: linear-gradient(to bottom, #fff 60%, #F2F7FA 60%);
}

.cert_wrap {
    margin-top: 60px;
    display: flex;
    gap: 50px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.cert_item {
    width: 100%;
    max-width: 364px;
}

.cert_item h3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-top: 32px;
    text-align: center;
}

@media screen and (max-width:1023px) {
    .cert_item h3 {
        margin-top: 16px;
    }

    .cert_wrap {
        margin-top: 30px;
    }
}