body {
    font-family: serif;
}




.section {
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.section .logo-top {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translate(-50%, 0);
}

.section .arrow-bottom {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
}

.section.bg-dark .logo-top img {
    -webkit-filter: invert(1);
   filter: invert(1);
}

.section .logo-top {
    font-family: "Conthrax";
    font-size: 1.5rem;
    letter-spacing: 3;
}

.section .logo {
    font-family: "Conthrax";
    font-size: 2.5rem;
    letter-spacing: 5;
}

.section .header {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
}

.section .content {
    font-size: 3.25rem;
    width: 960px;
    text-align: center;
    margin: 30px auto 0;
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .section .content {
        font-size: 2rem;
        width: 100%;
        text-align: center;
        margin: 30px auto 0;
        padding: 0 15px;
        max-width: 100%;
    }
}

.section .content.small {
    font-size: 1.75rem;
    width: 960px;
    text-align: center;
    margin: 30px auto 0;
    max-width: 100%;
}

.investment {
    width: 1366px;
    max-width: 100%;
    padding-top: 15px;
}

.investment img {
    width: 180px;
    filter: invert(1);
    -webkit-filter: invert(1);
}

@media screen and (max-width: 768px) {
    .section .content.small {
        font-size: 1.25rem;
        width: 100%;
        text-align: center;
        padding: 0 15px 30px;
        max-width: 100%;
    }

    .investment {
        width: 100%;
    }

    .investment img {
        width: 120px;
        filter: invert(1);
        -webkit-filter: invert(1);
    }
}




.bg-dark {
    background-color: #333;
    color: #FFF;
}

.mt-30 {
    margin-top: 30px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-60 {
    margin-top: 60px;
}

.text-center {
    text-align: center;
}

.margin-auto {
    margin: auto;
}

.box-number {
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    font-family: "Conthrax";
    font-weight: 800;
    font-size: 1.2rem;
    display: flex;
    color: #333;
    width: 36px;
    margin: auto;
    height: 36px;
}

.fp-watermark {
    display: none !important;
}