.invalid-feedback {
  display: block;
  color: red;
  font-size: 0.875em;
}

.contact-input {
  border-radius: 0.375rem;
  border: none;
  padding: 0.5rem 0.5rem;
  outline-color: var(--main-light-color);
  width: 100%;
  /* margin: 0.25rem; */
}

.contact-input:focus,
.contact-input:hover {
  outline: none;
  box-shadow: 0 0 0 2px var(--main-light-color);
}

.desc-input {
  height: 150px;
}

@media (min-width: 768px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}

.btn-send {
  border: none;
  border-radius: 0.375rem;
  background: var(--main-light-color);
  color: var(--main-white);
  padding: 0.5rem;
}

.btn-send:hover {
  opacity: 0.9;
}

.btn-send:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--main-light-color);
  background: var(--main-dark-color);
}

.contact-logo {
  width: 250px;
  height: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .contact-logo {
    display: none;
  }
}

.col-lg-6.align-items-center {
  align-items: flex-start !important;
}

.card {
  border: none;
}
