.gift-сertificate-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gift-cert-section {
    padding-top: 76px;
}

.gift-сertificate-main .gift-сertificate-image {
    width: 100%;
    height: 100%;
}

.gift-сertificate-item {
    background-color: #f9f9f9;
    border-radius: 20px;
    padding: 20px;
}

.gift-cert-desc {
    color: #171717;
}

.page-with-banner__descr p b {
    font-family: "centurygothiс-bold", sans-serif;
}

.gift-cert-desc a {
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #000000;
    text-decoration: none;
    transition: 0.2s all;
}

.gift-cert-desc a:hover {
    opacity: 0.8;
}

.gift-cert-section .btn-container {
    display: flex;
    justify-content: center;
}


@media (max-width: 768px) {
    .page-with-banner__banner.gift-cert-img {
        height: 315px;
    }

    .gift-сertificate-image {
        width: 100%;
        height: 100%;
    }

    .gift-сertificate-item {
        padding: 10px;
    }
}
@media (max-width: 1024px) {
    .gift-cert-section {
        padding-top: 38px;
    }
}

@media (max-width: 425px) {
    .page-with-banner__banner.gift-cert-img {
        height: 200px;
    }
}
