.page-about_overviews .about-overviews {
    padding-top: 22px
}
.page-about_overviews .about-overviews .border-heading {
    margin-top: 45px;
    margin-bottom: 20px
}
.page-about_overviews .about-overviews__image {
    margin-bottom: 28px
}
.page-about_overviews .about-overviews__image .module-text {
    margin-top: 10px
}
.page-about_overviews .module-text+.about-overviews__image {
    margin-top: 32px
}
.about-overviews > .global-topics-heading {
    max-width: 1200px;
    margin: 0 auto 20px;
    width: 94%;
    padding: 60px 3% 0;
}
.quickoverview {
    margin-bottom: 60px!important;
}
.quickoverview-inner {
    margin-bottom: 50px;
}
.quickoverview .about-section-button .button {
	margin: 0 auto;
}
@media print,
screen and(min-width:768px) {
    .page-about_overviews .about-overviews {
        padding-top: 50px
    }
    .page-about_overviews .about-overviews .border-heading {
        margin-top: 100px;
        margin-bottom: 30px
    }
    .page-about_overviews .about-overviews .flex-textimg {
        flex-direction: row-reverse
    }
    .page-about_overviews .about-overviews__image .module-text {
        margin-top: 20px
    }
    .page-about_overviews .module-text+.about-overviews__image {
        margin-top: 40px
    }
}

@media(min-width:768px){
	.about-overviews > .global-topics-heading {
	    max-width: 1200px;
	    margin: 0 auto 60px;
	    width: 90%;
	    padding: 60px 5% 0;
	}
	.quickoverview-inner {
	    margin-bottom: 50px;
	}
	.quickoverview .about-section-button .button {
		margin: 0 auto;
	}
    .global-topics-heading {
	    margin-bottom: 50px;
	}
	.quickoverview {
    padding: 40px 5% 0!important;
    margin-bottom: 60px!important;
}
}
@media(max-width:768px){
.global-topics-heading {
    padding-left: 0px;
    padding-right: 0px;
}
}