#headerPadding {
    padding-top: 15rem;
    padding-bottom: 15rem;
}

.mc-credit-firstScreen {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.mc-credit-firstScreen-left {
    width: 30%;
    text-align: left;
}

.mc-credit-firstScreen-right {
    width: 70%;
    height: auto;
    display: inline-block;
}



#headerP {
    color: #000;
}

#headerP span {
    margin-top: 2rem;
    display: inline-block;
}

.container-img {
    padding: 0 0 0 1%;
}

.bg-gray {
    background: #f3f8ff;
}

.radius-box {
    width: 100%;
    height: 8rem;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.radius-box::after {
    content: "";
    width: 100%;
    height: 8rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 0 0 50% 50%;
}
.cc-section{
    margin-left: auto;
    margin-right: auto;
}
.content-box{
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(10, 34, 56, 0.2);
}

.dots-img{
    top: 65%;
    left: -20%;
    z-index: -1;
}

@media (min-width: 768px) {
    .cc-section {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .cc-section {
        width: 970px;
    }
}
@media (min-width: 1201px) {
    .cc-section {
        width: 1200px;
    }
}
@media (min-width: 1301px) {
    .cc-section {
        width: 1300px;
    }
}

@media (max-width: 1280px) {

    .cc-section {
        padding: 0 6rem;
    }

    .mc-creditcard-wrap {
        width: 100%;
    }

    .bg-gray .mc-section {
        padding: 0 7rem;
        width: 100%;
        max-width: 1200px;
    }
}

@media (max-width: 768px) {
    .mc-credit-firstScreen {
        flex-direction: column;
    }

    .mc-credit-firstScreen-left,
    .mc-credit-firstScreen-right {
        width: 100%;
    }

    .mc-credit-firstScreen-left {
        margin-bottom: 5rem;
    }
    #headerP+.mc-button-group {
        display: flex;
    }
}