body {
    margin: unset;
}

.header {
    padding: 1rem;
}

.fittle-bg {
    background: url(../images/FITTLE-bg.jpg) no-repeat center center fixed;
    background-size: cover;
}

.img-fluid {
    width: 13%;
}

.hero-banner hr {
    border: 2px solid #f97463;
    border-radius: 1rem;
    margin: 0;
    min-width: 10rem;
    opacity: 1;
    width: 10%;
}

.hero-banner h2 {
    color: #fff;
    font-family: "Roboto Light", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: unset;
}

.hero-banner p {
    color: #fff;
    max-width: 100%;
}

.hero-banner {
    background-color: #002db2;
    padding: 3.2rem 2.4rem;
    border-radius: 8px;
    margin-top: 4rem;
}

.button.btn-secondary {
    background-color: #f97463;
    border: 2px solid #f97463;
    border-radius: 3rem;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    padding: 0.6rem 1rem;
    width: 6.5%;
    display: block;
}