.custom--section{
    display: none;
}
.js .custom--section{
    display: block;
}
.custom-row__container {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.custom-row__container .col-40 {
    flex: 1 1 40%;
    max-width: 40%;
}
.custom-row__container .col-60 {
    flex: 1 1 60%;
    max-width: 60%;
}

.mbs-gallery--item img {
    width: 812px;
    height: 491px;
    object-fit: cover;
}
.mbs-gallery__nav{
    margin: 5px 0;
}
.mbs-gallery__nav img {
    width: 199px;
    height: 150px;
    object-fit: cover;
    mix-blend-mode: luminosity;
    cursor: pointer;
}

.mbs-gallery__nav .mbs-gallery--nav {
    position: relative;
    margin: 3px;
}

.mbs-gallery__nav .slick-current::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background-color: #000;
}
.mbs-gallery__container .slick-next::before {
    content: "\f061";
}

.mbs-gallery__container .slick-prev::before {
    content: "\f060";
}

.mbs-gallery__container .slick-prev {
    left: -75px;
}

.mbs-gallery__container .slick-next {
    right: -75px;
}

.mbs-gallery__container .slick-arrow::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #D7032B;
    font-size: 27px;
}

.title__container ul {
    list-style: none;
    position: relative;
    padding-left: 30px;
}

.title__container li {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 12.5px;
    color: #afafaf;
    position: relative;
    transition: all ease 0.3s;
    cursor: pointer;
}

.title__container li.current {
    font-weight: bold;
    color: #333;
}

.title__container li::before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #afafaf;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -30px;
}

.title__container li.current::before {
    width: 4px;
    background-color: #d7032b;
    border-radius: 4px;
}
.mbs-gallery__text-below {
    margin-top: 50px;
}
.description__container ul,
.mbs-gallery__text-below ul{
    list-style: none;
    position: relative;
    padding-left: 0px;
}
.description__container li{
    display: none;
    max-width: 400px;
}
.mbs-gallery__text-below li{
    display: none;
    color: #8A8888;
    font-size: 14px;
    font-style: italic;
    line-height: 24px;
    text-align: center;
}
.description__container li.current,
.mbs-gallery__text-below li.current{
    display: block;
}
.title__container,.description__container{
    margin-bottom: 75px;
}
@media (max-width: 600px){
    .custom-row__container .col-40 {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .custom-row__container .col-60 {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
@media (max-width: 600px) and (min-width: 561px){
    .mbs-gallery--item img {
        width: 655px;
        height: 350px;
        object-fit: cover;
    }
}
@media (max-width: 560px){
    .mbs-gallery--item img {
        width: 485px;
        height: 290px;
        object-fit: cover;
    }
}