.opseo-services-sec {
    padding: 90px 0 58px;
    background-color: var(--bg-color);
    position: relative;
    width: 100%;
}
.opseo-services-sec.bg-primary:not(.hide_border),
.opseo-services-sec.bg-secondary:not(.hide_border) { padding-bottom: 72px; }
.opseo-services-sec:not(.hide_border)::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    display: block;
    content: '';
    pointer-events: none;
}
.opseo-services-sec.bg-secondary::after {
    background-color: var(--theme-color-secondary);
}
.opseo-services-sec.bg-primary::after {
    background-color: var(--theme-color-primary);
}
.opseo-services-sec.hide_border::after { display: none !important; }
.opseo-services-sec .title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 61px;
    max-width: 532px;
    width: 100%;
    margin: 0 auto 47px;
    border-radius: 47px;
}
.opseo-services-sec .title h2 {
    color: var(--white);
}
.opseo-services-wrap {
    max-width: 1088px;
    margin: 0 auto;
}
.opseo-services-wrap a {
    font-weight: 400;
    font-size: 34px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 67px 15px 39px;
    border-top: 1px solid #a8a8a8;
    color: #707070;
}
.opseo-services-wrap a i {
    display: flex;
    align-items: center;
    justify-content: center;
}
.opseo-services-wrap a:last-child {
    border-bottom: 1px solid #a8a8a8;
}
.opseo-services-wrap a + a {
    border-top: 1px solid #a8a8a8;
}
.opseo-services-wrap a svg {
    color: #afa0d8;
}

@media (min-width: 1231px) and (max-width: 1599px) {
}

@media (min-width: 992px) and (max-width: 1230px) {
    .opseo-services-wrap a {
        font-size: 28px;
        padding: 21px;
    }
}

@media (max-width: 991px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .opseo-services-wrap a {
        font-size: 24px;
        padding: 21px;
    }
}

@media (max-width: 767px) {
    .opseo-services-sec {
        padding: 60px 0 52px;
        background-color: #fff;
    }
    .opseo-services-sec .title {
        height: 50px;
        margin-bottom: 44px;
    }
    .opseo-services-wrap a {
        font-size: 24px;
        padding: 21px;
    }
    .opseo-services-wrap a svg {
        color: var(--theme-color-primary);
    }
}
