.block.about-us {
    background: url("../images/finloop_partners_back.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 173px auto 0 auto;
    padding: 130px 0 68px;
    position: relative;
    width: 100%;
}

.block.about-us .holder {
    margin: 0 auto;
    max-width: 1230px;
    width: 100%;
}
.visible-xs{
    display: none;
}
.block.about-us .phrase {
    color: #3C3C3B;
    font-family: Capitana, sans-serif;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 32px;
    padding-bottom: 15px;
    position: relative;
}

.block.about-us .phrase:after {
    background: #E95E29;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 40px;
    position: absolute;
    width: 140px;
}

.block.about-us .phrase b {
    font-family: Capitana, sans-serif;
}

.block.about-us .content {
    margin-top: 50px;
}

.block.about-us .flex-content {
    display: flex;
    justify-content: space-between;
}

.block.about-us .left-side, .block.about-us .right-side {
    max-width: 42.5%;
    width: 100%;
}

.block.about-us .title {
    color: #421B9B;
    font-family: Capitana, sans-serif;
    font-size: 28px;
    font-weight: bold;
}

.block.about-us .desc {
    color: #4A4A4A;
    font-family: Capitana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 18px;
}

.block.about-us .image-wrapper {
    margin: 0 auto;
    max-width: 81%;
    padding: 100px 40px 0;
    position: relative;
    width: 100%;
}

.block.about-us .image-wrapper img {
    position: relative;
}

.block.about-us .float-element {
    left: 58px;
    max-width: calc(100% - 116px);
    position: absolute;
    top: 100px;
    width: 100%;
}

.block.about-us .right-side {
    padding-top: 52px;
}

.block.about-us .text {
    color: #421B9B;
    font-family: Capitana, sans-serif;
    font-size: 24px;
    line-height: 27px;
    padding-left: 25px;
    position: relative;
}

.block.about-us .text:after {
    background-image: linear-gradient(90deg, #5955D9 0%, #421B9B 100%);
    content: '';
    display: block;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.block.about-us .text b {
    font-family: Capitana, sans-serif;
    font-style: italic;
    font-weight: bold;
}

.block.about-us .list {
    padding-top: 40px;
    padding-left: 0;
}
    .block.about-us .list li {
    margin-top: 36px;
    padding-left: 76px;
    padding-top: 4px;
    position: relative;
}
.block.about-us .list li::marker{
    content: none;
}
.block.about-us .icon {
    left: 0;
    max-width: 40px;
    position: absolute;
    top: 0;
}

.block.about-us .item-title {
    color: #3A3A3A;
    font-family: Capitana, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase;
}
    
.block.about-us .item-title:after {
    background: #5955D9;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.block.about-us .item-text {
    color: #3A3A3A;
    font-family: Capitana, sans-serif;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}

.block.about-us .item-text b {
    font-family: Capitana, sans-serif;
}

.block.about-us .download {
    color: #421B9B;
    font-family: 'Lato-Bold';
    font-size: 15px;
    text-align: center;
    line-height: 16px;
    margin-top: 26px;
}

.block.about-us .download .extra-icons {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.block.about-us .download .extra-icon {
    margin: 0 15px;
}

@media (max-width: 767px) {

    .block.about-us {
        background: url("../images/finloop_partners_back_movil.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 80px 15px 57px;
        width: 100%;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs{
        display: block;
    }
    .block.about-us .phrase {
        font-size: 28px;
        max-width: 300px;
        padding-bottom: 12px;
        width: 100%;
    }

    .block.about-us .phrase:after {
        left: 0;
    }

    .block.about-us .flex-content {
        display: block;
    }

    .block.about-us .left-side, .block.about-us .right-side {
        max-width: 100%;
    }

    .block.about-us .title {
        font-size: 24px;
    }

    .block.about-us .desc {
        font-size: 16px;
        line-height: 23px;
        margin-top: 20px;
    }

    .block.about-us .right-side {
        padding-top: 66px;
    }

    .block.about-us .text {
        font-size: 18px;
        line-height: 22px;
        max-width: 351px;
        padding-left: 10px;
        width: 100%;
    }

    .block.about-us .text:after {
        height: 48px;
        top: 50%;
        transform: translateY(-50%);
    }

    .block.about-us .list {
        padding-top: unset;
    }

    .block.about-us .list li {
        margin-top: 50px;
        padding-left: unset;
        padding-top: unset;
    }

    .block.about-us .icon {
        left: unset;
        position: relative;
        top: unset;
    }

    .block.about-us .item-title {
        margin-top: 20px;
    }

    .block.about-us .image-wrapper {
        margin: 0 auto;
        margin-top: 100px;
        max-width: 276px;
        padding: unset;
    }

    .block.about-us .float-element {
        left: 7px;
        max-width: calc(100% - 23px);
        top: -60px;
    }

    .block.about-us .download {
        margin-top: 18px;
    }
}