.card-con{
    position: relative;
}
.card-box h2{
    margin-bottom: 24px;
    color: var(--primary--color);
}
.card-box h2 span{
    top: -25px;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    display: inline-block;
    color: var(--accent-color);
    font-family: "Montserrat", sans-serif;
}
.card-box h2 p span{
    font-weight: 700;
}
.card-box p {
    padding: 0 100px;
    margin-bottom: 30px;
}
.card-box .generic-btn{
    margin-bottom: 60px;
}
.card-box{
    position: relative;
}
.card-box:after {
    z-index: -1;
    content: "";
    top: 112px;
    width: 652px;
    height: 564px;
    right: -230px;
    position: absolute;
    background: url(../images/bg-logo.png) no-repeat;
}
@media only screen and (max-width: 1800px) {
    .card-box:after {
        width: 482px;
        height: 444px;
        right: -10px;
        background-size: contain;
    }
}
@media only screen and (max-width: 1440px) {}
@media only screen and (max-width: 1199px) {
    .card-box:after {
        right: 0;
        width: 422px;
        height: 364px;
        background-size: contain;
    }
    .card-box p {
        padding: 0 42px;
        margin-bottom: 20px;
    }
    .card-box img{
        width: 700px;
    }
    .card-box h2 span {
        font-size: 20px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .card-box p {
        padding: 0 0;
        margin-bottom: 14px;
    }
    .card-box h2 {
        margin-bottom: 14px;
    }
    .card-box img {
        width: 600px;
    }
    .card-box:after {
        right: -30px;
        width: 322px;
        height: 284px;
    }
}
@media only screen and (max-width: 767px) {
    .card-box h2 span {
        font-size: 16px;
        line-height: 16px;
        top: -15px;
    }
    .card-box img {
        width: 500px;
    }
    .card-box:after {
        width: 242px;
        height: 214px;
    }
}
@media only screen and (max-width: 575px) {
    .card-box img {
        width: 326px;
    }
    .card-box h2 span {
        font-size: 12px;
        line-height: 12px;
    }
    .card-box .generic-btn {
        margin-bottom: 40px;
    }
    .card-box:after {
        width: 182px;
        height: 154px;
        right: -10px;
    }
}