.tsw-content-wrap {
    padding: 44px 20px 28px 20px;
    background: #000000;
}
.tsw-content-row  {
    position: relative;
    display: flex;
    flex-direction: row;
    max-width: 1396px;
    margin: 0 auto;
}

.tsw-content-wrap .tsw-title, .tsw-content-wrap h1.tsw-title, .tsw-content-wrap h2.tsw-title, .tsw-content-wrap h3.tsw-title, .tsw-content-wrap p.tsw-title,
.formatBlock .tsw-content-wrap h1.tsw-title, .formatBlock .tsw-content-wrap h2.tsw-title, .formatBlock .tsw-content-wrap h3.tsw-title,
.formatBlock .tsw-content-wrap p.tsw-title, .wpb_wrapper .tsw-content-wrap h1.tsw-title, .wpb_wrapper .tsw-content-wrap h2.tsw-title, .wpb_wrapper .tsw-content-wrap h3.tsw-title,
.wpb_wrapper .tsw-content-wrap p.tsw-title {
    font-size: 56px;
    color: #ffffff;
    text-align: left;
}

.tsw-cnt-left {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 31%;
    margin: 0 1% 0 1%;
    padding-bottom: 38px;
}
.tsw-cnt-right {
    min-height: 350px;
    margin-top: 10px;
    width: 39%;
    margin-left: auto;
}
.tsw-content-footer {
    align-self: flex-end;
}

.tsw-content-title {
    margin-bottom: 30px;
}
.tsw-content-more, .formatBlock a.tsw-content-more, .wpb_wrapper a.tsw-content-more {
    color: #ffffff;
    border-color: #ffffff;
    padding: 11px 32px;
}
.tsw-content-more:hover, .formatBlock a.tsw-content-more:hover, .wpb_wrapper a.tsw-content-more:hover {
    color: #F9EDAE;
}

.tsw-cnt-items {}
.tsw-cnt-item {
    margin-bottom: 66px;
}
.tsw-cnt-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.tsw-cnt-pos {
    width: 100%;
    margin-bottom: 19px;
}
.tsw-cnt-pos-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
}
.tsw-cnt-pos-value {
    font-family: 'Merriweather', serif;
    font-size: 26px;
    line-height: 1em;
    color: #000000;
}
.tsw-cnt-text {
    font-size: 32px;
    line-height: 1.4em;
    color: #ffffff;
    font-weight: 600;
}

.tsw-content-wrap .tsw-cnt-items .slick-slide {
    opacity: 0.1;
}
.tsw-content-wrap .tsw-cnt-items .slick-slide.slick-active {
    opacity: 1;
}
.tsw-content-wrap .tsw-cnt-items .slick-list {
    height: 518px!important;
}
.tsw-content-footer.tsw-content-footer-mob {
    display: none;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

@media (max-width: 1200px){
    .tsw-cnt-left, .tsw-cnt-right {
        width: 48%;
    }
}
@media (max-width: 992px){
    .tsw-content-title {
        margin-bottom: 30px;
    }
    .tsw-content-wrap .tsw-title, .tsw-content-wrap h1.tsw-title, .tsw-content-wrap h2.tsw-title, .tsw-content-wrap h3.tsw-title, .tsw-content-wrap p.tsw-title,
    .formatBlock .tsw-content-wrap h1.tsw-title, .formatBlock .tsw-content-wrap h2.tsw-title, .formatBlock .tsw-content-wrap h3.tsw-title,
    .formatBlock .tsw-content-wrap p.tsw-title, .wpb_wrapper .tsw-content-wrap h1.tsw-title, .wpb_wrapper .tsw-content-wrap h2.tsw-title, .wpb_wrapper .tsw-content-wrap h3.tsw-title,
    .wpb_wrapper .tsw-content-wrap p.tsw-title {
        font-size: 36px;
    }
    .tsw-cnt-text {
        font-size: 26px;
    }
    .tsw-content-row {
        flex-direction: initial;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .tsw-content-row .tsw-col-6 {
        width: 100%;
    }
    .tsw-cnt-left {
        padding-bottom: 0;
    }
    .tsw-team-right {
        margin: 16px 0 0 0;
    }
    .tsw-cnt-right {
        min-height: auto;
    }
    .tsw-content-wrap .tsw-cnt-items .slick-list {
        height: auto!important;
    }
    .tsw-content-footer {
        display: none;
    }
    .tsw-content-footer.tsw-content-footer-mob {
        display: flex;
    }
    .tsw-content-wrap .tsw-cnt-items .slick-list {
        height: auto!important;
    }
}
@media (max-width: 545px){
    .tsw-item-wrap {
        flex-direction: initial;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .tsw-item-content {
        width: 100%;
        margin: 0 auto;
    }
}