.features2 {
    justify-content: center;
    margin-top: 50px;
}

.feature2-item {
    flex: 0.25;
    display: flex; /* Ajouté pour centrer le contenu */
    align-items: center; /* Centre le contenu horizontalement */
    text-align: center;
    margin-bottom:15px;
}

.feature2-item i {
    font-size: 24px;
    margin-bottom: 10px;
    color: white; /* Couleur de l'icône */
    background-color: #0077cc; /* Couleur du fond du cercle */
    border-radius: 50%; /* Rend le fond circulaire */
    width: 50px; /* Largeur du cercle */
    height: 50px; /* Hauteur du cercle */
    display: inline-flex; /* Utilisez inline-flex pour que la taille s'adapte au contenu */
    align-items: center; /* Centre verticalement dans le cercle */
    justify-content: center; /* Centre horizontalement dans le cercle */
    line-height: 1; /* Assure que l'icône est centrée si nécessaire */
}

.feature2-item p {
    font-weight: 600;
    color: #4f5556;
    font-size: 18px;
    margin-left: 20px;
}

h2 {
    font-size: 38px !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
    color: #0277cc !important;
    margin-bottom: 10px !important;
}







/* Cacher le formulaire sur les appareils mobiles */
@media (max-width: 768px) {
	
	
  .form-section {
    display: block !important;
    width: 90% !important;
    margin: 0 auto !important;
  }
  
  
  .first-content img{
    display: none !important;

  }

.first-content p {
    font-weight: 700 !important;
    font-size: 18px !important;
    color: #4f5556 !important;
    padding: 40px !important;
    flex-grow: 1 !important;
    margin-top: 110px !important;
    font-family: 'Montserrat' !important;
    line-height: 1.6em !important;
    text-align: center !important;
}
  
.features2 {
    justify-content: center !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}

.feature2-item i {
	font-size: 14px !important;
    margin-bottom: 0px !important;
    color: white !important;
    background-color: #0077cc !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin-left: 10px;
   
    
}  

.feature2-item {

    margin-bottom:0px;
}


.feature2-item p {
    font-weight: 600 !important;
    color: #4f5556 !important;
    font-size: 15px !important;
    margin-left: 0px !important;
}
  
 h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.4em !important;
    color: #fff !important;
    margin-bottom: 20px !important;
    background: #0277cc !important;
    padding: 5px !important;

}

h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
    color: #0277cc !important;
    margin-bottom: 10px !important;
}






  
  
}


