.banner {
    background: url(../../images/inner-bg.webp)no-repeat;
    background-size: cover;
    padding: 16em 0;
    height: 300px;
}

.banner h1 {
    font-size: 38px;
    color: #fff;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 100%);
    margin: 0;
}

.banner strong {
    font-size: 25px;
    margin-top: 10px;
    color: #fff;
    display: inline-block;
    text-align: left;
    margin-left: 2em;
    padding: 10px 20px;
    font-weight: 600;
    border: 1px dashed #ddd;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-radius: 20px;
    margin-top: 20px;
}
.contact-page-box{ padding: 2em; width: 47%; margin: 0 10px; margin-bottom: 20px; border-radius: 20px; border:2px solid #419170; box-shadow: 0 0 5px 0 #a2a2a2dd; text-align: center; display: inline-block; vertical-align: top; height: 230px;}
.contact-page-box span{display: block;   }
.contact-page-box span i{ color: #419170; font-size: 30px; height: 70px; width: 70px; line-height: 70px; text-align: center; border-radius: 100%;border:2px solid #419170; }
.contact-page-box strong{display: block ; margin: 10px 0; color: #419170; font-size: 20px;}
.contact-page-box p{margin: 0px; font-size: 16px; color: #000; font-weight: 600;text-align: center;}
.contact-page-box p a{color: #000; display: block;}
.contact-page-box a {display: inline-block;}
.contact-page-box a i{height: 50px; width: 50px; line-height: 50px; text-align: center;border-radius: 100%;border:2px solid #419170; color: #419170; font-size: 20px;}
.contact-page-form{background: #fff; padding: 20px;box-shadow: 0 0 5px 0 #a2a2a2dd; }

@media(max-width:768px) {
    .banner {
        padding: 3em 0;
        height: auto;
    }

    .banner h1 {
        font-size: 25px;
    }
    .contact-page-box{width: 100%; display: block ; margin: 0px; margin-bottom: 15px; height: auto;}
}