/**
* Theme Name:     K-Tech
* Author:         K-Tech
* Template:       flatsome
* Text Domain:	   k-tech
* Description:    Theme Build by Dai
* Theme URI:      https://k-tech.net.vn/
* Author URI:     https://k-tech.net.vn/
* Version:        2026
* License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
* License URI:    https://k-tech.net.vn/
*/



/*************** ADD CUSTOM CSS HERE.   ***************/

.box-image-button {
	display: flex;
	justify-content: center;
	flex-direction: column;
	.content{
		background: var(--fs-color-primary);
		color: white;
		justify-content: center;
		display: flex;
		margin: auto;
		width: max-content;
		padding: 10px;
		border-radius: 12px;
		margin-top: 1rem;
		margin-bottom: 1rem;
		a{
			color: white;
		}
	}
}


@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/



}
