  .custom_type2 {
    position: relative;
    background-image: url('/Img/Group718.png');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 40px 0 !important;
}

        .custom_type2 .custom_box h2 {
            margin-bottom: 45px;
            font-size: 3.125rem;
            color: #fff;
        }

        .custom_type2 .custom_box p {
            margin-bottom: 0;
            font-weight: 700;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        }

        .custom_type2 .custom_box .c_b_b_title {
            font-size: 50px;
            font-weight: 600;
            line-height: 1.5 !important;
        }

        .custom_type2 .custom_box .c_b_box {
            background: rgba(255, 255, 255, 0.62);
            padding: 50px 50px 40px;
        }

    .custom_type2 .c_b_box {
        display: grid;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
@media (max-width: 1400px) {
    .custom_type2 .c_b_box {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .custom_type2 {
        background-size: cover !important;
    }
}

@media (max-width: 1200px) {
    .custom_type2 {
        padding-top: 20px;
    }
    .custom_type2 .custom_box {
        padding: 20px 0;
    }

    
    
}

@media (max-width: 990px) {
    .custom_type2 .c_b_box {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


@media (max-width: 768px) {
    .custom_type2 .c_b_box {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .custom_type2 .custom_box h2 {
        margin-bottom: 30px;
    }
    .custom_type2 .custom_box .c_b_box {
        padding: 30px;
    }
}