.slider-form .certification-wrapper {
    justify-content: space-between;
    gap: 13px;
    margin: 0 0 32px;
    display: flex;
    transform: scale(.8)
}

@media (min-width: 414px) {
    .slider-form .certification-wrapper {
        transform: scale(1)
    }
}

@media (min-width: 1024px) {
    .slider-form .certification-wrapper {
        gap: 46px
    }
}

.slider-form .certification-item {
    width: 110px;
    height: 67px;
    background-color: #fff;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    display: flex
}

@media (min-width: 1024px) {
    .slider-form .certification-item {
        width: 180px;
        height: 110px;
        border-radius: 25px
    }
}

.slider-form .certification-item img {
    object-fit: contain;
    max-width: 72%
}

/*override index...css */
@media (min-width: 300px) {
    .top-banner .btn-wrapper {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: center;
        padding: 18px 0;
    }

    .top-banner .btn-wrapper .btn {
        margin: 0;
        width: auto;
        padding: 5px;
    }

    .top-banner:before {
        height: 28em;
    }

    .btn-wrapper .btn img {
        width: 125px;
        height: 45px;
    }

    footer .top .btn {
        justify-content: normal;
        margin: 0;
        padding: 10px 0;
    }

    footer .top .btn-wrapper {
        padding-bottom: 15px;
    }
}

@media (min-width: 327px) {
    .top-banner:before {
        height: 24.5em;
    }
}

@media (min-width: 414px) {
    .top-banner:before {
        height: 24em;
    }
}

@media (min-width: 768px) {
    footer .btn-wrapper {
        display: flex;
        align-items: flex-start;
    }

    footer .btn-wrapper .btn {
        padding: 0 10px;
        justify-content: normal;
        width: auto;
    }

    .top-banner:before {
        height: 100%;
    }
}

@media (min-width: 1024px) {
    .btn-wrapper .btn img {
        width: 206.67px;
        height: 80px;
    }

    .top-banner .add-info {
        max-width: 70%;

    }
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 80px;
    height: 80px;
    background-color: #25D366;
    border-radius: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.whatsapp-button img {
    width: 60%;
    height: 60%;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

/* Fix for FAQ wrapper to span full width until 1024px */
.faq .faq-wrapper {
    width: 100%;
}

@media (min-width: 1024px) {
    .faq .faq-wrapper {
        max-width: 992px;
        margin-left: auto;
        margin-right: auto;
    }
}
