.contact{
  background:#ecedef;
  padding-bottom:100px;
}
.contactLinkedin a::before, .contactPhone a::before, .contactEmail a::before{
   font-family: "FontAwesome"; /* This is the correct font-family*/
    font-style: normal;
    font-weight: normal;
    font-size:18px;
  padding-right:12px;
}
.sr-conversational-form-01 form p {
    margin: 0;
    font-size: 0.7rem;
  line-height:1.3rem;
  margin-bottom:0rem!important;
}
/*.contact .content-message .btn-wrapper a.cta-button{
  font-size:0.67rem!important;
}*/
.contactLinkedin a::before{
    content: "\f08c"; /* You should use \ and not /*/
}
.contactEmail a::before{
    content: "\f0e0"; /* You should use \ and not /*/
    padding-right:8px;
}
.contactPhone a::before{
    content: "\f095"; /* You should use \ and not /*/
}
.contactLinkedin a, .contactPhone a, .contactEmail a{
  font-weight:600;
  font-size:1rem;
}
.sr-conversational-form-01-form .steps .actions{
  width:100%;
  text-align:right;
}
.sr-conversational-form-01 form .step2 > div, .sr-conversational-form-01 form > div:first-child{
  width:100%;
}
.sr-conversational-form-01 form > div:first-child .hs-richtext{
  text-align:right;
}
.sr-conversational-form-01-form-inner .step2 div {
    width: 100%;
}
.sr-conversational-form-01-form-inner .hs_submit .actions .primary:hover {
    background-color: #0b1e60;
    border-color: #0b1e60;
    color: #fff;
}