.aboutus-hero-wrapper{
position:relative;
height: 725px;
background: url('../images/hero-background.png') center / cover no-repeat;
}
.aboutus-content-row {
position: relative;
z-index: 999;
top: 14rem;
height: 68%;
scrollbar-width: none;
}
.aboutus-panel{
background:#fffffff5;
padding:18px 20px 17px;
height: 100%;
}
.aboutus-eyebrow {
color: var(--thememeatbrown);
font-weight: 600;
letter-spacing: 2px;
font-size: 0.85rem;
text-transform: uppercase;
margin-bottom: 0px;
}
.aboutus-title{
font-weight:700;
font-size:1.9rem;
text-transform: uppercase;
color:#222;
margin-bottom:15px;
}
.aboutus-heading {
font-family: auto;
text-align:start;
color:var(--thememeatbrown);
font-weight:600;
font-style: italic;
letter-spacing:1px;
font-size:0.95rem;
margin-bottom:6px;
}
.aboutus-panel p {
font-size: small;
}
