h2.faqs_title {
    text-align: center;
    padding: 0 10px;
}
#faqs_dropdown.container {
    width: 90%;
    margin: 50px auto !important;
}
#faqs_dropdown.container > * {
    padding: 0 10px;
}
#faqs_dropdown section {
    margin-bottom: 40px;
}
div.faqs div.toggle:last-child {
    margin-bottom: 0 !important;
}

#colorbox.faqs_img_lightbox #cboxLoadedContent {
    display: flex;
    place-content: center;
}
@media only screen and (max-width: 1024px) {
    .faqs {
        padding: 40px 15px !important;
    }
}

/* Styles for Accordion */
.toggle {
    border: 1px solid #7c7c7c;
    border-radius: 15px;
    margin-bottom: 16px;
    overflow: hidden;
}
.toggle .toggle-title {
    position: relative;
    display: block;
    /*border-top: 2px solid #d4d4d4;*/
    /*margin-bottom: 6px;*/
    background-color: #F9F9F9;
}
.toggle .toggle-title.active {
    background-color: initial;
}
.toggle .toggle-title h3 {
    font-size: 20px;
    margin: 0px;
    line-height: 1.4;
    cursor: pointer;
    color: #316087;
    font-weight: 600;
}
.toggle .toggle-inner {
    padding: 7px 24px 10px 24px;
    display: none;
    margin: -7px 0 6px;
}
.toggle .toggle-inner * {
    color: #000;
}
.toggle .toggle-inner div {
    max-width: 100%;
}
.toggle .toggle-title .title-name {
    display: block;
    padding: 30px 40px 30px 24px;
    line-height: 1.25;
    color: #50738f;
}
.toggle .toggle-title.active .title-name {
    padding-bottom: 10px;
}
.toggle .toggle-title a i {
    font-size: 22px;
}
.toggle .toggle-title{
    transition: all 0.3s ease;
}
.toggle .toggle-title i {
    position: absolute;
    background: url("../img/icons/tipdown_arrow.svg") no-repeat center center;
    width: 26px;
    height: 26px;
    transform: rotate(-90deg);
    transition: all 0.3s ease;
    margin: 0 10px;
    right: 0;
    top: 30px;
    filter: brightness(0) saturate(100%) invert(41%) sepia(45%) saturate(316%) hue-rotate(164deg) brightness(97%) contrast(100%);
}
.toggle .toggle-title.active i {
    position: absolute;
    background: url("../img/icons/tipdown_arrow.svg") no-repeat center center;
    width: 26px;
    height: 26px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
    margin: 0 10px;
    right: 0;
    filter: brightness(0) saturate(100%) invert(41%) sepia(45%) saturate(316%) hue-rotate(164deg) brightness(97%) contrast(100%);
}