@media (min-width: 2000px) {
    .main_container {
        max-width: 2800px;
    }
}

@media (max-width: 1800px) {
    .action_button {
        height: 100px;
    }
    .action_wrapper {
        padding-left: 230px;
    }
    .action__image__element {
        width: 100%;
    }
    .action__image {
        width: 300px;
    }
}

@media (max-width: 1500px) and (min-width: 768px) {
    .content_wrapper {
        padding: 30px;
    }
    .owl-carousel {
        padding-left: 0;
    }
    .owl-carousel {
        padding-left: 0 !important;
    }

    .action_wrapper {
        position: fixed;
        left: -95px;
    }

    .owl-nav {
        left: 30px;
        margin-top: -30px;
    }

    .action_wrapper {
        padding: 20px 20px 0 20px;
    }

    .list_item__text p {
        font-size: 16px;
    }

    .title_wrapper h1 {
        font-size: 35px;
        line-height: 1.4;
    }

    .title_wrapper {
        max-width: 1300px;
    }

    .list_item__text p {
        margin: 0;
    }

    .list_wrapper {
        margin: 20px 0 20px;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .list_item__image {
        width: 60px;
        height: 60px;
    }

    .list_item {
        flex-wrap: nowrap;
        margin-top: 20px!important;
    }

    .owl-carousel .img {
        width: 200px;
        height: initial;
    }

    .owl-prev, .owl-next {
        width: 40px;
        height: 40px;
    }

    .action__image__element {
        width: 100%;
    }
    .action__image {
        width: 200px;
    }
    .action {
        margin-left: 35px;
    }
    .action_button_wrapper {
        margin-left: 10px;
    }
}

@media (max-width: 1300px) and (min-width: 768px) {
    .list_wrapper {
        margin: 0;
    }
    .action_wrapper {
        padding-top: 0;
    }
}

    /* mobile */
@media (max-width: 768px) {
    .body {
        height: 100%;
    }

    .content_wrapper {
        padding: 40px 15px;
        max-width: 760px;
    }

    .list_item__text p {
        font-size: 14px;
    }

    .title_wrapper h1 {
        font-size: 25px;
        line-height: 1.4;
    }

    .list_item__text {
        display: flex;
        align-items: center;
        min-width: 100px;
        max-width: 330px;
        width: 320px;
        margin-right: 0;
        margin-left: 15px;
    }

    .list_item__text p {
        margin: 0;
    }

    .owl-carousel .img {
        width: 100%;
    }

    .list_wrapper {
        margin: 20px 0 20px;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .list_item__image {
        width: 60px;
        height: 60px;
    }

    .list_item {
        flex-wrap: nowrap;
        margin-top: 20px!important;
    }

    .list_item__bottom {
        margin-top: 0;
    }

    .owl-stage-outer {
        margin: 0 !important;
    }

    .owl-carousel {
        max-width: 400px;
        padding-left: 0 !important;
    }

    .owl-nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
        left: initial;
        top: initial;
        margin: 5px;
        width: initial;
    }

    .owl-prev, .owl-next {
        width: 60px;
        height: 60px;
    }

    .action__image__element {
        display: none;
    }

    .action {
        flex-wrap: wrap;
        margin: 0;
    }

    .action_wrapper {
        padding: 0 15px;
    }

    .action__text {
        width: initial;
    }

    .action__text p {
        margin: 0;
    }

    /*disable desktop action button*/
    .action_button_wrapper {
        display: none;
    }

    /*enable mobile action button*/
    .btn-bx {
        display: contents;
    }

    .btn {
        margin: 30px auto;
        min-width: 160px;
        width: 160px;
        height: 160px;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #E1171B;
        font-weight: bold;
        line-height: 1.1;
        position: relative;
    }

    .pulse::after,
    .pulse::before {
        border-radius: 50%;
    }
}

@media (max-width: 400px) {
    .content_wrapper, .action_wrapper, .owl-carousel {
        max-width: 400px;
    }
}

@media (max-width: 320px) {
    .content_wrapper, .action_wrapper, .owl-carousel {
        max-width: 320px;
    }
}
