.more_than_support {
    margin-top: 80px;
    margin-bottom: 80px;
}
.more_than_support__header {
    text-align: center;
    margin-bottom: 48px;
}
.more_than_support__header .heading {
    margin-top: 0;
    margin-bottom: 12px;
    color: #BF1E2E;
    font-family: 'effra_heavyregular', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}
.more_than_support__header .text {
    color: #2C2B29;
    font-family: 'effraregular', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25;
    text-align: center;
}
.more_than_support__image_text_list {
    max-width: 962px;
    margin-left: auto;
    margin-right: auto;
}
.more_than_support__cta_button {
    margin-top: 40px;
    text-align: center;
}
.more_than_support__cta_button .btnnew {
    padding: 16px 24px;
    display: inline-block;
    border: 1px solid #bf1e2e;
}
.more_than_support__inner .image_text_list:not(.slick-slider) {
    display: none;
}
.more_than_support__inner .image_text_list { 
    /* margin-left: -12px; */
    /* margin-right: -12px; */
}
.more_than_support__image_text_list .image_text {
    margin-left: 12px;
    margin-right: 12px;    
    display: block;
}
.more_than_support .image_text .image {
    position: relative;
	display: block;
    margin-bottom: 12px;
}
.more_than_support .image_text .image::after {
    content: '';
    display: block;
    padding-bottom: 86.9%;
}
.more_than_support .image_text .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.more_than_support .image_text .title {
    margin-top: 0;
    margin-bottom: 12px;
    color: #86000D;
    font-family: 'effra_heavyregular', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
}
.more_than_support .image_text .description {
    color: #2C2B29;
    font-family: 'effraregular', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
}
.more_than_support__image_text_list .slick-arrow {
    background-color: transparent;
    padding: 0;
    border: 0 none;
    color: #BF1E2E;
    position: absolute;
    top: 32%;
    z-index: 1;
}
.more_than_support__image_text_list .slick-next {
    right: -20px;    
}
.more_than_support__image_text_list .slick-prev {
    left: -20px;
}
.more_than_support__image_text_list .slick-next svg {
    transform: rotate(180deg);
}
.more_than_support svg {
    max-width: 100%;
    height: auto;
}
@media (max-width: 1199px) { 
    
}
@media (max-width: 991px) { 
    .more_than_support {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .more_than_support__header,
    .more_than_support__cta_button {        
        margin-bottom: 36px;
    }   
    .more_than_support__image_text_list .slick-arrow {
        top: 33%;
    }
    .more_than_support__image_text_list .slick-next {
        right: -15px;
    }
    .more_than_support__image_text_list .slick-prev {
        left: -15px;
    }
    .more_than_support .image_text .title {
        font-size: 20px;
    }
    .more_than_support__header .heading {
        font-size: 42px;
    }
}
@media (max-width: 767px) { 
    .more_than_support {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .more_than_support__header .heading {
        font-size: 36px;
    }
    .more_than_support__image_text_list .slick-arrow {
        width: 10px;
    }
    .more_than_support__image_text_list .slick-next {
        right: -10px;
    }
    .more_than_support__image_text_list .slick-prev {
        left: -10px;
    }
    .more_than_support__header .text {
        font-size: 18px;
    }
}