.banner-wrap.title-banner
{
    background-color: #122231;
}
.banner-wrap.title-banner>div {
    padding: 10rem;
}
.banner-content.title-banner {
    min-height: 10rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-title. {
  display flex;
  flex-direction: column;
}
.title-content {
  color: #b4b5bb !important;
  font-weight: bold !important;
  font-size: 56px !important;
  line-height: 56px !important;
}
.banner-content h1 {
    font-family: Montserrat;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.5;
    margin-top: .5rem;
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 0;
}

.shadow {
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
    height: 1rem;
    background-color: #ebe9e9;
}

@media(max-width:767px){

    .banner-content {
        min-height: 8rem;
    }
    
    .banner-wrap.title-banner>div {
        padding: 2rem;
    }
    
    .banner-content h1 {
        font-size: 1.75rem!important;
    }

}