.contact .left-side .title h1 {
  font-size: 2rem;
  line-height: 1.5;
}
.contact .left-side .icon-box .icon i {
  color: #AF8754;
  font-size: 2rem;
}
.contact .left-side .icon-box .text {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1rem;
}
.contact .left-side .icon-box .desc {
  color: #565e76;
}
.contact .left-side .icon-box .desc a {
  color: #8f94a3;
  transition: all 0.5s;
}
.contact .left-side .icon-box .desc a:hover {
  color: #5142f0;
}
.contact .form {
  border: 2px solid #f4f5fa;
  border-radius: 10px;
  box-shadow: 2px 2px 10px 4px rgba(0, 0, 0, 0.1);
}
.contact .form .form-title h3 {
  color: #002434;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.contact .form input,
.contact .form textarea {
  background: #f4f5fa;
  border: 1px solid #f4f5fa;
  font-size: 14px;
  color: #303850;
  padding: 15px;
  height: auto;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.contact .form input:focus,
.contact .form textarea:focus {
  border: 1px solid #FEB005;
  background: white;
  box-shadow: none;
}
.contact .form textarea {
  resize: none;
}
.contact .form .btn-contact {
  background: #FEB005;
  color: white;
  transition: 0.3s ease;
  font-weight: 600;
  border-radius: 0;
  height: 40px;
  font-size: 14px;
  border-radius: 10px;
}
.contact .form .btn-contact:hover {
  background: #FEB005;
}

@media (max-width: 767px) {
  .contact .left-side .title h1 {
    font-size: 1.5rem;
  }
  .form input,
.form textarea {
    font-size: 12px;
  }
}
@media (max-width: 415px) {
  .contact .form .btn-contact {
    width: 100%;
  }
}
