   .wac-inner-banner{
            width: 100%;
                position: relative;
        }
         .wac-inner-banner picture{
            display: block;
            padding-top: calc(700 / 400 * 100%);
            position: relative;
        }
        @media only screen and (min-width: 768px) and (max-width: 1200px){
            .wac-inner-banner picture{
                padding-top: calc(600 / 700 * 100%);
            }
        }
         .wac-inner-banner picture img,  .wac-inner-banner picture source {
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            top: 0;
        }
        .wac-inner-banner-content{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.4);
            display: flex;
            align-items: end;
        }
        .wac-inner-banner-content-in{
            width: 100%;
            max-width: 1270px;
            margin-left: auto;
            margin-right: auto;
            padding: 50px 20px;

        }
        .wac-inner-sub-head{
            font-family: var(--theme-font-p_font-family) ;
            font-size: 16px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 400;
        }
        .wac-inner-heading{
               font-size: 30px;
               line-height: 42px;
               font-weight: 400;
            color: #fff;
            width: 100%;
            max-width: 800px;
            margin-top: 0px;
            margin-bottom: 30px;
            letter-spacing: normal;
        }
        @media only screen and (max-width: 575.98px){
            .wac-inner-heading{
                max-width: 70%;
            }
        }
        a.wac-inner-banner-btn{
            text-transform: uppercase;
            font-size: 14px;
            line-height: 56px;
            letter-spacing: 1px;
            padding: 10px 20px;
            border: #fff 1px solid;
            color: #fff;
            text-decoration: none;
        }
        a.wac-inner-banner-btn:hover{ 
            border: #fff 1px solid;
            background-color: #fff;
            color: #1a1a1a;
            text-decoration: none;
        }
    

        @media(min-width: 1200px){
             .wac-inner-banner-content-in{ 
                    padding: 100px 10px 165px;

                }
                 .wac-inner-banner picture{ 
                    padding-top: calc(736 / 1920 * 100%); 
                }
                 .wac-inner-heading{
                    font-size: 70px; 
                    line-height: 86px;
                    margin-top: 30px;
                    margin-bottom: 30px;
                      letter-spacing: normal;
                }

        }