.rsp-breadcrumb-wrap {
    display: none;
}

.flexo-sent {
    background-color: white;
    box-shadow: 0 0.9px 2px #00000029;
    padding: 35px 40px;
}

.flexo-images-wrap {
    height: 255px;
    overflow: hidden;
}

.scroll-follow {
    padding: 30px 0;
}

h1,h2,h3,h4 {
    font-weight: 900;
}

.flexo-images-wrap img {
    width: 100%;
    position: absolute;
    left: 0; top: 0;
}

.flexo-dig-wrap {
    background-color: #0096ff;
    color: white;
    padding: 75px 0;
}

.flexo-dig-wrap h2 {
    font-size: 48px;
    color: white;
    line-height: 50px;
    margin-bottom: 20px;
}

.flexo-dig-1 {
    max-width: 260px;
}

.flexo-dig-2 {
    background-color: white;
    color: #4d6480;
    padding: 35px 40px;
}

.flexo-dig-2 h3 {
    color: #123156;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.flexo-dig-2 h3 span {
    display: none;
}

.flexo-customers {
    background-color: #f7f9fc;
}

.flexo-customers .valign {
    height: 390px;
}

.flexo-customers .valign div {
    font-size: 16px;
}

.flexo-customers h2 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 20px;
}

.flexo-bottom-image {
    max-height: 430px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .flexo-images-wrap {
        height: 220px;
    }
}

@media (max-width: 991px) {

    .flexo-images-wrap {
        height: 170px;
    }

    .flexo-dig-2 {
        background-color: white;
        color: #4d6480;
        padding: 15px 25px 25px 25px;
    }
}

@media (max-width: 767px) {

    .flexo-images-wrap {
        display: none;
    }

    .flexo-dig-wrap {
        padding: 30px 0;
    }

    .flexo-dig-wrap h2 {
        font-size: 32px;
        color: white;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .flexo-dig-1 {
        max-width: none;
    }

    .flexo-dig-2 {
        margin-top: 30px;
    }

    .flexo-dig-2 h3 span {
        display: inline;
    }

    .flexo-customers .valign {
        height: auto;
    }

    .flexo-customers .row > div:first-child .valign {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .flexo-customers .row > div:last-child .valign {
        padding-bottom: 50px;
    }
}

@media (max-width: 424px){
    .flexo-customers h2 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 10px;
    }
}