.top {
    min-height: 515px;
}

.top--calltracking .main-section {
    padding-top: 165px;
}

.top--calltracking.top--light .main-section__pic {
    max-width: 712px;
    right: 0;
    top: auto;
    bottom: -45px;
}

.main-section{
    padding-top : 170px;
    background-color: white !important;
}

.header {
    background-color: white !important;
}
.breadcrumb-wrapper {
    background-color: #f5f5f5;
}
/* Cases
  ------------------------------------- */
.section {
    padding-top: 80px;
    padding-bottom: 100px;
}

/*subtitle*/
.section-text {
    margin-bottom: 0;
}

.cases-for__text {
    display: flex;
    flex-wrap: nowrap;
    max-width: 515px; 
    margin-top: 31px; 
}

.cases-for__text:nth-child(4) {
    margin-bottom: 40px;
}

.cases-for__text .cases-for__img {
    margin-right: 30px;
}

.cases-for__text .cases-for__cont h5 {
    padding: 0;
}

.cases-for__cont p {
     font-size: 14px;
}

.cases-for__image {
    max-width: 878px;
    box-shadow: none;
}

.cases-btn {
    max-width: 394px;
    width: 100%;
    height: 50px;
    line-height: 47px;
}

@media screen and (max-width: 1200px) {
    .cases-for__container .row .col-lg-6:last-child {
        order: -1;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cases-for__image {
        max-width: 100%;
        top: 0;
    }
}

@media screen and (max-width: 992px) {
    .main-section__image {
        display: block !important;
    }
    .top--calltracking.top--light .main-section__pic {
        max-width: 464px;
        right: 162px;
        top: auto;
        bottom: -314px;
    }
    .top--calltracking .main-section {
        padding-top: 50px !important;
    }

}

@media screen and (max-width : 578px){
    .top--calltracking.top--light .main-section__pic {
        max-width: 583px;
        right: 225px;
        top: auto;
        bottom: -45px;
    }
    .main-section__image{
        display : block;
        position: absolute;
        top: 500px;
        left: 100%;
        width: 100%;
    }
    .top--light .main-section__pic{
        max-width: 350px;
        bottom: 150px;
        right: 390px;
        position: absolute;
    }
}

@media screen and (max-width: 395px) {
    .main-section p br {
        display: none;
    }
}
