.solutions {
    position: relative;
    padding-bottom: 40px;
    z-index: 9;
}

.solutions-content {
    padding-top: 30px;
    padding-bottom: 50px;
}

.solutions-content h2 {
    margin-top: 10px;
}

.solutions-col {
    padding: 8px 0;
}

.solutions-col a {
    background: #FFFFFF;
    box-shadow: 0 0 20px rgba(119, 203, 221, 0.33);
    width: 100%;
    height: 74px;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 30px;
    border: none;
    transition: 1s;
    transition-property: background;
}

.solutions-logo {
    max-width: 230px;
}

.arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(to right,  rgba(26,23,67,1) 0%,rgba(18,66,94,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
}

.arrow span {
    display: none;
}

.solutions-logo .logo-white {
    display: none;
}

.solutions-image {
    position: relative;
}

    .solutions-image-col {
        height: 100%;
    }

        .solutions-main-image {
            position: relative;
            z-index: 9;
            border-radius: 10px;
            height: 100%;
            object-fit: cover;
        }

    .image-pattern {
        position: absolute;
        left: -66px;
        bottom: -66px;
        z-index: -1;
    }

    .solutions-lines {
        position: absolute;
        right: 0;
        top: 350px;
    }


@media (min-width: 768px) {

    .solutions-content h2 {
        margin-top: 20px;
    }

    .solutions-links {
        box-sizing: border-box;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: wrap;
        margin-right: -16px;
        margin-left: -16px;
        justify-content: center;
        text-align: center;

    }

    .solutions-col {
        box-sizing: border-box;
        flex: 0 0 auto;
        flex-basis: auto;
        padding-right: 0;
        padding-left: 0;
        margin: 8px 16px;
        width: calc(50% - 32px);
    }

    .solutions-col a {
        height: 150px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 15px 32px;
    }

    .solutions-logo {
        max-width: 240px;
    }

    .arrow {
        width: 173px;
        height: 38px;
        border-radius: 100px;
        background: linear-gradient(to right,  rgba(26,23,67,1) 0%,rgba(18,66,94,1) 100%);
    }

    .arrow span {
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-weight: 700;
        padding-right: 4px;
    }

}

@media (min-width: 1200px) {
    .solutions {
        padding-top: 100px ;
    }

    .solutions-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .solutions-links {
        padding-top: 5px;
    }

    .solutions-image {
        width: 50%;
        height: 100%;
    }

    .solutions-content {
        width: 50%;
        padding: 0 0 0 50px;
    }

    .solutions-col {
        margin: 0 16px;
        width: calc(100% - 32px);
        padding: 6px 0;
    }

    .solutions-col a {
        height: 61px;
        padding: 5px 15px 5px 32px;
    }

    .solutions-logo {
        max-width: 250px;
    }

    .arrow span {
        display: none;
    }

    .arrow {
        width: 38px;
        height: 38px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: normal;
        background: linear-gradient(to right,  rgba(26,23,67,1) 0%,rgba(18,66,94,1) 100%);
    }

    .solutions-col a:hover .arrow {
        width: 173px;
        height: 38px;
        border-radius: 0;
        background: transparent;
    }

    .solutions-col a:hover .arrow span {
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-weight: 700;
        padding-right: 4px;
    }

    .solutions-col a:hover {
        background: linear-gradient(to right,  rgba(26,23,67,1) 0%,rgba(18,66,94,1) 100%);
    }

    .solutions-col a:hover .solutions-logo .logo-color {
        display: none;
    }

    .solutions-col a:hover .solutions-logo .logo-white {
        display: block;
    }


}


@media (min-width: 1300px) {
    .solutions-content {
        padding: 0 0 0 100px;
    }

}
