Saltar al contenido
.custom-contact-box {
margin-top: 20px;
}
.custom-contact-box textarea {
width: 100%;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
}
.custom-contact-box button {
background-color: #000;
color: #fff;
padding: 10px 20px;
border: none;
cursor: pointer;
margin-top: 10px;
}