/* Локально для шаблону About Us */
.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;
}  
.about-hero-video {
	height: 90vh;      /* або 100vh */
	min-height: 90vh;  /* можна лишити */
}
.about-hero-video > .wp-block-getwid-section__wrapper {
	height: 100%;
}
.about-hero-video .wp-block-getwid-section__inner-wrapper {
	width: 100%;
	max-width: 1140px !important;
	margin: auto; 
}
.about-hero-video .title {
    margin: 0px 0px 0px 0px;
    font-family: "Roboto Condensed", Sans-serif;
    line-height: 62px;
    font-weight: 500;
    font-size: 50px;
    color: #FFFFFF;
}
.about-hero-video .sub-heading {
    margin: 20px 0px 0px 0px;
    font-family: "Helvetica", Sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0px;
    color: #D4E1F5;
}

.dlirer-steps .wp-block-getwid-section__inner-wrapper{
	width: 100%;
	max-width: 1140px !important;
	margin: -110px auto 0;
    padding: 0px 0px 0px 0px;
    z-index: 1;
}

@media (max-width: 767px){
    .about-hero-video .title{
        font-size: 28px!important;
        line-height: 32px;
    }
    .about-hero-video .sub-heading {
        font-size: 16px!important;
        line-height: 20px;
    }
   
}