

@media screen and (max-width:768px){
    body  .banner-secc img{height:280px;}
     .centered h2 {
            color: #1f1f1f;
            font-weight: bold;
            font-size: 20px;
            line-height:22px;
        }

        .centered p {
            font-size: 12px;
            line-height: 14px;
            color: black;
        }
}
  
  .banner-secc {
            padding: 0px;
            margin: 0px;
        }

        .banner-secc {
            position: relative;
            text-align: center;
            color: black;
        }
        .centered {
            position: absolute;
            top: 60%;
            left: 50%;
            transform: translate(-50%, -50%);
            
        }

        .centered h2 {
            color: #1f1f1f;
            font-weight: bold;
            font-size: 28px;
            line-height:30px;
        }

        .centered p {
            font-size: 18px;
            line-height: 20px;
            color: black;
        }

        .btn {
            font-size: 14px;
            letter-spacing: 0px;
            padding: 14px 25px;
            text-transform: capitalize;
            border-radius: 4px;
            font-weight: 600;
            border: 1px solid transparent;
        }

        .btn-main,
        .btn-sm {
            background: #172182;
            color: #fff;
        }

        .sec1 {
            padding: 50px 0px;
        }
        .section-sm{padding:40px 0px;}