﻿.titleSection {
    font-weight: 700;
    text-align: center;
    color: var(--color_active);
    margin: 100px auto;
}
.titleSection h1{
    margin:0;
    font-weight: 700;
}
    .text {
    color: #000;
    font-weight: 400;
    line-height: 40px;
    font-size: 24px;
}
.text * {
    font-family: "Montserrat", sans-serif !important;
}
.text p {
    font-size:20px; 
}


@media (max-width: 768px) {
    .text p {
        font-size: 16px;
    }

    .text {
        font-size: 20px;
    }
}