.questions {
    height: 336px;
    background-color: #190842;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.questions h2 {
    margin: 0;
    font-family: "pangram-regular";
    font-size: 38px;
    font-weight: normal;
}

@media (max-width: 61.24em) {
    .questions h2 {
        text-align: center;
        font-size: 24px;
    }
}

.questions h3 {
    margin: 0;
    margin-bottom: 39px;
    font-family: "pangram-regular";
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 61.24em) {
    .questions h3 {
        text-align: center;
    }
}

@media (max-width: 61.24em) {
    .questions {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 5vw;
    }
}

.smile-icon {
    height: 32px;
    width: 32px;
    padding-top: 46px;
    margin-bottom: 25px;
}

@media (max-width: 61.24em) {
    .smile-icon {
        padding-top: 39px;
    }
}

.learn-more-faq {
    position: absolute;
    bottom: 39px;
    left: calc(50% - 170px / 2);
}

// WEBPACK FOOTER //
// ./src/styles/Landing.css