.date-c {
  height:20rem;
  width:30rem;
  text-align:center;
  display:flex;
  flex-direction: column ;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight:bold;
}

.contact-icon {
  
    width: 4rem;
    height: 4rem;

}

.date-container {
  gap:20px;
  align-items: center;
  justify-content: center;
  margin-top:5%;
}

.send-icon {
  width:1rem;
  height:1rem;
}

.label {
  text-align:left;
}


input, textarea, select, label, button {
  font-size:inherit;
  font-family:inherit;
}

#acord {
  width: 1.5rem;
  height: 1.5rem;
}
@media only screen and (max-width: 768px) {
 .date-c {
  width:90%;
 }

 #btnfin {
  display:block;
  margin: 5% auto 15%;
 }
}
