section.bg-light {

    padding: 50px 0px;

}

.aboutus {

    font-size: 32px;



    font-weight: 700;

    color: #fff;

    margin: 24px 0 40px 0;

}



.hero__three {

    margin: 0 0;

    background-image:unset;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    /* padding: 130px 0 76px 0; */

  }

.accordion-button:focus {

    z-index: 3;

    border-color: #077965  !important;

    outline: 0;

    box-shadow: 0 0 0 .25rem rgb(199 225 220) !important;

}



.accordion-button:not(.collapsed) {

    color: #047863 !important;

    background-color: #9fcbc382  !important;

    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;

}

.accordion-item {
    background-color: #e4f0ee !important;
    border: 2px solid rgb(156 201 193) !important;
}

div#accordionExample {

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    margin: 0px auto;

    row-gap: 15px;

}

h2.h1.mb-3 {
    font-size: 30px;
}
.accordion-flush .accordion-collapse p {
    font-size: 16px;
}

.site .button:not(:hover):not(:active):not(.has-background), button:not(:hover):not(:active):not(.has-background), input[type="submit"]:not(:hover):not(:active):not(.has-background), input[type="reset"]:not(:hover):not(:active):not(.has-background), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
	 background-color: #e4f0ee !important;
}
.site .button:not(:hover):not(:active):not(.has-text-color), button:not(:hover):not(:active):not(.has-text-color), input[type="submit"]:not(:hover):not(:active):not(.has-text-color), input[type="reset"]:not(:hover):not(:active):not(.has-text-color), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
	 color: black !important ;
}
