.sh-swiper-container {
    padding: 0 3.646vw !important;
    background: black;
    border-top: 1px solid #f1e9e3;
    border-bottom: 1px solid #f1e9e3;
}

.sh-swiper-slide {
    box-sizing: border-box;
	height: stretch !important;
}

/* Specific to Image d63772 styling: 4 columns desktop */
@media (min-width: 1024px) {
    .sh-swiper-slide:nth-child(4n) {
        border-right: none;
    }
}

/* Card Content Spacing */

.sh-card-content {
	border-left: 1px solid #f1e9e3;
    padding: 3vw;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
	background: white;
}

.sh-card-content .sh-icon-img{
	width: 2vw;
    object-fit: contain;
	margin-bottom: 1.75vw;
}

.sh-card-content .sh-card-title {
    margin-bottom: 1vw;
    color: #000;
}

.sh-card-desc {
    font-size: var(--e-global-typography-38bd60b-font-size);
    line-height: 1.4;
    font-weight: 400;
    color: black;
}

/* Mobile Slide Tweak */
@media (max-width: 1023px) {
    .sh-card-content {
        padding: 40px 25px;
    }
}

@media (max-width: 768px) {
    .sh-card-content .sh-icon-img{
	 width: 6vw;
	 margin-bottom: 2.5vw;
    }
	.sh-swiper-container {
	    padding: 0 6vw !important;
	}
	.sh-swiper-slide{
     height: auto !important;
    }
}