body {
    font-family: 'Rubik', Arial, sans-serif;
    font-size: 16px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

p {
    padding: 1rem 0;
}

ul {
    padding-left: 2rem;
}

.row {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mr-1 {
    margin-right: 1rem !important;
}

.mr-2 {
    margin-right: 2rem !important;
}

.ml-2 {
    margin-right: 2rem !important;
}

.px-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.px-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.py-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.pt-5 {
    padding-top: 15rem !important;
}

@media (max-width: 576px) {
    .hero-btns {
        text-align: center;
    }

    #hero button {
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    #hero li {
        padding: 1rem 0;
    }
}

#hero {
    background-image: url('../assets/hero-background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0 !important;
    margin-left: -20px !important;
    margin-right: -20px !important;
}

#hero li {
    list-style-image: url('../assets/check-hex.svg');
    margin: 1rem 0;
}

#inline-col img {
    float: left;
    margin-right: 1rem;
    padding: 1rem 0;
}

#inline-col span {
    display: flex;
    height: 80px;
}

#customer-rating {
    background-image: url('../assets/customer-rating-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    margin: 5rem 0;
}

#contact a {
    color: #78BE20;
}

#contact a:hover {
    color: #06a841;
    text-decoration: none;
}

#contact li {
    margin: 0.5rem 0;
    list-style-image: url('../assets/check-circle.svg');
}

#form-row {
    margin: 0.5rem 0;
}

.form input,
.form textarea {
    border: none;
    border-radius: 0;
    padding: 20px 20px;
    resize: none;
}

.form .checkbox {
    color: gray;
}

.form .checkbox #privacy-link {
    color: gray;
    text-decoration: underline;
}

button {
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
}

button.secondary {
    background-color: #354452;
}

button.secondary:hover {
    background-color: #45596b;
}

button.outline-secondary {
    background-color: #fff;
    color: #354452;
    border: 1px solid #354452;
}

button.outline-secondary:hover {
    background-color: #354452;
    color: #fff;
}

button.primary {
    background-color: #78BE20;
}

button.primary:hover {
    background-color: #06a841;
}