.hero {
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: relative;
    z-index: 1;
}

.hero:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
}
@media (max-width: 1200px) {
    .hero {
        padding: 50px 0;
    }
}
.hero .content {
    position: relative;
    z-index: 2;
}
.hero .content h1 {
    color: #FFF;
    font-family: Exo;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 20px;
}
.hero .content p {
    color: #FFF;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.hero .content p strong {
    color: #F1B500;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.hero .content p:first-of-type {
    color: #F1B500;
    font-family: Exo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
}
.hero .content .click {
    margin-top: 40px;
}
.hero ul {
    padding-left: 0;
    list-style-type: none;
    column-count: 2;
}
@media (max-width: 576px) {
    .hero ul {
        column-count: 1;
    }
}
.hero ul li {
    color: #FFF;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.hero ul li img {
    margin-right: 10px;
}
.hero .checkatrade {
    position: absolute;
    bottom: 20px;
    right: 200px;
    max-width: 219px;
    height: 141px;
    width: 100%;
}
@media (max-width: 1200px) {
    .hero .checkatrade {
        position: relative;
        bottom: auto;
        right: auto;
    }
}
