@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
    font-family: "Manrope", serif;
    font-optical-sizing: auto;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

.banner {
    background: #541414;
    padding: 50px 0 0;
}

.banner h1, .banner h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #FFF;
}

.banner p {
    font-size: 19px;
    line-height: 1.8;
    font-weight: 400;
    padding-right: 50px;
    color: #FFF;
}

.details {
    padding: 50px 0 0;
}

.bg {
    background: #FFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 14%, rgba(245, 236, 228, 1) 100%);
}

.details h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

.details p {
    font-size: 19px;
    line-height: 1.8;
    font-weight: 400;
    padding-right: 50px;
    color: #525252;
}

.privacy {
    font-size: 16px;
    line-height: 1.6;
}

.privacy p {
    margin-bottom: 15px;
}

.privacy strong {
    font-weight: 700;
}

.privacy h2 {
    font-weight: 700;
    font-size: 24px;
    margin: 25px 0 15px 0;
}

.privacy ul li, .privacy ol li {
    margin-bottom: 8px;
}

footer {
    background: #282828;
    color: #FFF;
    margin-top: 20px;
}

footer p {
    margin: 0;
}

footer a {
    color: #FFF;
}

.contact {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
}

.contact h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact p {
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .banner a {
        text-align: center;
    }

    .banner h1, .banner h2, .details h2 {
        font-size: 20px;
        text-align: center;
    }

    .banner p , .details p {
        font-size: 15px;
        text-align: center;
        padding: 0;
    }
}