@charset "UTF-8";
/**
 * _base.scss
 * 
 * 1/ biến màu săc
 * 2/ biến kích thước font chữ
 * 3/ Cấu hình border
 * 4/ Mixin
 * 5/ Responsive
*/
/*
Theme Name: MatBaoWS
Description: This is a child theme for Flatsome Theme
Author: MatBaoWS Team
Template: flatsome
Version: 3.0
*/


.archive-service-section {
	background-color: #E7F0F1;
	padding: 60px 0;
}

@media(max-width: 480px) {
	.mbws-service-list .mbws-service-item {
		padding-left: 15px;
		padding-right: 15px;
	}
}