@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body,
a,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-family: "Roboto", sans-serif !important;
}

.section-title h4.title {
    margin-bottom: 0;
    max-width: 65%;
    display: flex;
    margin: 0 auto;
    font-size: 22px;
}

.rbt-section-gapTop {
    padding-top: 90px;
}

.content ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    color: var(--color-body);
    text-align: left;
    color: #000000;
}