@media (max-width: 1279px) {

    .cost {
        margin-bottom: 16px;
    }

    .cost li {
        line-height: 26px;
    }

    .services,
    .opportunities {
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
    }

    .opportunity {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        margin-bottom: 20px;
        padding: 0;
    }

    .service {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        margin-bottom: 20px;
    }

    .service .svg-wrapper,
    .opportunity .svg-wrapper {
        height: 40px;
    }

    .service h4,
    .opportunity h4 {
        font-size: 12px;
        line-height: 16px;
    }

    .service p,
    .opportunity p {
        font-size: 12px;
        line-height: 16px;
        padding: 0 5px;
    }

    .mobile-content + p {
        display: none;
    }

}

@media (min-width: 1280px) {
    .mobile-content + p {
        display: block;
    }

    .mobile-content {
        display: none;
    }
}

@media (max-width: 1152px) {
    .component h3 {
        font-size: 12px;
        line-height: 16px;
    }

    .component .component-body span,
    .component .component-footer span {
        font-size: 12px;
        line-height: 16px;
    }

    .components-wrapper {
        padding: 0;
        width: 100%;
        margin: 0 auto 10px;
    }

    .components {
        margin: 0;
    }

    .cost-wrapper {
        margin-bottom: 16px;
    }

    .component-body {
        background: none;
        box-shadow: none;
        height: auto !important;
        padding-bottom: 0;
        padding-top: 0;
    }

    .component-footer {
        margin-top: 0;
        border: none;
        display: none;

    }

    .component-footer li:not(:last-child) {
        border-bottom: none;
    }

    .component-footer li {
        padding: 0;
        text-align: center;
    }

    .component-footer li span {
        padding-left: 0;
    }

    .component-footer li span:before {
        content: none;
    }


    .component:not(.slick-current) {
        opacity: 1;
    }

    .components {
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
    }

    .component {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .components-wrapper {
        position: static;
        transform: none;
    }

    .white-stub {
        display: none;
    }

    .mobile-content + span {
        display: none;
    }

}

@media (min-width: 1153px) {
    .mobile-content + span {
        display: block;
    }

    .component .mobile-content {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1152px) {
    .component h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .component .component-body span,
    .component .component-footer span {
        font-size: 14px;
        line-height: 26px;
    }

    .component .svg-wrapper {
        height: 48px;
    }

}

@media (min-width: 768px) and (max-width: 1279px) {
    .opportunity *,
    .service * {
        text-align: center;
    }

    .opportunities {
        padding: 0;
    }

    .cost-wrapper:not(.slick-active) {
        opacity: 1;
    }

    .service h4,
    .opportunity h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .service p,
    .opportunity p {
        font-size: 14px;
        line-height: 26px;
    }

    .service .svg-wrapper,
    .opportunity .svg-wrapper {
        height: 48px;
    }

    .cost-wrapper {
        width: 50%;
        margin: 0 auto 16px;
    }
}

@media (max-width: 1279px) {
    .svg-wrapper svg {
        height: 100%;
        width: auto;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    h2 {
        margin-top: 60px;
    }

    .opportunities h4 {
        height: 32px;
    }

    .cost-wrapper {
        padding: 0;
    }

    .cost {
        padding-bottom: 20px;
    }
}

@media (min-width: 1153px) and (max-width: 1919px) {
    #page-3 .slick-prev {
        left: 33%;
    }

    #page-3 .slick-next {
        right: 33%;
    }
}


