#banner .mobile{
    display:none;
}
#banner .desktop{
    display:block;
}
#banner .cont_banner{
    position:relative;
}
#banner .cont_img {
    position:relative;
}
#banner .cont_img img{
    width:100%;
}
#banner .cont_img .degradado_lateral{
    background: linear-gradient(90deg, rgba(20,20,20,0.7) 38.54%, rgb(20 20 20 / 0%) 54.17%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}
#banner .cont-txt{
    position:absolute;
    top:150px;
    top: 29.9%;
    left:126px;
    left: 8.23%;
    width: 42.1875%;
    width: 55.1875%;
}
#banner .title {
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 700;
    font-size: 52px;
    line-height: 62px;
    color: #FFFFFF;
    margin-bottom: 32px;
    border-left: 4px solid #7089AC;
    padding-left: 32px;
}
#banner .baj{
    font-family: var(--font-regular);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 133%;
    color: #FFFFFF;
    width: 74%;
}
@media only screen and (max-width: 1490px){
    #banner .cont-txt{
        top: 19.17%;
        left: 4.63%;
        width: 59%;
}
    #banner .title{
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 24px;
    }
    #banner .baj{
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 1100px){
    #banner .cont-txt {
        top: 14.17%;
        left: 3.63%;
    }
    #banner .title {
        max-width: 479px;
        font-size: 32px;
        line-height: 34px;
    }
    #banner .baj {
        font-size: 14px;
        line-height: 17px;
    }
}
@media only screen and (max-width: 991px){
    #banner .title {
        font-size: 26px;
        line-height: 28px;
        padding-left: 16px;
        margin-bottom: 16px;
    }
    #banner .baj {
        font-size: 14px;
        line-height: 16px;
        width: 75%;
    }
}
@media only screen and (max-width: 768px){
    #banner .desktop{
        display:none;
    }
    #banner .mobile{
        display:block;
    }
    #banner .cont_img {
        padding-bottom: 155px;
        background: #161616;
    }
    #banner .cont_img .degradado_lateral {
        height: 99%;
        width: 100%;
        position: absolute;
        top: auto;
        bottom: 0;
        background: linear-gradient(0deg, #141414 33.11%, rgba(0, 0, 0, 0) 86.39%);
    }
    #banner .cont-txt {
        left: 7.5%;
        top: auto;
        bottom: 24px;
        bottom: 5.2%;
        width: 100%;
    }
    #banner .title {
        max-width: 85%;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px;
        max-height: 107px;
        height: calc(100% - 5px);
        padding-left: 12px;
        border-width: 3px;
        margin-bottom: 24px;
        text-transform: capitalize;
    }
    #banner .baj {
        font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (max-width: 450px){
    #banner .baj {
        font-size: 14px;
        line-height: 18px;
        width: 85%;
    }
}