.cp-our-process {
    padding: 2rem 0 5rem;
    background: #fdfdfd;
}
.cp-our-process__title {
    color: #121d3d;
    font-family: raleway, sans-serif;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 100 !important;
}
.cp-our-process__title strong {
    margin-left: 1rem;
    font-weight: 800 !important;
}
.cp-our-process__title:after {
    width: 100%;
    height: 1px;
    background-color: #182647;
    content: "";
    display: block !important;
    margin-left: 2rem;
}
.cp-our-process__slider {
}
.cp-our-process__slider--img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    min-height: 200px;
}
.cp-our-process__slider--img img {
    width: 30% !important;
    margin: 0 auto;
}
.cp-our-process__slider--title {
    font-weight: bold;
    font-family: roboto, sans-serif;
    color: #121d3d;
    margin-bottom: 2rem;
    font-size: 1.4rem !important;
    text-transform: capitalize !important;
}
.cp-our-process__slider--text {
    color: #707070;
    padding: 0 1rem;
    margin: 0 0 2rem;
    font-size: 1rem !important;
    font-weight: 400 !important;
}
.cp-our-process__slider--link {
    font-family: roboto, sans-serif;
    font-weight: 700;
    color: #23bbff !important;
    cursor: pointer;
    text-decoration: underline;
}

.cp-our-process__slider--link:hover{
    color: #68e796 !important;
}
@media (max-width: 575.98px) {
    .cp-our-process__slider .owl-dot.active span {
        background: #53c8fd !important;
    }
    .cp-our-process__title:after {
        display: none !important;
    }
    .cp-our-process__title {
        justify-content: center;
    }
    .cp-our-process__slider--img:after,
    .cp-our-process__slider--img:before {
        width: 20%;
        height: 1px;
        background-color: #182647;
        content: "";
        display: block !important;
    }
    .cp-our-process__slider--img img {
        margin: 0 1rem;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .cp-our-process__slider--title {
        font-size: 1.5em;
    }
    .cp-our-process__slider--img img {
        width: 40% !important;
    }
    .cp-our-process__slider--text {
        margin: 0;
    }
}
