* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #212529;
}
.header {
    background-color: #123462;
    border-top: 4px solid #b12423;
}
.header .container {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (max-width: 767px) {
    .header .container {
        padding: 20px;
    }
}
.header .container .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}
.header .container .box .image img {
    width: 100%;
}
.header .container .box .text p {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
}
.content {
    text-align: center;
}
@media (max-width: 992px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.content .content-container {
    margin: 0px 250px 0;
}
@media (max-width: 992px) {
    .content .content-container {
        margin: 0;
    }
}
.content h2 {
    font-size: 45px;
    line-height: 1.40em;
    letter-spacing: -1px;
    font-weight: 800;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
    .content h2 {
        font-size: 26px;
        padding: 0;
        margin-top: 30px;
    }
}
.content h2 span {
    font-size: 17px;
}
.content img {
    width: 100%;
}
.content p {
    text-align: left;
    font-size: 19px;
    line-height: 25px;
}
.content h3 {
    text-align: left;
    font-size: 25px;
}
.content .bold {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 0.75em;
    font-family: 'IBM Plex Sans',sans-serif;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}
.content p i {
    font-size: 20px;
    line-height: 30px;
}
.content p a {
    color: #000ccc;
    font-weight: bolder;
    text-decoration: underline;
}
.content .btn {
    padding: 0 0 50px;
}
.content .btn-container {
    width: 60%;
    display: block;
    background-color: rgb(255, 107, 0);
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: rgb(255 255 255 / 22%) 0px 1px 0px 0px inset;
    color: #fff;
    padding: 15px 22px;
    font-size: 26px;
    line-height: 1.24em;
    font-weight: 700;
    font-family: 'IBM Plex Sans',sans-serif;
    border-radius: 14px;
    margin: auto;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}
.content .btn-container:hover {
    background-color: #d15f0c;
}
@media (max-width: 992px) {
    .content .btn-container {
        width: 75%;
    }
}
@media (max-width: 767px) {
    .content .btn-container {
        width: 100%;
    }
}
.content .btn-container a {
    color: white;
    width: 100%;
    display: block;
}
.content .btn-container div span {
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
    display: block;
}
.color {
    background-color: #123462;
    padding-bottom: 3rem;
    padding-top: 3rem;
    margin-top: 5rem;
}
.footer {
    text-align: center;
    padding: 0px 10px;
}
.footer p {
    margin: 30px;
    font-size: 12px;
}
.footer .copyright {
    line-height: 1.339em;
    font-size: 15px;
    margin-bottom: 0;
}
.footer .links {
    margin: 10px 0 30px;
}
.footer p a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
}
.buttons .buttons-Container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.buttons .buttons-Container a {
    border-style: solid;
    border-radius: 10px;
    width: calc(100% / 4);
    height: 66px;
    background-color: #ff6b00;
    color: #fff;
    border-width: 2px;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    padding-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
    .buttons .buttons-Container a {
        font-size: 25px;
        width: 45%;
    }
}
.buttons .buttons-Container a:hover {
    background-color: #d15f0c;
}
.buttons h2 {
    font-size: 35px;
    font-weight: 700;
}
.average-american {
    width: 40%;
    margin: 30px auto !important;
}
@media (max-width: 767px) {
    .average-american {
        width: 100%;
    }
}