body {
    margin: 0;
}

.hero {
    max-height: 23.75rem;
    display: flex;
    max-width: 1280px;
    margin: 2rem auto;
    justify-content: space-between;
    margin-top: 2rem;

}

.small-card-body {
    margin-top: 2rem;
    font-size: 1.2rem;
    text-align: center;
    font-family: Lato;
}

.small-card-title {
    font-family: Lato;
    font-size: 3rem;
    font-weight: 800;
}

.hero-left {
    width: 60%;
}

.hero-left>img {
    object-fit: cover;
    width: 100%;
    width: 100%;
    display: block;
}

.hero-right {
    display: flex;
    flex-direction: column;
    width: 41%;
    justify-content: space-between;
}

.hero-right__image {
    width: 100%;
}

.accessories {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 3rem;
}

.section-title {
    font-family: Lato, sans-serif;
    font-weight: 600;
    color: black;
    font-size: 22px !important;
    border-bottom: 8px solid var(--secondary-color);
    padding-bottom: 1rem;
    width: max-content;
    margin-bottom: -2px;
}

.jobs>div>div>h2 {
    color: white;
}

.accessories-title {
    border-bottom: 2px solid #C5C5C5;
    margin-bottom: 1.5rem;
}

.accessories-container {
    display: flex;
    justify-content: space-between;
}

.accessories-tile {
    position: relative;
}

.accessories-category {
    position: absolute;
    bottom: -1rem;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    line-height: 2rem;
}

.accessories-image {
    width: 300px;
}

.featured {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 2rem;
}

.featured-title {
    border-bottom: 2px solid #C5C5C5;
    margin-bottom: 1.5rem;
}

.featured-container {
    display: flex;
    justify-content: space-between;
}

.featured-image {
    box-shadow: 0 0.025rem 0.1rem 0;
}

.jobs {
    max-width: 1250px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    background-color: var(--main-color);
    padding: 0 1rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding-top: 1rem;
}

.jobs-left,
.jobs-right {
    width: calc(50% - 2rem);
}

.jobs-left-title,
.jobs-right-title {
    border-bottom: 2px solid #fff;
    margin-bottom: 1.5rem;
}

.jobs-container {
    display: flex;
    justify-content: space-between;
}

.jobs-link {
    width: calc(50% - 1rem);

}

.jobs-image {
    max-height: 158px;
    object-fit: cover;
    width: 100%;
}

.jobs-link {
    text-decoration: none;
    color: black;
}

.jobs-title {
    color: #fff;
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    margin-top: 1rem;
    font-family: Lato;
}

.jobs-body {
    color: #fff;
    margin: 0;
    font-family: Lato, sans-serif;
    line-height: 1.3;
    font-size: .875rem;
}

.banner {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 2rem;
}

.banner-image {
    width: 100%;
}

.carousel {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 2rem;
}

.carousel-title {
    border-bottom: 2px solid #C5C5C5;
}

.alerts {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    background-color: var(--main-color);
    justify-content: space-between;
    margin-bottom: 2rem;
}

.alerts-left {
    width: max-content;
    padding: 1rem;
}

.alerts-mid {
    width: max-content;
}

.alerts-legal {
    margin: 0;
    color: white;
}

.alerts-right {
    width: 15%;
    font-size: 9px;
    font-family: Lato;
    padding: 1rem;
}

.alerts-yellow,
.alerts-white {
    font-size: 24px;
    font-family: Lato;
    font-weight: 700;
    margin: 0;
}

.alerts-yellow {
    color: var(--secondary-color);
}

.alerts-white {
    color: white;
}

.alerts-mid>input {
    padding: .6rem;
    margin: 0;
    text-align: center;
    width: 8rem;
    font-style: italic;
}

.sign-up {
    background: var(--secondary-color);
    padding: calc(.6rem - 1px) 2rem;
    font-family: Lato;
    font-weight: 500;
    text-decoration: none;
    color: white;
    margin-left: .4rem;
}

.bottom {
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.card {
    width: 32%;
}

.card-image {
    object-fit: cover;
    max-height: 176px;
    width: 100%;
}

.featured-container > a > img {
    max-height: 151px;
}

.hire {
    object-position: top;
}

.card-category {
    font-size: 18px !important;
    height: 23px;
    line-height: 23px !important;
    font-family: Lato;
    color: black;
    margin: 0;
    margin-bottom: .5rem;
}

.card-title {
    color: black;
    font-family: Lato;
    font-size: 22px;
    line-height: 26px;
    margin-top: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.small-card {
    background-color: #D4EFF6;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 3rem;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}

.card-body {
    color: black;
    font-family: Lato, sans-serif;
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: .875rem;
    line-height: 1.3;
}

.card-link {
    text-decoration: none;
    color: #1892d8;
    font-family: Lato, sans-serif;
    font-size: .875rem;
    line-height: 1.3;
}

.rebates-banner {
    max-width: 1280px;
    margin: auto;
    margin-bottom: 2rem;
}

.rebates-banner__img {
    width: 100%;
}