.container.contact{
    margin-bottom: 60px;
}
.contact-form-contact{
    background: #f7f9fc;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    height: 100%;
    width: 100%;
  }

  .contact-form-contact .form-control {
    border-radius: 10px;
    border: 1px solid #ced4da;
  }

  .contact-form-contact label {
    font-weight: 400;
    margin-left: 0px !important;
  }

  .contact-form-contact button {
    border-radius: 10px;
    padding: 10px 30px;
    background-color: #2962ff !important;
    border: none;
  }

  .contact-form-contact button:hover {
    background-color: #0039cb;
  }

  .contact-icon {
    width: 40px;
    margin-right: 10px;
  }

  .contact-image-wrapper {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 20px;
    height: 100%;
    width: 100%;
  }

  .contact-image-wrapper img {
    max-height: 100%;
    object-fit: contain;
  }
  .contact-form-contact h4{
    font-weight: 500;
    font-size: 20px;
    color: #2962ff;
  }
  .contact-form-contact img{
    margin-right: 10px;
  }
  .contact-image-wrapper {
    margin-top: 15px;
  }