
.bg-image {
    background-image: url('/img/scientific-validation/background.webp');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.section-container {
    padding-top: 200px;
    padding-bottom: 100px;
}
.title-page {
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 55px;
}
.text-container {
    color:  #FFF;
    font-family: "Red Hat Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.3px;
}

.text-ul {
    list-style-type: none !important;
    padding: 0px;
    white-space: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.text-subtitle {
    font-family: Lato;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 112.5% */
    letter-spacing: -0.48px;
}

@media (max-width: 869px) {
    .title-page {
        font-size: 40px;
    }

    .section-container {
        padding-left: 34px!important;
        padding-right: 34px!important;
        padding-top: 90px;
    }
}
