html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
.content-box {
    text-align: center;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    padding: 20px 0px;
}
.logo {
    width: 30%;
    height: auto;
}
h1 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #393939;
    font-size: 25px;
    line-height: 1;
}
.body-content {
    /* margin-top: 100px; */
    margin-bottom: 50px;
    text-align: center;
}
.body-content h3 {
    font-size: 35px;
    line-height: 1.3;
    opacity: 0.68;
    margin-bottom: 8px;
}
.body-content p {
    margin: 0px;
    line-height: 1.5;
    opacity: 0.9;
}
.footer-content {
    margin-top: 30px;
    padding: 30px 0px;
    /* max-width: 450px; */
    text-align: center;
}
.footer-content a:hover{
    color:#b42829;
    font-weight:600;
}
.footer-content p {
    margin: 0px;
}

.label {
    font-size: 13px;
    margin-bottom: 5px ! important;
}
.content {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
}
.content a {
    font-size: 20px;
    /* font-weight: 700; */
    letter-spacing: 2px;
    text-decoration: none;
    color: #000;
}
@media only screen and (max-width: 600px) {
    .logo {
        width: 86%;
        padding: 0px 20px 20px;
    }
    /* .footer-content {
        max-width: calc(100% - 30px);
    } */
}