.grafeio-tipou {
    padding: 142px;
    text-align: left;
}

.grafeio-tipou .slider-cont .inner {
    display: block;
}

.grafeio-tipou > .title {
    font-size: 30px;
    line-height: 1.1;
    color: #63DBD4;
    font-family: 'cf_asty_st_medium', sans-serif;
    margin-bottom: 50px;
    padding-bottom: 0;
}

.grafeio-tipou .slider-wrapper {
    justify-content: center;
}

.grafeio-tipou .slider-wrapper .target-title {
    color: #fff;
    font-family: 'cf_asty_st_medium', sans-serif;
    font-size: 38px;
    line-height: 46px;
    margin-bottom: 38px;
}

.grafeio-tipou .slider-wrapper .target-sub-title {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 28px;
}

.grafeio-tipou .slider-wrapper .left-content {
    width: calc(40% - 60px);
    flex: 0 0 calc(40% - 60px);
    margin-right: 60px;
}

.grafeio-tipou .slider-wrapper .slider-cont {
    width: calc(46% - 60px);
    flex: 0 0 calc(46% - 60px);
    margin-left: 60px;
}

.grafeio-tipou .slider-wrapper .left-content .card-content .more {
    width: 140px;
    background-color: #63DBD4;
    color: #12356C;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: -0.13px;
    padding: 12px 25px;
    text-align: center;
}

.grafeio-tipou .slider-cont .row a {
    width: 100%;
}

.grafeio-tipou .navigation-bar {
    margin-top: 100px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1660px) {
    .grafeio-tipou {
        padding: 60px !important;
    }

    .grafeio-tipou > .title {
        font-size: 25px;
        margin-bottom: 50px;
    }

    .grafeio-tipou .slider-wrapper .target-title {
        font-size: 35px;
        margin-bottom: 34px;
        line-height: 1.2;
    }

    .grafeio-tipou .slider-wrapper .target-sub-title {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1180px) {
    .grafeio-tipou {
        padding: 35px !important;
    }
}

@media screen and (max-width: 920px) {
    .grafeio-tipou .slider-wrapper .left-content {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0;
        order: 2;
    }

    .grafeio-tipou .slider-wrapper .slider-cont {
        order: 1;
        width: 95%;
        flex: 0 0 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    .grafeio-tipou .slider-wrapper .left-content .card-content .more {
        display: none;
    }

    .grafeio-tipou .navigation-bar {
        order: 3;
        width: 100%;
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .grafeio-tipou .navigation-bar .navigation {
        margin-top: 15px;
        width: 100%;
    }

    .grafeio-tipou .navigation-bar .navigation .chevron-wrapper {
        width: 25px;
        height: 25px;
    }

    .grafeio-tipou .slider-wrapper .target-sub-title {
        margin-bottom: 0;
    }

    .grafeio-tipou .navigation-bar .infinitive-navigation {
        margin-top: 100px;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

    .grafeio-tipou > .title {
        font-size: 25px;
        margin-bottom: 60px;
        margin-top: 50px;
        text-align: center;
    }

    .grafeio-tipou .slider-wrapper .target-title {
        font-size: 27px;
        margin-bottom: 34px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 580px) {
    .grafeio-tipou .navigation-bar .infinitive-navigation {
        width: 100%;
    }
}