/* =========================================================
   GÖVDESAN PUBLIC SITE - MODÜLER CSS
   Kaynak satırlar: 1129-1200
   Ana sayfa sertifikalar
   NOT: İlk refactor aşamasında CSS kuralları değiştirilmemiştir.
   ========================================================= */

/* =========================================================
   CERTIFICATES
   ========================================================= */

.gv-home-certificates {
    padding: 80px 0;
    background: #f5f7f8;
}

.gv-cert-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7px;
}

.gv-cert-card {
    display: flex;
    align-items: center;
    width: calc(25% - 14px);
    min-height: 120px;
    margin: 7px;
    padding: 17px;
    background: #ffffff;
    border: 1px solid #e0e6eb;
}

.gv-cert-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    min-width: 65px;
    height: 65px;
    margin-right: 14px;
    color: #6c8294;
    font-size: 30px;
}

.gv-cert-logo img {
    max-width: 65px;
    max-height: 65px;
    object-fit: contain;
}

.gv-cert-content {
    flex: 1;
}

.gv-cert-content > span {
    display: block;
    margin-bottom: 3px;
    color: #a4272d;
    font-size: 8px;
    font-weight: 700;
}

.gv-cert-content > strong {
    display: block;
    color: #293f52;
    font-size: 11px;
    line-height: 16px;
}

.gv-cert-content > small {
    display: block;
    margin-top: 4px;
    color: #8a959e;
    font-size: 8px;
}


