.banner-section {
    position:relative;
	margin-bottom:50/17rem;
	padding:2.3529411764706rem 0;
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;
	color: #fff;
	margin-top: 4.7rem;
}
.banner-section::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
    background-color: #0d2f82;
}
.banner-section .heading-section-content {
    max-width:620/17rem;
}
.banner-section .large-section-heading {
    margin-bottom:16/17rem;
    color: #fff;
}
.banner-section .orange-title {
    margin-bottom:7/17rem;
    color: #fff;
}
.banner-section p {
    line-height: 29/17rem;
}
.banner-section .button {
    color: #fff;
    border-color: #fff;
}
.banner-section .button:hover {
    background-color: #0d2f82;
    border-color: #0d2f82;
    color: #fff;
}
