* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


:root {
    --teal: #06273A;
    --white: #ffffff;
    --text-color: #151515;
}


.about-hero-section {
    background-image: url(../assets/aboutUs-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}


.about-hero-section div {
    height: 377px;
    
}

.about-hero-section h1 {
    max-width: 60%;
    color: var(--white);
    font-size: 50px;
    font-family: 'Recia';
    font-weight: '900';
    font-style: normal;
    word-wrap: 'break-word'

}

.main-section {
    align-items: center;
    font-size: 14px;
    padding: 50px 0 !important;
}

p {
    color: var(--text-color) !important;
    font-weight: 500;
    word-wrap: break-word;
    
}
