.about_us_hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0rem;
    letter-spacing: 1px;
}

.about_us_hero {
    background-image: url(../images/about_us/about_us_hero.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 8rem 0;
}

.about_us_second {
    background-color: #ffffff;
    padding: 4rem 0;
    margin-top: -5rem;
}

.about_us_second .about_us_second_left h2 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    width: 70%;
    display: inline-flex;
    margin-bottom: 1rem;
}

.about_us_second .about_us_second_left p {
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

.about_us_second .about_us_second_right {
    width: 100%;
    text-align: center;
}

.about_us_second .about_us_second_right img {
    width: 80%;
}

.about_seventh {
    margin-top: -5rem;
}

.about_fourth {
    margin-top: -5rem;
}


.chat_with_me_directly a {
    background: linear-gradient(135deg, #2f3445, #3a4f6c);
    color: #fff;
    text-decoration: none;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    border-radius: 10px;
    transition: all 0.3s ease;    
}

.chat_with_me_directly a:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px rgb(49 58 77 / 37%);    
}

.chat_with_me_directly {
    background-color: #fff;
    padding: 1rem 1rem;
    border-radius: 16px;    
}