.about-full-bleed {
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.page-template-about-us-page #main-about-us-content {
	overflow: visible;
}  

.top_block{
    display: flex;
    min-height: 370px;
    height: 370px;
    flex-direction: column;
}

.top_block .title{
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 49px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.top_block .sub-heading{
    text-align: center;
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 200;
    color: #FFFFFF;
}



.instructor-name {color:#5d7f99!important}
.instructor-name:hover {color:#b85450!important}
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-info > div {
    column-gap: 0px !important;
}
.lp-list-instructors .ul-list-instructors li.item-instructor {
    padding: 5px !important;
}
.lp-list-instructors .ul-list-instructors li.item-instructor .instructor-info {
    justify-content: space-between !important;
}
.bottom_blocks {
    gap: 20px;
}
.bottom_block > .wp-block-getwid-section__wrapper{
        padding: 68px 15px 68px 68px;
}
.bottom_blocks .left_bot_blocks .title {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 65px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.bottom_blocks .left_bot_blocks .sub-heading{
    text-align: start;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #FFFFFF;
    margin: 0px 100px 0px 0px;
}

.btn_b .wp-block-button__link {
    margin: 200px 0px 0px 0px;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    padding: 0;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 20px;
    width: 250px !important;
    text-align: left;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-right: 30px; 
}

.btn_b .wp-block-button__link::after{
    content: "\f30b";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900; 
    position: absolute;
    right: 0;       
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    pointer-events: none;
}
.btn_b .wp-block-button__link:hover{
    color:  #FFFFFF75;
}

.bottom_blocks .left_bot_blocks .description{
    font-family: "Roboto Condensed", Sans-serif;
    font-weight: 400;
    margin-top: 10px;
    color: #FFFFFF75;
}

.right_bot_blocks .icon_bot_box{
    padding: 40px;
}
.right_bot_blocks .icon_bot_box .instructors-icon{
    display: block;
    text-align: center;
}
.right_bot_blocks .icon_bot_box .instructors-icon i {
    font-size: 120px;
    color:#fff;
}

.right_bot_blocks .icon_bot_box .title {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 28px;
    font-weight: 800;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0px;
    word-spacing: 0px;
    margin:20px 0 13px;
    color:#fff;
}

.right_bot_blocks .icon_bot_box .descriptions {
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    word-spacing: 0px;
    color: #FFFFFF;
}
@media (max-width: 767px){
    .top_block {
        display: flex;
        min-height: 200px;
        height: 200px;
        flex-direction: column;
    }
    .top_block  .title{
        font-size: 28px!important;
        line-height: 32px;
    }
    .top_block  .sub-heading {
        font-size: 16px!important;
        line-height: 20px;
    }
    .bottom_block > .wp-block-getwid-section__wrapper {
        padding: 15px;
    }
    .btn_b .wp-block-button__link{
        margin: 20px 0 0 ;
    }
    .bottom_blocks .left_bot_blocks .sub-heading {
        margin: 0px 0px 0px;
    }     
    .bottom_blocks .left_bot_blocks .title {
        font-size: 28px;
    }

    .left_bot_blocks{
        order: 2;
    }
    .right_bot_blocks .icon_bot_box {
        padding: 15px;
    }
}