.front-end-bg {
    background-image: url('https://cccinfotech.com/wp-content/uploads/2024/04/frontend-development-header-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: auto;
    padding: 120px 3rem 100px;
}

@media (max-width:580px) {
    .front-end-bg {
        padding: 130px 0rem 80px;

    }
}

.section-heading {
    color: var(--black-color);
    font-size: clamp(22px, 4vw, 30px);
    font-style: normal;
    text-align: center;
    font-weight: 600;
}

.section-paragraph {
    color: var(--black-color);
    text-align: center;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 400;
}

.col-heading {
    font-weight: 600;
    font-style: normal;
    color: var(--sky-blue-color);
    margin: 1px 0 0;
    font-size: clamp(18px, 3vw, 22px);
}

.col-paragrapg {
    color: var(--black-color);
    padding-bottom: 20px;
    margin-bottom: 0 !important;
    font-size: clamp(15px, 2vw, 17px);
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.col-box-shadow {
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    height: 100%;
}

@media (min-width: 992px) {
    .col-lg-3 {
        width: 28%;
    }
}

.col-bg-img {
    background-image: url('https://cccinfotech.com/wp-content/uploads/2024/04/col-bg-image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.why-choose-col-bg {
    background-image: url('https://cccinfotech.com/wp-content/uploads/2024/04/why-choose-col-bg-img.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.by-choosing-col-bg {
    border: 6px solid #00A1E6;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}