.cardSwiper {
    position: static;
}
.info-card_type .head-h3 {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #192c4c;
}
.info-card_type .head-h3 span {
    padding-right: 8px;
}
.info-card_type .head-info.head-h3 {
    font-size: 32px;
    line-height: 32px;
    color: #192c4c;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.info-card_type .head-info.head-h3:before {
    content: '';
    display: block;
    height: 1px;
    width: 100px;
    background: #c29d66;
    position: absolute;
    bottom: 0;
}
.box-button_discover a {
    content: "";
    background: linear-gradient(120deg, #ad803c -10%, #b0803d, #d2b957 90%, #ead968);
    opacity: 1;
    z-index: 1;
    border-radius: 25px;
    overflow: hidden;
    transition-property: opacity;
    transition-duration: .2s;
    transition-timing-function: ease;
    padding: 10px 30px;
    color: #fff;
    font-weight: 300;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  	gap: 3px;
}
.box-button_discover a span svg {
    width: 18px;
    height: 18px;
}
span.arrow-x {
    display: block;
    line-height: 1;
}
.c-box {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.box-button_discover {
    padding-top: 35px;
}
.x-swiper-button-next, .x-swiper-button-prev {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     height: 60px;
     overflow: hidden;
     z-index: 50;
     width: 60px;
     padding: 29px 0;
     border-radius: 50%;
     border: 1px solid #9e7c4f;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     transition: .3s ease;
}
 .x-swiper-button-next {
     right: -50px;
}
 .x-swiper-button-prev {
     left: -50px;
}
 .x-swiper-button-next svg, .x-swiper-button-prev svg {
     stroke-width: 1.5px;
     stroke: #9e7c4f;
}
 .x-swiper-button-next:hover, .x-swiper-button-prev:hover {
     background: linear-gradient(135deg, #ad803c, #b0803d 27.6%, #d2b957 88.54%, #ead968);
     border-color: transparent;
     transition: all ease-in-out 350ms;
}
 .x-swiper-button-next:hover svg, .x-swiper-button-prev:hover svg {
     stroke: #fff;
}
.c-box .feature-image img {
    box-shadow: 0 10px 20px 0 rgba(158, 124, 79, .2);
    transition: all .5s ease .1s;
}