.post-type-carousel {
    padding: 0 0 40px;
}

.post-type-carousel .content_container {
    text-align: center;
}

.post-type-carousel .icon {
    margin-bottom: 40px;
}

.post-type-carousel .copy {
    margin-bottom: 30px;
}

.post-type-carousel.dark {
    background-color: #636467;
}

.post-type-carousel h2 {
    color: #fff;
    text-align: left;
}

.post-type-carousel a.posts-link {
    color: #fff;
}

.post-type-carousel a.posts-link:hover {
    color: var(--tertiary-color);
}

.post-type-carousel .copy p {
    font-size: 34px;
    line-height: 1.3em;
    font-style: italic;
    font-weight: 300;
}

.post-type-carousel .name {
    color: #797B7D;
}

.post-type-carousel .tns-outer {
    position: relative !important;
}

.post-type-carousel .tns-controls {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -70px;
    text-align: left;
}

.post-type-carousel .tns-controls button {
    position: absolute;
    width: 16px;
    height: 32px;
}

.post-type-carousel .tns-controls button img {
    position: absolute;
    top: 0;
    left: 0;
    width: 16px !important;
    height: 32px;
}

.post-type-carousel .tns-controls button[data-controls="prev"] {
    left: -100px;
}

.post-type-carousel .tns-controls button[data-controls="next"] {
    right: -100px;
}

.post-type-carousel .tns-nav {
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 100%;
}

.post-type-carousel .tns-nav button {
    width: 14px;
    height: 14px;
    border-radius: 10px;
    margin: 5px;
    display: inline-block;
    transition: all 0.4s ease;
}

.slide .img {
    height: 344px;
}

.post-type-carousel button i.fa.fa-arrow-left,
.post-type-carousel button i.fa.fa-arrow-right {
    background-color: #000;
    color: #fff;
    border-radius: 17px;
    padding: 2px;
    border: 2px solid #fff;
    font-size: 26px;
}

.post-type-carousel .content {
    text-align: left;
}

.post-type-carousel h4 {
    color: var(--primary-color);
    font-weight: 400 !important;
    line-height: 34px;
    margin-top: 15px;
}

.post-type-carousel .content span {
    color: var(--primary-color);
}

.post-type-carousel .slide .content {
    padding: 20px;
    background-color: #fff;
    min-height: 118px;
    transition: all 0.2s linear;
}

.post-type-carousel .content i.fa.fa-arrow-right {
    color: #000;
    font-size: 30px;
}

.post-type-carousel a.card:hover .content h4,
.post-type-carousel a.card:hover .content i,
.post-type-carousel a.card:hover .content span {
    color: #fff;
}

.title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1050px) {
    .post-type-carousel .copy {
        padding: 0 40px;
    }
    .post-type-carousel .copy p {
        font-size: 24px;
    }
    .post-type-carousel .tns-controls button[data-controls="prev"] {
        left: 0;
    }
    .post-type-carousel .tns-controls button[data-controls="next"] {
        right: 0;
    }
}

@media only screen and (max-width: 450px) {
    .post-type-carousel .icon {
        margin-bottom: 20px;
    }
    .post-type-carousel .copy {
        padding: 0 30px;
    }
    .post-type-carousel .copy p {
        font-size: 22px;
    }
    .post-type-carousel .tns-controls button[data-controls="prev"] {
        left: -10px;
    }
    .post-type-carousel .tns-controls button[data-controls="next"] {
        right: -10px;
    }
    .post-type-carousel .tns-nav {
        bottom: -20px;
    }
    .post-type-carousel .content i.fa.fa-arrow-right {
        float: none;
    }
    .tns-controls {
        opacity: 0.5;
    }
}