.container_banner{
    padding: 0 1rem;
}
.homepage_hero{
    display: flex;
    align-items: flex-end;
    margin-top: -6rem;
    position: relative;
    background-position: bottom;
    height: 80vh;
    box-shadow: inset 0 0 0 5120px rgba(170, 170, 170, .2);
}
.sidepage_hero{
    display: flex;
    align-items: flex-end;
    margin-top: -6rem;
    position: relative;
    background-position: bottom;
    box-shadow: inset 0 0 0 5120px rgba(170, 170, 170, .2);
}
.banner_small{
    height: 50vh;
}
.banner_medium{
    height: 70vh;
}
.banner_large{
    height: 90vh;
}
.center_title{
	position:relative;
    z-index:1;
}
.center_title_sidebar{
    top: unset;
    position: relative;
    z-index: 1;
}
.banner-text {
    width: 50vw;
    border-radius: 1rem;
    padding: 1rem;
}
.hero_img_background{
    object-fit: cover;
    width:100%;
    height:100%;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    z-index: -1;
}
.homepage_hero .banner-text h1{
    font-size:2.5rem;
    margin: 1rem 0;
    line-height: 1;
    font-family: 'Gilroy';
    font-weight: 400;
}
.sidepage_hero .banner-text h1{
    font-size: 3.5rem;
    font-family: Gilroy, sans-serif;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    line-height: 1;
}
@media(max-width:1300px){
    .banner-text h1{
        font-size: 2.5rem;
    }
    .homepage_hero{
        margin-top:-7rem;
        height:80vh;
    }
}
@media(max-width:798px){
    .banner-text{
        width:100%;
        padding: 0
    }
}