.wrapper > .container {
	padding: 0 !important;
}

.d-table {
    table-layout: fixed;
}

.riga-cases-1 {
    padding: 80px 0;
}

.riga-cases-1 .col-w-50:first-child img {
    max-height: 80px;
}

.riga-cases-1 .col-w-50:first-child h3 {
    text-transform: uppercase;
    margin: 32px 0 0;
}

.img_cases {
    height: 500px;
    width: 100%;
}

.riga-cases-2 {
    padding: 80px 0;
}

.riga-cases-2 .pagecomposer-riga:not(:last-child) {
    padding-bottom: 56px;
}

.riga-cases-1 .swiper-button-prev {
    width: 48px;
    height: 48px;
    left: 24px;
    margin-top: -24px;
}

.riga-cases-1 .swiper-button-next {
    width: 48px;
    height: 48px;
    right: 24px;
    margin-top: -24px;
}

.riga-cases-1 .swiper-button-prev::after {
    content: url('/modules/case_history/assets/images/arrow-left.svg');
    width: 100%;
    height: 100%;
}

.riga-cases-1 .swiper-button-next::after {
    content: url('/modules/case_history/assets/images/arrow-right.svg');
    width: 100%;
    height: 100%;
}

.riga-cases-2 {
    padding: 80px 0;
}

.riga-cases-2 h2 {
    text-align: left;
}

.riga-cases {
    padding: 80px 0;
}

.riga-cases h2 {
    margin: 0 0 48px;
}

.widget_swipers_cases .cont-box-img {
    height: 150px;
}

.widget_swipers_cases .cont-box-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-height: 100%;
}