﻿@media only screen and (max-width: 768px) {
	.my-lg-14 {
		margin-top: 3rem !important; /* Örnek: Mobilde boşluk azaltma */
	}

	/* İlgili img etiketinin stilini mobilde değiştirmek için */
	.col-md-8 img {
		max-width: 100% !important; /* Örnek: Resmi mobilde genişliğe uygun hale getirme */
		height: auto !important;
	}
}
