.slider-with-text{
    padding: 137px 0 300px 0;
    position: relative;
    font-family: 'OddvalText', sans-serif;
    background-color: var(--white-fi);
}

.slider-with-text h2{
    font-size: 52px;
    line-height: 52px;
    font-weight: 200;
    z-index: 99;
    position: relative;
}

.slider-with-text h2 span
{
    font-family: 'ShockaFamily', sans-serif;
    font-style: italic;
    font-weight: 200;
    display: block;
    letter-spacing: 0;
}

.slider-with-text .container {
    position: relative;
    
}

.slider-with-text .text-container{
    max-width: 321px;
    margin-left: 115px;
    position: absolute;
    z-index: 99;
}

.slider-with-text .text-container p{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

.slider-with-text a.auto-hover{
    background-color: var(--black-fi);
    color: var(--white-fi);
}

.slider-with-text .row{
    position: relative;
    z-index: 99;
}

.slider-with-text .col-lg-5 img{
 position: absolute;
    top: -267px;
    right: 77px;
    z-index: 9;
}

.slider-text-paralax{
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 9;
    opacity: .5;
}

.slider-with-text__bottom{
    z-index: 99;
    position: relative;
}

.slider-text-paralax-2{
    position: absolute;
    right: 30px;
    top: -325px;
    z-index: 0;
}

.slider-with-text__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 300px;
}

@media(max-width: 991.98px){
    .slider-with-text .col-lg-5 img{
        right: 0px;
        position: relative;
        top: 0px;
        margin-top: 30px;
    }

    .slider-text-paralax{
        display: none;
    }

    .slider-with-text .text-container{
        position: relative;
        max-width: 600px;
    }

    .slider-with-text__bottom{
        margin-top: 50px;
    }

    .slider-with-text{
        padding-bottom: 137px;
    }
}


@media(max-width: 768.98px){
    .slider-with-text .text-container{
        margin-left: 0px;
    }
}