#banner-section {
    height: 60vh;
    /*opacity: 0.45;*/
}

#banner-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    background: #470606;
}

#banner-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, #470606, rgb(27 59 136 / 25%));
}



#banner-section h2{
    margin-top: 200px;
    text-align: center;
    color: rgb(255 255 255);
    font-size: 75px;
    position: relative;
    z-index: 3;
  }
  

#banner-section .line-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.bg-navigator {
    font-size: 16px;
    color: #333;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.bg-navigator a:nth-child(1) {
    padding-right: 15px;
    padding-left: 0;
    margin: 15px 0;
    display: inline-block;
    text-decoration: none;
    border-right: solid 1.5px #f5f5f5;
    color: #dd2027;
    font-weight: 400;
}

.bg-navigator a {
    padding: 0 15px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
}



@media (max-width: 922px) {

    #banner-section {
        height: 40vh;
        /*opacity: 0.45;*/
    }
    
    #banner-section {
        position: relative;
        background: #470606;
    }
    
    #banner-section:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: linear-gradient(to right, #470606, rgb(27 59 136 / 25%));
    }
    
    
    
    #banner-section h2{
        margin-top: 0px;
        text-align: center;
        color: rgb(255 255 255);
        font-size: 75px;
        position: relative;
        z-index: 3;
      }
      
    
    #banner-section .line-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .bg-navigator {
        font-size: 16px;
        color: #333;
        display: block;
        margin: 0 auto;
        position: relative;
        z-index: 99;
    }
    
    .bg-navigator a:nth-child(1) {
        padding-right: 15px;
        padding-left: 0;
        margin: 15px 0;
        display: inline-block;
        text-decoration: none;
        border-right: solid 1.5px #f5f5f5;
        color: #dd2027;
        font-weight: 400;
    }
    
    .bg-navigator a {
        padding: 0 15px;
        display: inline-block;
        text-decoration: none;
        color: #ffffff;
    }
}