#sb_instagram.sbi_col_5 #sbi_images {
	grid-template-columns: 100%;
	display: block;
	width: auto;
	padding: 0;
}

.social-gallery__right {
	overflow: hidden;
	/* the slides */
	.slick-slide {
		margin: 0 8px;
		width: 300px;
		height: 350px;
		max-width: 300px;
	}

	/* the parent */
	.slick-list {
		margin: 0 -8px;
	}
}

#sb_instagram #sbi_images .sbi_item {
	max-height: 290px;
	min-width: 193px;
}

#sb_instagram .sbi_photo img {
	height: 300px;
}

#sb_instagram .sbi_type_video .sbi_playbtn path {
	display: none !important;
}

.social-gallery__content__wrapper {
	text-align: center;
}

.social-gallery__content__wrapper h3 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.social-gallery-media {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.social-gallery-media p {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	display: block;
}

.social-gallery-media ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.social-gallery-media ul li {
	padding: 0;
	margin: 0;
}

.social-gallery-media ul li a {
	width: 42px;
	height: 42px;
	border: none;
	background-color: rgba(117, 117, 117, 0.35);
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 22px;
	border-radius: 50px;
	border: none;
}

.social-gallery-media ul li a:hover {
	background-color: #f1870c;
}

.social-gallery-media ul li:before {
	display: none;
}

.social-gallery {
	padding: 48px 0;
	background-color: #faf6f2;
}

.social-gallery__content__wrapper {
	padding: 0 22px 32px;
}

@media (min-width: 768px) {
	.social-gallery {
		padding: 32px 0;
	}

	.social-gallery {
		display: flex;
		align-items: center;
	}

	.social-gallery-media {
		align-items: flex-start;
		gap: 8px;
		flex-direction: column;
	}

	.social-gallery__content__wrapper {
		padding: 0 0 0 53px;
		text-align: left;
	}

	.social-gallery__content__wrapper h3 {
		font-size: 22px;
	}

	.social-gallery__content {
		width: 254px;
	}

	.social-gallery__right {
		width: calc(100% - 254px);
		padding-left: 35px;
	}

	.social-gallery-slider .slick-slide {
		width: 173px;
	}
}

@media (min-width: 1200px) {
	.social-gallery {
		padding: 64px 0;
	}

	.social-gallery__content__wrapper h3 {
		font-size: 32px;
	}

	.social-gallery__content {
		width: 32%;
	}

	.social-gallery__right {
		width: 68%;
		padding-left: 35px;
	}

	.social-gallery__content__wrapper {
		padding: 0;
		max-width: 345px;
		margin-left: auto;
	}

	.social-gallery-slider .slick-slide {
		width: 288px;
	}
}

@media (min-width: 1367px) {
	.social-gallery__content__wrapper {
		padding: 0 0 0 60px;
		max-width: 437px;
	}

	.social-gallery__content {
		width: 37%;
	}

	.social-gallery__right {
		width: 63%;
		padding-left: 35px;
	}
}
