.social-feeds {
	padding: 40px 0 70px;
	background-color: #fef2e6;
}

.social-feeds #sbi_load a {
	background-color: #FA9431 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s background-color ease-in-out;
	font-family: 'Mulish', sans-serif;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	padding: 18px;
	border-radius: 16px;
	border: solid 2px #fa9531;
	text-align: center;
}

.social-feeds #sbi_load a:hover {
	box-shadow: none;
	background-color: transparent !important;
	color: #2f2f2f !important;
}

.social-feeds #sbi_load a:hover svg path {
	fill: #2f2f2f !important;
}

.social-feeds #sbi_load a span {
	line-height: 1;
}


.sb_instagram_header {
	display: none;
}

.social-feeds__title {
	margin-bottom: 40px;
	text-align: center;
}

#sb_instagram #sbi_load {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.sbi_load_btn {
	transition: 0.3s background-color ease-in-out;
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	font-size: 16px !important;
	font-weight: 600;
	cursor: pointer;
	padding: 10px !important;
	background-color: transparent !important;
	color: #2f2f2f !important;
	text-decoration: underline !important;
}
