.seniors_banner {
    background: url(https://www.banquehomeequity.ca/wp-content/uploads/senior_code_banner.jpg) no-repeat;
    background-size: cover;
    height: 320px;
    position: relative;
    margin-bottom: 30px;
}

.seniors_banner h1 {
    position: absolute;
    bottom: 15px;
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 10px;
    text-transform: unset;
}

.Senior_h2 {
    font-weight: 700;
    font-size: 30px;
    color: #00414c;
}

.Senior_a {
    color: #00414c;
    text-decoration: underline;
    font-weight: 700;
    font-style: italic;
}

.List-wrap {
    background: #cdefe2;
    padding: 30px 15px;
    margin-bottom: 30px;
}

.list-head {
    font-size: 18px;
    color: #00414c;
    font-weight: 600;
    margin: 0;
    padding: 0 15px;
}

.list-items {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.list-items li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;

}

.numberlist {
    background: #00414c;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    margin-right: 10px;
    color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_primary {
    display: inline-block;
    margin-bottom: 20px;
}

.senior_darkBg {
    background: #00414c;
    padding: 30px;
}

.border-radius-100 {
    border-radius: 100%;
}

.testimonial {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    padding-right: 20px;
    padding-bottom: 20px;
}

.testimonial::before {
    content: "";
    height: 32px;
    width: 40px;
    background: url(../images/senior/quote_before.png) no-repeat;
    position: absolute;
    top: 0;
    left: -40px;
}

.testimonial::after {
    content: "";
    height: 32px;
    width: 40px;
    background: url(../images/senior/quote_after.png) no-repeat;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.testimonal_name {
    text-align: right;
    padding-right: 35px;
    color: #fff;
    font-size: 16px;
}

.Senior_Accordion .question-title a {
    display: block;
    padding: 10px;
    text-decoration: none;
    background-image: url(../images/senior/icon-plus.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
    background-size: 24px;
    padding-right: 60px;
    padding-left: 30px;
    color: #00414d;
    margin-top: 2px;
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 60px;
}

.Senior_Accordion .question-title a img {
    margin-right: 20px;
}

.Senior_Accordion ul .question-title a.active {
    background-image: url(../images/senior/icon-minus.png);
}

.Senior_Accordion ul li {
    background-color: #83d7b7;
}

.Senior_Accordion ul li:nth-of-type(2n) {
    background-color: #cdefe2;
}

.Senior_Accordion ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.Senior_Accordion ul .answer {
    display: none;
    padding: 20px 30px 10px;
}

.flexbox_image {
    display: flex;
    align-items: flex-start;
}

.senior_darkBg .Senior_h2 {
    color: #7bc79b;
    margin-top: 0;
}

.senior_darkBg p {
    color: #fff;
}

p.teams {
    font-size: 12px;
}

.margin-bottom30 {
    margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
    .seniors_banner h1 {
        text-align: left;
        padding: 0 30px;
        font-size: 30px;
    }

    .seniors_banner {
        background-position: center center;
        height: 230px;
    }

    .border-radius-100 {
        margin: auto auto 30px;
    }

    .testimonial::before {
        left: 0;
    }

    .testimonial {
        padding-top: 40px;
    }

    .flexbox_image {
        flex-wrap: wrap-reverse;
    }

    .btn_primary {
        display: block;
        margin: auto;
        margin-bottom: 20px;
        max-width: fit-content;
    }
}
