.title_blog {
  background-image: url("../assets/img/tabla.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 5rem;
}

h2,
h6 {
  text-align: center;
  color: transparent;
  background: #74440e;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
}

.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 450px;
}

.container_formulario {
  padding-top: 2rem;
  width: 500px;
  margin: 0 auto;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  box-sizing: content-box;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  padding: 0 10px;
  font-family: "Roboto";
  font-size: 16px;
  outline: none;
}

textarea {
  height: 300px;
}
.btn_primary {
  margin-top: 1rem;
  width: 100%;
  height: 45px;
  background-color: #dfa21e;
  border: none;
  border-radius: 10px;
}
.task-container {
  text-align: justify;
  width: 1080px;
  margin: 0 auto;
}

.card_article {
  border-radius: 15px;
  padding: 3rem;
}

@media screen and (max-width: 768px) {
  .task-container {
    width: 100%;
  }
}
