@font-face {
    font-family: "metropolis";
    src: url("../fonts/Metropolis-Medium.otf") format("opentype");
}

@font-face {
    font-family: "days";
    src: url("../fonts/days.ttf") format("opentype");
}

body {
    background-color: #dedede;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'metropolis', sans-serif;
}

.faq-container {
    width: 96%;
    min-height: 70vh;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    border-radius: 40px;
    background-color: #d1d7ed;
}

.blue-l {
    color: #374cb5;
}

.blue-b {
    color: #374cb5;
}

.title1 {
    font-size: 1.5rem;
    /* font-weight: bold; */
     font-family: 'days', sans-serif;
}

.title2 {
    font-size: 2rem;
    font-family: 'days', sans-serif;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.aling-titles {
    text-align: right;
}

.aling-text {
    text-align: left;
}

.justify {
    text-align: justify;
}

.container-questions {
    padding-left: 12%;
    padding-right: 12%;
}

.back-btn {
    background-color: #374cb5;
    color: white;
    font-weight: bold;
    padding: 10px;
    border-radius: 40px;
}

.back-btn:hover {
    background-color: black;
    border: 1px solid white;
    color: white;
}

@media screen and (max-width: 991px) {
    .aling-titles {
        text-align: center;
    }
    .aling-text {
        text-align: center;
    }

    .justify {
        text-align: justify;
    }
    .container-questions {
        padding-left: 1%;
        padding-right: 1%;
    }
}
