/*!
=========================================================
* BackBone - An Awesome WP Starter Theme + ACF
=========================================================
Theme Name: BackBone
Theme URI: https://github.com/HabedyOmid/WP-Backbone.git
Author: Omid Habedy
Author URI: https://omidhabedy.me/
Description: My 2019 BackBone theme is designed to build any Wordpress site with 100% freedom of design and development using ACF (Advance Custom Field) and CPT UI (Custom Post Type). The theme alos uses SASS preprocessor for stylesheet and layouts.
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Tags: ACF (Advance Custom Field), CPT UI (Custom Post Type), Boostrap 4.1,  SASS, CSS Architecture 7-1 Pattern, Gulp
=========================================================
*/

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.sba-loans-cards li {
	color: #3d4643;
}

.sba-loans-cards .mt-2 {
	margin-top: 0;
}

.sba-loans-cards .iconCard__img {
	display: none;
}

.sba-loans-cards .px-2 {
	padding: 0;
}

.video-container {
	display: flex;
	gap: 20px;
	justify-content: center;
}

.video-item {
	flex: 1 1 calc(50% - 20px);
	text-align: center;
}

@media (min-width: 768px) {
	.d-none-desktop {
		display: none;
	}
}

@media (max-width: 767px) {
	.video-container {
		flex-wrap: wrap;
		max-width: 100%;
		width: 90%;
		margin: auto;
	}
	.video-item {
		flex: 1 1 100%;
	}
	.d-none-mobile {
		display: none;
	}
}

@media (max-width: 768px) {
	.video-links-container {
		flex-direction: column;
		align-items: center;
	}
}