
.fix_header {
    background-color: #f1f2f6;
    background: linear-gradient(90deg, #066ac4, #028cc9);

}
.sec_header {
    padding: 2rem 0 1rem 1.5rem;
}
.sec_header img {
    width: 13rem;
}
.sec_footer {
    display: flex;
    margin-left: 1rem;
}
.sec_footer .footer_btn {
    font-size: 1.8rem;
    color: #fff;
    margin: 1rem;
    margin-bottom: -.05rem;
    padding-bottom: .5rem;
    opacity: .5;
}
.sec_footer .footer_btn.on {
    border-bottom: 2px solid #fff;
    opacity: 1;
}

.bannerImg {
    width: 100%;
    padding: 1.5rem 0;
}
.bannerImg a {
    width: 100%;
}
.bannerImg a img {
    width: 100%;
}
