.cp-cloud-native {
    padding: 1rem 0 8rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
}

.cp-cloud-native__title {
    margin: 3rem 0 5rem;
    text-align: center;
    color: #121d3d;
    font-size: 2rem;
    font-weight: 400 !important;
    font-family: raleway, sans-serif;
}

.cp-cloud-native__title strong {
    font-weight: 900;
}

.cp-cloud-native__desktop {
    display: block;
}

.cp-cloud-native__mobile {
    display: none;
}

.cp-cloud-native__box {
    padding: 3rem 4rem 1rem;
    background: #fff;
    border-top: 10px solid #121d3d;
    border-radius: 0px 0px 9px 9px;
    box-shadow: 0px 8px 10px #00000029;
}
.cp-cloud-native__subtitle {
    font-weight: 900;
    font-family: "Roboto", sans-serif;
    color: #121d3d;
    margin: 0;
    line-height: 46px;
    font-size: 38px;
}

.cp-cloud-native__btn {
    color: #fff;
    background: transparent linear-gradient(90deg, #27d9cb 0%, #a1f266 100%);
    height: 45px;
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    padding: 0 2rem;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
}

.cp-cloud-native__text {
    color: #707070;
    padding: 0 2rem;
    font-size: 1.3rem;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.cp-cloud-native__box .owl-dot.active span {
    background: #53c8fd !important;
}

.cp-cloud-native__box .owl-dot {
    outline: none;
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
    .cp-cloud-native__title {
        font-size: 1.3rem;
        margin: 1rem 0 1.5rem;
    }
    .cp-cloud-native__title strong {
        display: block;
    }

    .cp-cloud-native__box {
        padding: 3rem 1rem;
        border-top: 15px solid #121d3d;
    }

    .cp-cloud-native__subtitle {
        font-size: 1.3rem;
        text-align: center;
    }

    .cp-cloud-native__desktop {
        display: none;
    }

    .cp-cloud-native__mobile {
        display: block;
    }

    .cp-cloud-native__mobile--container {
        display: block;
        width: 100%;
        padding: 0.5rem 0.5rem 2rem;
    }

    .cp-cloud-native__box .owl-dot.active span {
        background: #53c8fd !important;
    }

    .cp-cloud-native__text {
        font-size: 1rem;
        margin-top: 1rem;
        padding: 0 0.5rem;
    }

    .cp-cloud-native__slider .owl-dot.active span {
        background: #53c8fd !important;
    }

    .cp-cloud-native {
        padding: 1rem 0 4rem;
    }

    .cp-cloud-native__mobile--off-padding {
        padding: 0 !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 600px) and (max-width: 768px) {
    .cp-cloud-native__title {
        font-size: 1.5rem;
    }

    .cp-cloud-native__subtitle {
        font-size: 1.6rem;
    }

    .cp-cloud-native__text {
        padding: 0 1rem;
        font-size: 1rem;
    }
}
