@media only screen and (min-width:1024px) {
  .contact-form-page {
    margin-top: 7rem;
    margin-bottom: 11rem;
  }

  .input-container {
    margin-bottom: 2rem;
  }

  /* .contact-form-page .input-container .input-content {
    height: 40px;
    border: 1px solid #979797;
    color: #333333;
    font-size: 16px;
    padding-left: 0.5rem;
  } */

  .contact-form-page .input-container .input-content-big {
    height: 200px;
    border: 1px solid #979797;
    color: #333333;
    font-size: 16px;
    padding-left: 0.5rem;
  }

  .contact-form-page .label-container .label {
    width: 25vw;
  }

  .input-container input,
  .input-container textarea {
    width: 25vw;
    height: 40px;
  }

  .container-description h4 {
    width: 25vw;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 2rem;
  }

  .container-card {
    box-shadow: 0 4px 8px 0 rgba(152, 153, 154, 0.1);
    border-radius: 8px;
  }
  .container-upload-file {
    bottom: 4.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .custom-file {
    width: 25vw;
  }
  .custom-file label {
    font-size: 14px;
  }

}

@media only screen and (max-width: 992px) {
  .contact-form-page {
    margin-top: 8rem;
  }

  .contact-form-page .label-container .label {
    width: 89vw;
  }

  .input-container input {
    width: 89vw;
    height: 40px;
  }
  .input-container textarea {
    width: 89vw;
  }

  .container-description h4 {
    width: 89vw;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 2rem;
  }
  .container-upload-file {
    bottom: 2.5rem;
  }
  .container-input textarea {
  height: 40px;
  border: 1px solid #979797;
  color: #333333;
  font-size: 16px;
  padding-left: 0.5rem;
  }
  .custom-file label {
    margin-bottom: 0;
  }
  .custom-file label {
    font-size: 11px;
  }
}

.contact-form-page .input-container .input-content, .contact-form-page textarea {
  border: 1px solid #979797;
  color: #333333;
  font-size: 16px;
  padding-left: 0.5rem;
}
.contact-form-page .input-container .input-content {
  height: 40px;
}


.custom-file-label::after {
  display: none;
}


.custom-file {
  font-size: 13px;
  /* border-top: 0.5px solid #979797; */
}

.custom-file-label {
  display: flex;
  /* justify-content: flex-end; */
  align-items: center;
  border: none;
  background-color: transparent;
  padding-top: 0;
}

.custom-file label {
  color: black;
  cursor: pointer;
  padding-bottom: 0;
  padding-right: 0;
}

.custom-file i {
  font-size: 16px;
  color: #0048D2;
  cursor: pointer;
}

.custom-file-input:focus~.custom-file-label {
  box-shadow: none;
  border: none;
}
.input-container textarea {
  height: 200px;
}