.nav {
    display: flex;
    justify-content: space-between;
    background-color: #333;
    padding: 3.2rem;

}

.main-nav-bar-list {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 4.4rem;
}

.nav-list-item {
    text-decoration: none;
    color: #fff;
}

.section-hero {
    background-color: #333;
}

.hero-text-title {
    color: #fff;
    font-size: 4.4rem;
}

.class-hero-img {
    width: 4.4rem;
    height: 4.4rem;
}

.hero-img {
    width: 50%;
    
}