.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;
}
.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:  #b85450;
}

.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;
}
