* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: var(--albersans-family);
    font-weight: 600;
    color: var(--secondary-color);
}

.data-container {
    padding: 2rem 10rem !important;
}
p {
      font-family: 'Outfit';
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #000000d6;
    line-height: 30px;
}
h1 {
    font-size: 42px !important;
    padding: 12px 0px;
    /*background-color: var(--primary-color);*/
    color: #000000d6 !important ;
    margin-bottom: 12px;
    border-radius: 2px;
}
li {
    padding-bottom: 6px;
   font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    color: var(--secondary-color);
    font-size: 16px;
    letter-spacing: 0.1px;
    color: #000000d6;
    line-height: 26px;
}
a {
    color: var(--primary-color);
}
@media (max-width: 992px) {
    .data-container {
        padding: 15px !important;
    }
}
@media (max-width: 900px) {
    h1 {
        text-align: center;
        font-size: 24px !important;
    }
}
@media (min-width: 300px) and (max-width: 900px) {
    h1 {
        text-align: center;
        font-size: 30px !important;
    }
}
@media (min-width: 300px) and (max-width: 400px) {
    h1,
    h2 {
        font-size: 20px !important;
    }
    h3 {
        font-size: 18px !important;
    }
    .data-container .p-5 {
        padding: 10px 10px !important;
    }
    li,
    p {
        font-size: 14px;
    }
}
