/* Volunteer css in global */
.iframe-shadow-1220 {
    max-width: 1220px;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 6px #00000029;
    background-color: #F5F5F1;
    overflow: hidden;
}

@media (min-width: 768px) {
    .volunteer-iframe-form iframe {
        width: 200% !important;
        height: 720px;
    }
}

@media (min-width: 992px) {
    .volunteer-iframe-form iframe {
        height: 700px;
    }
}

@media (max-width: 767.98px) {
    .volunteer-iframe-form iframe {
        height: 800px;
    }
}

@media (max-width: 570.98px) {
    .volunteer-iframe-form iframe {
        height: 850px;
    }
}