/* .contact .section-header::after {
    position: absolute;
    content: "";
    background: url(../../images/23-06-19/bg-image/Schedule.png) no-repeat;
    width: 100%;
    height: 200px;
    left: 50%;
    top: -70px;
    transform: translateX(-50%);
    background-position: center;
} */


.contact .section-header{
position: relative;
    text-align: center;
}

.contact .section-header h2 {
    color: #121a51;
    position: relative;
    z-index: 1;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 60px;
}

.contact .section-header h2 span {
 color: #f7437c;
}

.contact .section-header h2::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 13px;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../images/23-06-19/bg-image/shape.png) no-repeat;
    background-position: center;
}


.schedules.home-12 .section-header::after{
    all:unset !important;
}
.about.style-11.home-12{
    background: unset !important;
}