.educ-page-content {
    padding: 0;
    background-color: #fff;
    float: none;
    margin-bottom: 60px;
}
.educ-page-content p {
    line-height: 1.2;
    margin-bottom: 0;
}
.educ-page-content hr {
    margin-left: 20px;
    margin-right: 20px;
}
.educ-page-content img.img-responsive {
    margin: auto;
    width: 100%;
}
.educ-page-content hr::after {
	content: "";
    width: 34px;
    height: 4px;
    background-color: #256dab;
    border-top: 3px solid #256dab;
    position: absolute;
    margin-top: -2.5px;
    left: 47%;
}
.educ-page-content #educ-title-container {
	content: "";
	background: url(/images/Education_Hub_bg.jpg) no-repeat;
    background-size: cover;
	height: 240px;
	vertical-align: middle;
	display: flex;
	align-items: center;
}
/* .educ-page-content #educ-title-container::before {
	content: "";
    background: rgba(0, 0, 0, .65);
    height: 240px;
    width: 100%;
    position: absolute;
} */
.educ-page-content #educ-title-container .container {
    padding: 0;
}
.educ-page-content #required-courses .column {
    padding: 0 0 20px 0;
    margin: 30px 11px;
    border: 1px solid #dfdfdf;
    max-width: calc(50% - 22px);
}
.educ-page-content #required-courses .column img {
    width: 100%;
}
.educ-page-content #educ-title-container h1 {
    color: #fff;
    font-size: 4rem;
}
.educ-page-content #welcome-title {
    margin-top: 40px;
}
.educ-page-content #section-title, .educ-page-content #contact-us-section-title {
    margin-top: 60px;
    margin-bottom: 20px;
}
.educ-page-content #section-title > h2, .educ-page-content #contact-us-section-title > h2 {
    color: #323232;
    font-size: 3.5rem;
}
.educ-page-content #section-title > h2 span {
    color: #256dab;
}
.educ-page-content #welcome-section img {
    box-shadow: rgb(0 0 0 / 30%) 0px 9px 15px 0px;
    width: 100%;
}
.educ-page-content ul {
    margin-top: 15px;
}
.educ-page-content ul li {
    margin-bottom: 10px;
}
.educ-page-content .course-title {
    padding: 20px 10px 15px;
    text-align: center;
}
.educ-page-content .course-title p {
    font-size: 20px;
}
.educ-page-content .course-description {
    padding: 0 20px;
    text-align: center;
}
.educ-page-content .date-subjects {
    width: calc(60% - 20px);
    float: left;
    margin-left: 20px;
    text-transform: uppercase;
}
.educ-page-content .course-price {
    float: right;
    margin-right: 20px;
    width: calc(30% - 20px);
    text-align: right;
    text-transform: uppercase;
}
.educ-page-content #image-before-contact {
    margin-top: 30px;
}
.educ-page-content #image-before-contact .column {
    padding: 0;
}
.educ-page-content #contact-us-section-title h2 {
    margin-bottom: 10px;
}
.educ-page-content #contact-section-details .column > div {
    margin-bottom: 5px;
}
.educ-page-content #contact-section-details .column {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.educ-page-content #required-courses .column {
	    width: 70%;
	    max-width: 70%;
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    padding-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	.educ-page-content #required-courses .column {
	    width: 85%;
	    max-width: 85%;
	}
}
