
@media screen and (min-width:431px) {
/*Tokens*/

  h1{

    font-size: 56px;


  }

  h2{
    font-size: 36px;
  }

  .profile-img-2 {
    background-image: url(../img/profil-small.jpg);
    aspect-ratio: 2;
  }

  .main-title {

    margin-top: 40px;
}

  .services-section {
    margin-top: 160px;
  }


  .contact-section {
    margin-top: 120px;
  }

    .footer {
    margin: 120px 0 32px 0;
  }

}