.solutions-section .column-left {
    width: 31.75%;
}

.solutions-section .column-right {
    width: 65.5%;
}

.solutions-sidebar {
    border-radius: 10px;
    background: #1100D9;
    padding: 31px;
}

.solutions-sidebar ul li {
    list-style-type: none;
}

.solutions-sidebar ul li:not(:last-child) {
    margin-bottom: 16px;
}

.solutions-sidebar ul li a {
    padding: 20px 60px 20px 27px;
    color: #FFF;
    border-radius: 10px;
    border: 1px solid #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: block;
    font-weight: 700;
    position: relative;
    background-image: url(../image/sidebar-right-arrow.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: center right 30px;
}

.solutions-sidebar ul li a:hover,
.solutions-sidebar ul li.active a {
    background-color: #00C4A8;
    border: 1px solid #00C4A8;
}

.solutions-image {
    position: relative;
    padding-bottom: 54.25%;
    border-radius: 23px;
    overflow: hidden;
    margin-bottom: 33px;
}

.solutions-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.solutions-content h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    color: #001E51;
    margin-bottom: 10px;
}

.solutions-content p {
    color: #000000;
    font-size: 17px;
    line-height: 28px;
}

.solutions-content li {
    color: #000000;
}

.solutions-content li strong {
    color: #001E51;
}

.solutions-content ul li {
    position: relative;
    padding-left: 22px;
    list-style-type: none;
    margin-bottom: 0;
    letter-spacing: -0.25px;
    line-height: 30px;
}

.solutions-content ul li:before {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(../image/verifique.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
}

.solutions-content>ul:not(:last-child) {
    margin-bottom: 24px;
}


.solutions-section .column-right .solutions-content ol {
    margin-left: 20px;
    margin-bottom: 24px;
}

.solutions-section .column-right .solutions-content ol li {
    margin-bottom: 0;
}

.solutions-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -40px;
}

.solutions-features .feature-box {
    width: calc(50% - 25px);
    margin-bottom: 40px;
}

.solutions-features .feature-box .h4 {
    margin-bottom: 7px;
    font-weight: 800;
}

.solutions-features .feature-box p {
    padding-left: 22px;
    position: relative;
    letter-spacing: -0.25px;
}

.solutions-features .feature-box p:before {
    content: "";
    display: block;
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(../image/verifique.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
}

.solutions-content p br {
    display: none;
}

.solutions-content a {
    text-decoration: underline;
}

.solutions-content a:hover {
    color: #00C4A8;
}

@media only screen and (max-width:1399px) {
    .solutions-section .column-left {
        width: 34%;
    }

    .solutions-section .column-right {
        width: 63%;
    }

    .solutions-features .feature-box .h4 {
        font-size: 22px;
    }
}

@media only screen and (max-width:1199px) {
    .solutions-sidebar {
        padding: 25px;
    }

    .solutions-features .feature-box {
        width: calc(50% - 10px);
    }

    .solutions-section .column-left {
        width: 40%;
    }

    .solutions-section .column-right {
        width: 57%;
    }

    .solutions-sidebar ul li a {
        font-size: 15px;
        padding: 20px 50px 20px 20px;
        background-position: center right 20px;
    }

    .solutions-content p {
        font-size: 16px;
        line-height: 27px;
    }

    .solutions-features .feature-box .h4 {
        font-size: 17px;
    }

    .solutions-content h2 br {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .solutions-section .column-left {
        width: 100%;
    }

    .solutions-section .column-right {
        width: 100%;
        margin-top: 40px;
    }

    .solutions-features {
        margin-bottom: -20px;
    }

    .solutions-features .feature-box {
        margin-bottom: 20px;
    }

    .solutions-sidebar ul li a {
        padding: 15px 50px 15px 15px;
        background-position: center right 20px;
    }

}

@media only screen and (max-width:767px) {
    .solutions-features .feature-box {
        width: 100%;
    }
}

@media only screen and (max-width:375px) {
    .why-choose-us-content .btn {
        font-size: 15px;
    }
}

@media only screen and (max-width:359px) {
    .why-choose-us-content .btn {
        padding: 13.5px 10px;
        font-size: 14px;
    }
}