* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
dl {
    margin-bottom: 0.75em;
}
dl dt {
    font-weight: bold;
    margin-top: 0.75em;
}
dl dd {
    margin: 0;
}

.solutions {
    background: #555260;
    padding: 30px 10px 0;
}
@media screen and (min-width: 53.75em) {
    .solutions {
        padding: 70px 0 0;
    }
}
.solutions span {
    font-size: 14px;
    font-family: "ProximaRegular";
    color: #9b95b8;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
@media screen and (min-width: 53.75em) {
    .solutions span {
        font-size: 16px;
    }
}
.solutions h2 {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
@media screen and (min-width: 53.75em) {
    .solutions h2 {
        font-size: 41px;
        margin-bottom: 30px;
    }
}
.solutions .slider h3 {
    font-size: 30px;
    font-weight: normal;
}
.solutions .slider p {
    font-size: 17px;
    color: #afa8d0;
    margin: 30px 0;
}
@media screen and (max-width: 360px) {
    .pagination {
        right: 5%;
        top: -125px !important;
    }
    .solutions .slider h3 {
        width: 50%;
        margin: 0 auto;
        font-size: 24px;
    }
    .solutions .slider p {
        width: 50%;
    }
}
@media screen and (max-width: 40em) {
    .solutions .slider p {
        margin: 15px auto;
        width: 62%;
    }
    .gl-wrap {
        width: 100% !important;
    }
    .solutions .slider h3 {
        width: 98%;
    }
    .pagination {
        right: 5%;
        top: -55%;
    }
    .blog ul li ._title i {
        display: none !important;
    }
}
.solutions .slider .r-text a {
    color: #fff;
    font-size: 12px;
    font-family: "ProximaSemibold";
    background: #44424d;
    border-radius: 40px;
    padding: 0px 0;
    width: 130px;
    display: block;
    margin: auto;
    text-transform: uppercase;
}
.solutions .slider .r-text a:hover {
    background: #3f3c48;
}