* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.issuer-wrapper .form-contact-cover {
    background-color: rgb(255, 255, 255);
}

.issuer-desc {
    color: black !important;
}

.left-container {
    row-gap: 0rem;
}

.issuers-card:hover {
    background-image: url('assets/img/issuers-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}


.bottom-part-issure-container .black-fold {
    top: -75px;
}

.bottom-part-issure-container .cta-section {
    background-color: black;
}

.bottom-part-issure-wrapper {
    width: 100%;
}

.bottom-part-issure-wrapper .cta-section {
    border-start-start-radius: 50px;
    border-start-end-radius: 50px;
}


.issuer-wrapper .cta-section {
    padding-bottom: 0rem;

}



@media (max-width: 409.98px) {

    .issuer-wrapper .contact-first-data .contact-big {
        font-size: 45px;
    }
}


@media (max-width: 575.98px) {

    .issuer-wrapper .contact-first-data {
        margin-bottom: 8rem;
    }

    .issuer-wrapper .contact-first-data .contact-big {
        font-size: 43px;
    }

    .issuer-wrapper .abts-btn {
        width: unset;
    }

    .issuer-wrapper .contact-section {
        background: transparent;
    }

    .issuer-wrapper .form-contact-cover {
        padding-top: 3rem;
    }

    .issuer-wrapper .cta-section {
        padding-top: 3rem;
    }
}


@media (min-width: 576px) and (max-width: 767.98px) {

    .issuer-wrapper .contact-first-data {
        margin-bottom: 8rem;
    }

}

@media (max-width: 991px) {
    .issuer-wrapper .contact-section {
        background-color: transparent;
    }

    .issuer-wrapper .first-bottom {
        margin-top: 1rem;
    }

    .issuer-wrapper .col-md-auto {
        margin-bottom: 2rem;
    }

}

@media (min-width: 992px) and (max-width: 1399.98px) {

    .issuer-wrapper .col-md-auto {
        margin-bottom: 1rem;
    }
     .issuer-wrapper .bottom-part-issure-wrapper {
        background-color: white;
    }

}


@media (min-width: 1400px) {
    .issuer-wrapper .bottom-part-issure-wrapper {
        background-color: white;
    }

}