.breadcrumb_sec {margin-block: 40px 60px;}
/* contact hero */
.hero_bannerRe {background: url("../images/banner/aboutUs_bg.webp") center/cover no-repeat;}
.hero_bannerRe .wrapper {height: 681px;display: flex;align-items: center;}
.hero_bannerRe .wrapper > h1 {font-weight: 700;color: #282828;font-size: 64px;}
.hero_bannerRe .wrapper > h1 span {color: #24C66D;font-size: 80px;}

/* about us sec styling */
.about_us .title {text-align: center;margin-bottom: 65px;}
.about_us .title > h2 {color: #282828;font-size: 36px;font-weight: 600;margin-bottom: 11px;}
.about_us .title > p {color: #282828;font-size: 18px;}
.about_us .wrapper > h2 {color: #282828;font-weight: 600;font-size: 24px;margin-bottom: 22px;}
.about_us .wrapper > h3 {color: #282828;font-weight: 600;font-size: 24px;margin-bottom: 22px;}
.about_us .wrapper > p {color: #282828;line-height: 24px;margin-bottom: 45px;}
.about_us .wrapper > ul {list-style: disc;padding-left: 1rem;margin-bottom: 1rem;}
.about_us .wrapper > ul > li {color: #282828;list-style-type: disc;margin-bottom: 7px;line-height: 24px;}

@media only screen and (max-width:991px) {
    /* contact hero */
    .hero_bannerRe .wrapper {height: 550px;}
    .hero_bannerRe .wrapper > h1 {font-size: 50px;}
    .hero_bannerRe .wrapper > h1 span {font-size: 65px;}
    /* about us sec styling */
    .about_us .title {margin-bottom: 35px;}
    .about_us .title > h2 {font-size: 30px;}
    .about_us .title > p {font-size: 16px;}
}
@media only screen and (max-width:575px) {
    /* contact hero */
    .hero_bannerRe .wrapper {height: 450px;}
    .hero_bannerRe .wrapper > h1 {font-size: 45px;}
    .hero_bannerRe .wrapper > h1 span {font-size: 50px;}
    /* about us sec styling */
    .about_us .title > h2 {font-size: 26px;}
    .about_us .wrapper > p {margin-bottom: 25px;}
}