.why-banner-section .custom-container{bottom: 250px;}
/* .why-banner-section .banner-overlay{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(13, 30, 76, 0.00) 50%, rgba(13, 30, 76, 0.90) 100%); 
} */
.why-banner-section{position: relative;} 
.px-03{padding-left: 3.75rem;padding-right: 3.75rem;}
.bg-linear{background: linear-gradient(180deg, #249DD4, #fff);
    padding: 2px;
    position: relative;
    margin-top: -220px;}
.main-title-sec h2   {background: linear-gradient(91deg, #5780F4 3.88%, #008B9A 109.83%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;}
.why-second-sec p{color: #000;
    font-family: 'LeagueSpartan';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;padding-top: 4px;
    line-height: 28px; }
   .card-list h5{color: #232323;
    font-family: 'LeagueSpartan';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;margin-bottom: 3px;
    line-height: 130%; padding-left: 50px;}
   .card-list h6{color: #242424;
    font-family: 'LeagueSpartan';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; padding-left: 50px;}
    @media only screen and (max-width:436px){ 
    .why-banner-section .custom-container {
        bottom: 150px;
    }
    .bg-linear {
        margin-top: -130px;
    }
}

    @media only screen and (max-width:566.9px){
        .card-list h5 { 
            font-size: 13px;}
            .card-list h6 { 
                font-size: 11px;} 
    .why-banner-section .custom-container {
        bottom: 150px;
    }
    .bg-linear {
        margin-top: -130px;
    }
    .px-03 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

    @media only screen and (min-width:567px) and (max-width:767.9px){  
        .why-banner-section .custom-container {
            bottom: 160px;
        }
        .bg-linear {
            margin-top: -140px;
        } 
    }
    @media only screen and (min-width:768px) and (max-width:991.5px){  
        .why-banner-section .custom-container {
            bottom: 180px;
        }
        .bg-linear {
            margin-top: -160px;
        }
    }
        @media only screen and (min-width:1800px){ 
        .why-second-sec p { 
            font-size: 20px; 
            line-height: 36px;
        }
       
                .card-list h5 { 
                    font-size: 22px;
                }
                .card-list h6 { 
                    font-size: 20px;
                }
                .why-banner-section .custom-container {
                    bottom: 310px;
                }
                .bg-linear { 
                    margin-top: -275px;
                }
                
    }
    @media only screen and (min-width:2000px){ 
        .why-second-sec p{ 
            font-size: 22px; 
            line-height: 38px;
        }
        .why-banner-section .custom-container {
            bottom: 350px;
        }
        .bg-linear {
            margin-top: -300px;
        }
    }
    @media only screen and (min-width:2300px){  
        .why-banner-section .custom-container {
            bottom: 370px;
        }
        .bg-linear {
            margin-top: -330px;
        }
    }
    @media only screen and (min-width:2700px){  
        .why-banner-section .custom-container {
            bottom: 400px;
        }
        .bg-linear {
            margin-top: -350px;
        }
    }
    
@media only screen and (max-width:768px){
    .why-banner-section img{height: 270px;
        object-fit: cover;}
        
        }
        @media (min-width: 1200px) {
            .col-xl {
                flex: 0 0 auto;
                width: 20%;
            }
        }