


@media screen and (max-width:1024px){
    section.marriage-abt .mrg-abt img {
        width: 100%;
    }
}



@media screen and (max-width:980px){
    .ads h2 {
        font-size: 32px;
    }
    section.marriage-abt .mrg-abt img {
        width: 48%;
    }

    section.marriage-abt .mrg-abt {
        display: block;
        padding-bottom: 20px;
    }
    .video-marriage iframe{
        height: 400px;
    }
   
}

@media screen and (max-width:540px){
    .video-marriage iframe{
        height: 300px;
    }
    .ads h2 {
        font-size: 18px;
    }

    section.contact-banner h1 {
        font-size: 32px;
    }
}