.certificate {
    column-gap: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.certificate-card {
    box-shadow: rgba(31, 31, 31, 0.12) 0px 1px 6px 0px, rgba(31, 31, 31, 0.12) 0px 1px 4px 0px;
    box-sizing: border-box;
    cursor: pointer;
    /*height: 384px;*/
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    transition-delay: 0ms;
    transition-duration: 0.45s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    width: 180px;
}

.certificate-card-img {
    background-image: linear-gradient(to right, rgb(23, 41, 131, 0.9), rgb(23, 41, 131, 0.8)), url(../assets/pexels-pixabay-159213.jpg);
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: cover;
    box-sizing: border-box;
    cursor: pointer;
    height: 120px;
    width: 180px;
}

.certificate-card-img-container {
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 120px;
    background-color: aqua;
}

.card {
    /*background-color: rgb(236, 201, 171);*/
    width: 180px;
    padding: 0 20px 0 20px;
}
.card-gradient {
    background-image: linear-gradient(135deg, rgb(236, 201, 171), rgb(236, 201, 171));
    box-sizing: border-box;
    cursor: pointer;
    height: 348px;
    position: absolute;
    top: 100px;
    transform: matrix(1, -0.176327, 0, 1, 0, 0);
    width: 180px;
}

.card-logo {
    background-color: rgb(255, 255, 255);
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    height: 60px;
    left: 24px;
    padding: 8px;
    position: absolute;
    top: 60px;
    width: 60px;
    z-index: 1;
}

.card-logo-img {
    background-image: url(../assets/marte_logo.jpg);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
    cursor: pointer;
    height: 100%;
    width: 100%;
}

.card-title {
    box-sizing: border-box;
    color: rgb(23, 41, 131);
    font-size: 16px;
    line-height: 1em;
    margin-top: 12px;
    padding: 12px 24px;
    position: relative;
    text-align: left;
    z-index: 1;
    font-weight: 700;
    font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, Verdana, sans-serif;
}
.card-body {
    box-sizing: border-box;
    font-size: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    color: rgb(23, 41, 131);
    line-height: 1em;
    padding: 0px 24px;
    z-index: 1;
    position: relative;
}
.card-link {
    box-sizing: border-box;
    color: rgb(23, 41, 131);
    font-size: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1em;
    padding: 60px 24px 24px 24px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.card-link > p {
    margin-top: 12px;
}

.section-certificate {
    padding-bottom: 60px;
}

@media (max-width: 900px) {
    .section-certificate {
        padding-top: 60px;
    }
}

@media (max-width: 780px) {
    .certificate-card:last-child {
        margin-top: 10px;
    }
}

@media (max-width: 670px) {
    .certificate-card {
        margin-bottom: 10px;
    }
}
