/*font family*/
.main-banner-section p,.main-banner-section .wp-block-button__link,.our-program-section p {
    font-family: 'Rubik', sans-serif !important;
}
.main-banner-section h1,.our-program-section h2,.our-program-section h3 {
    font-family: 'Dosis', sans-serif !important;
}
/*banner section*/
.main-banner-section .main-banner-section-col {
    margin-left: 15% !important;
    margin-right: 12% !important;
}
.main-banner-section h1 {
    font-weight: bold;
    margin: 0;
}
.main-banner-section p {
    line-height: 1.7;
    margin: 0;
    margin-right: 30% !important;
}
.main-banner-section .block-editor-rich-text__editable.wp-block-button__link {
    padding: 15px 20px !important;
    font-weight: 700 !important;
    border: 2px solid #ff7162;
    text-decoration: none;
    background-color: transparent !important;
    box-shadow: none !important;
    font-size: 15px;
}
.main-banner-section .wp-block-button__link:hover {
    color: #fff !important;
    background: #ff7162 !important;
}
/* program section */
.our-program-section h2 {
    margin-bottom: 0;
}
.our-program-section figure{
    width: 100% !important;
}
.our-program-section img {
    border-radius: 30px 30px 0 0 !important;
    width: 100% !important;
    height: auto !important;
}
.our-program-section .wp-block{
    margin-bottom: 10px !important;
    margin-top: 0px;
}
.our-program-section .wp-block .block-editor-block-list__block {
    gap: 2em;
}
.our-program-section .wp-block-column {
    box-shadow: 0 0 10px 5px #efefef;
    border-radius: 30px;
}
.our-program-section .wp-block-image {
    margin: 0;
}
.our-program-section h3 {
    margin: 0;
}
.our-program-section p {
    margin-top: 0;
    margin-bottom: 20px !important;
}
.our-program-section .wp-block {
    margin-bottom: 0px;
}