.domain-index {
    width: 95%;
    margin: 0 auto;
    padding: 30px 10px;
}

.domain-index-title {
    text-align: center;
    font-weight: 900;
    display: block;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #2446F6;
}

.front-domains-top-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.front-domains-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;

}

#front-domains .card-wrapper {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 15px;
}


@media screen and (min-width: 1024px) {
    #front-domains .card-wrapper {
        width: 48%;
    }
}

@media screen and (min-width: 1280px) {
    #front-domains .card-wrapper {
        width: 24%;
    }
}

#front-domains .card {
    font-size: 14px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    min-width: 100%;
}



#front-domains .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    display: flex;
    justify-content: space-between;
}

.btn_pay-link {
    cursor: pointer;
}
