body {
    background-color: #ccc;
}
.badge-certificate-container {
    width: 1051px;
    height: auto;
    background: white url('../images/cert-bg.webp') no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 65px;
    font-family: Arial, sans-serif;
    margin: 0 auto;
}
@media (max-width: 479px) {
    .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
        flex-basis: 25%;
        max-width: 25%;
    }
}