
.contacts{
  width: 100%;
}

.contacts_container{
  background-color: #ffffff;
/*   padding: 3vw 10vw 5vw 10vw; */
  display: flex;
  flex-direction: column;
  gap: 5vw;
  justify-content: center;
  align-items: center;
}

.contacts_container p{
  font-weight: 800;
  line-height: 2vw;
  text-align: center;
/*   padding-bottom: 6vw; */
  width: 80%;
}

.contacts_container img{
  padding-bottom: 6vw;
}

.contacts_container H1{
  font-weight: 500;
}

@media screen and (max-width:990px) {

  .contacts_container p{
      font-weight: 400;
      line-height: 2vw;
/*       width: 80%; */
  }    
  
}

@media screen and (max-width:768px) {

  .contacts_container{

      padding: 4vw 1vw 5vw 1vw;
  }

  .contacts_container p{
      font-weight: 400;
      line-height: 1.5rem;
      width: 80%;
  }



}
