
    .blog__right-categories {
        background: #F5F5F5;
        padding: 20px;
        margin-bottom: 30px;
    }

    .blog__right-title {
        color: #000000;
        font-size: 26px;
        line-height: 46px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .blog__right-categories-item {
        list-style: none;
        margin-bottom: 5px;
        font-size: 17px;
    }

    @media (min-width: 1200px) {
        .blog__right-title {
            font-size: 26px;
        }
    }

    @media (min-width: 992px) {
        .blog__right-title {
            font-size: 26px;
        }
    }

    .whats-included {
        background: #DA0E19;
        position: relative
    }

    .whats-included__bg {
        opacity: 0.2;
        height: 410px;
        background-size: cover
    }

    @media (min-width: 768px) {
        .whats-included__bg {
            height: 380px
        }
    }

    @media (min-width: 1200px) {
        .whats-included__bg {
            min-height: 420px;
        }
    }

    .whats-included__content {
        position: absolute;
        left: 10px;
        right: 0;
        top: 20px
    }

    @media (min-width: 768px) {
        .whats-included__content {
            left: 20px;
            top: 20px
        }
    }

    @media (min-width: 992px) {
        .whats-included__content {
            left: 24px;
            top: 24px
        }
    }

    .whats-included__title {
        color: #ffffff;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        line-height: normal;
        margin-bottom: 20px
    }

    @media (min-width: 992px) {
        .whats-included__title {
            font-size: 24px
        }
    }

    @media (min-width: 1200px) {
        .whats-included__title {
            font-size: 24px
        }
    }

    .whats-included__list {
        margin: 0;
        padding: 0
    }

    @media (min-width: 768px) {
        .whats-included__list {
            -webkit-column-count: 1;
            column-count: 1;
            -webkit-column-gap: 20px;
            column-gap: 20px
        }
    }

    .whats-included__list-item {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        list-style: none;
        margin-bottom: 10px
    }

    .fa-check-square {
        width: 20px;
        height: 20px;
        display: inline-block;
        background-image: url(/assets/2022/img/checked-checkbox-24.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: 4px 0px 0px 4px;
    }

    /* .whats-included__list-item:before {
        content: '\f14a';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        vertical-align: -.125em;
        color: #ffffff;
        font-size: 20px;
        font-weight: 300;
        margin-right: 10px
    } */

    @media (min-width: 992px) {
        .whats-included__list-item:before {
            font-size: 30px
        }
    }

    @media (min-width: 768px) {
        .whats-included__list-item {
            font-size: 16px
        }
    }

    @media (min-width: 1200px) {
        .whats-included__list-item {
            font-size: 18px
        }
    }

    .whats-included__cta {
        margin-top: 32px;
        text-align: center
    }

    @media (min-width: 992px) {
        .whats-included__cta {
            text-align: left
        }
    }

    .whats-included__cta-phone {
        color: #ffffff;
        font-size: 22px;
        font-weight: 600;
        display: block;
        margin-top: 10px
    }

    .whats-included__cta-phone:hover {
        text-decoration: none;
        color: #f78a8f
    }

    @media (min-width: 768px) {
        .whats-included__cta-phone {
            font-size: 20px;
            display: inline-block;
            margin: 0;
            vertical-align: middle
        }
    }

    @media (min-width: 992px) {
        .whats-included__cta-phone {
            font-size: 30px
        }
    }

    .whats-included__cta-button {
        background: #ffffff;
        color: #DA0E19;
        font-size: 14px;
        font-weight: 600;
        border-radius: 50px;
        padding: 10px 20px
    }

    .whats-included__cta-button:hover {
        background: #000000;
        color: #ffffff;
        text-decoration: none
    }

    @media (min-width: 992px) {
        .whats-included__cta-button {
            font-size: 13px
        }
    }

    @media (min-width: 1200px) {
        .whats-included__cta-button {
            font-size: 16px
        }
    }

    @media (min-width: 768px) {
        .whats-included__cta-button {
            margin-right: 10px
        }
    }

    @media (min-width: 768px) {
        .whats-included__blog .whats-included__bg {
            height: 280px
        }
    }

    @media (min-width: 992px) {
        .whats-included__blog .whats-included__bg {
            height: 450px
        }
    }

    @media (min-width: 992px) {
        .whats-included__blog .whats-included__content {
            top: 10px;
            left: 20px
        }
    }

    @media (min-width: 992px) {
        .whats-included__blog .whats-included__title {
            font-size: 17px;
            width: 70%
        }
    }

    @media (min-width: 1200px) {
        .whats-included__blog .whats-included__title {
            font-size: 23px
        }
    }

    @media (min-width: 992px) {
        .whats-included__blog .whats-included__list {
            -webkit-column-count: unset;
            column-count: unset;
            -webkit-column-gap: unset;
            column-gap: unset
        }
    }

    @media (min-width: 992px) {
        .whats-included__blog .whats-included__list-item {
            font-size: 15px;
            margin-bottom: 2px
        }

        .whats-included__blog .whats-included__list-item:before {
            font-size: 17px
        }
    }

    @media (min-width: 1200px) {
        .whats-included__blog .whats-included__list-item {
            font-size: 18px
        }

        .whats-included__blog .whats-included__list-item:before {
            font-size: 20px
        }
    }

    @media (min-width: 992px) {
        .whats-included__blog .whats-included__cta-button {
            font-size: 13px
        }
    }

    @media (min-width: 1200px) {
        .whats-included__blog .whats-included__cta-button {
            font-size: 15px
        }
    }

    @media (min-width: 992px) {
        .whats-included__blog .whats-included__cta-phone {
            font-size: 20px;
            margin-top: 10px
        }
    }

    @media (min-width: 1200px) {
        .whats-included__blog .whats-included__cta-phone {
            font-size: 24px
        }
    }