.mainHeader {
    background-color: #000;
    height: 119px;
    z-index: 3;
    position: relative;
}
.mainHeader nav {
    top: -21px;
    position: relative;
}
.mainHeader nav .mainNavItem {
    color: #fff;
    font-size: 26px;
    transition: color 0.3s ease;
}

.mainHeader nav .mainNavItem:hover {
    color: #ffbb01;
}
.heroWrapper {
    min-height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


.heroWrapper:before {
    content: '';
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.heroContainer {
    position: relative;
    max-width: 80rem;
}

.heroContainer h1 {
    font-size: clamp(3.5rem, 8vw, 5.625rem);
    font-weight: 700;
    color: #ffbb01;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.heroContainer p {
    font-size: 22px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.heroBtn {
    background: #ffbb01;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 18px 22px;
    cursor: pointer;
    border: 0;
    margin: 10px 0;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.heroBanner {
    background-color: #ffbb01;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px;
}

.homeProcess h2 {
    font-size: 40px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.topBrandsWrapper {
    background-color: #000;
}

.topBrandsWrapper h2 {
    color: #ffbb01;
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.topBrandsWrapper p {
    color: #fff;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.topBtnWrapper {
    margin: 45px 0 0px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.page-content h1 {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.page-content h2 {
    color: #ffbb01;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 26px;
}

.page-content p {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 1.5em;
}

.page-content h3 {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}