#hero_bg {
    background: #539DD6;
    height: 350px;
}

.centertext {
    top: 15em;
}

.maincontent {
    text-align: left;
    margin-top:240px;
}

.faq_accordionButton {
    cursor: pointer;
    background: none;
    font-size: 1.25em;
    color: #76787C;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    border-bottom: solid #F4F6F4;
}

.faq_accordionButton.active {
    border-bottom: none;
}

.faq_accordionButton.active + .faq_accordionContent {
    border-bottom: solid rgb(77, 108, 168);
    padding-bottom: 20px;
}

.faq_accordionContent {
    padding: 0 18px;
    text-align: left;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.faq_accordionContent p {
    margin-left: 10px;
    padding-top: 0;
}

@media (max-width: 961px) {

}

@media (max-width: 481px) {
    .maincontent {
        margin-top: 200px;
    }
    .centertext {
        top: 16em;
    }
}

