/* Media Query for Mobile */
@media (max-width: 767px) {
.image-text .btn {
    margin-top: 15px !important; /* Marge par défaut */
}

.image-text .btn:first-child {
    margin-top: 30px !important; /* Marge pour le premier élément */
}