body{
    font-family: 'Montserrat', sans-serif;
}

.main-heading{
    font-size: 2rem;
    font-weight: 700;
    clear: both;
    font-family: 'Montserrat', sans-serif;
    color: #222;
}

@media only screen and (max-width: 800px){
    .main-heading {
        font-size: 20px !important;
    }
}

.small-heading{
    margin-top: 5px;
    font-size: 1.125rem;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;

}

.xsmall-heading{
    margin-top: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;

}

.center {
    margin: auto;
    width: 70%;
    padding: 0.625rem;
    }

@media only screen and (max-width:768px){
    .center{
        width: 100%;
        padding:1.25rem;
    }
}

.heading-separator{
    content: '';
    display: block;
    background: #5DCA7D;
    width: 40px;
    height: 5px;
    margin: 10px 0;
    border-radius: 2px;
}

.carousel-item > img{
    height: 528px;
    object-fit: cover;
    overflow: hidden;
}
.contact-us-heading{
    font-weight: bold;
}
.contact-us-icon{
    margin-right: 5rem;
}

@media only screen and (max-width:800px){
    .contact-us-icon{
        font-size:1.5rem !important;
        margin-right: 2rem !important;
    }

    .contact-us-heading{
        font-size: 1rem;
    }
}

iframe{
    width: 100%;
    max-width: 100%;
}

