.ift-contact-form-wrapper {
  max-width: 780px !important; 
}

.ift-contact-small-heading h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  /* or 14px */
  letter-spacing: 0.05em;
  /* MAIN BLUE */
  color: #2A5CCF; 
  margin-bottom:12px;
  text-align: center;
}

.ift-contact-normal-heading h2{
  font-family: 'Pridi';
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  margin-top:0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  max-width: 583px
  color: #2A2D3D; 
  text-align: center;
}

.ift-form-title-heading h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 28px;
  color: #2A2D3D;
}

.ift-contact-normal-heading p {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 47px;  
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  color: #2A2D3D;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#799EF2;
  font-weight:400 !important;
}

.ift-form-container .hs-button {
  border-radius: 90px;
  padding: 12px 30px 11px;
  font-size: 14px;
  font-weight: 600;
  line-height: 106.9%;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: all .3s linear;
  background: linear-gradient(274.62deg, #153A91 1.92%, #2A5CCF 93.48%);
  box-shadow: 0px 6px 13px rgba(186, 202, 239, 0.5);
  color:#fff;
}

.ift-form-container .hs-button:hover {
  background: linear-gradient(274.62deg, #12285B 1.92%, #153A91 93.48%);
  color:#fff;
}

.ift-form-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:url('https://3289531.fs1.hubspotusercontent-na1.net/hubfs/3289531/Group%2098.svg');
  background-position: 100% 50%;
  background-repeat:no-repeat;
}