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

h4 {
    font-size:24px;
    font-weight:600;
}
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;
    /*background-color: var(--primary-color);*/
    color: #000000d6;
    margin-bottom: 12px;
    border-radius: 2px;
}
h2 {
    font-size: 32px;
    font-weight: 700;
}
#info-question {
    font-size: 20px;
    font-weight: 500;
}
.padding_axis {
    padding: 2rem 10rem;
}
@media (max-width: 992px) {
    .container.p-5 {
        padding: 15px !important;
    }
    .padding_axis {
        padding: 15px !important;
    }
}
@media (max-width: 425px) {
    h1 {
        text-align: center;
        font-size: 24px !important;
    }
    .container.p-5 {
        padding: 10px 10px !important;
    }
}
@media (min-width: 300px) and (max-width: 400px) {
    h1 {
        font-size: 20px !important;
    }
    h2 {
        font-size: 20px !important;
    }
    h3 {
        font-size: 18px;
    }
    p {
        font-size: 13px;
    }
    .padding_axis {
        padding: 10px 10px !important;
    }
}
