.contact-details {
  padding: 0 100px 0 0;
  margin: 100px 0;
}
.contact-details h2 {
  padding: 0;
  margin: 0 0 10px;
  font-family: Manrope;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #567FBB;
}
.contact-details h3 {
  font-style: normal;
  color: #000;
  padding: 0;
  font-family: Inter;
  font-weight: 600;
  font-size: 52px;
  line-height: 70px;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 0 0 10px;
}
.contact-details p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0;
  padding: 0;
  margin: 0 0 15px;
  color: #000;
}
.contact-details p:last-of-type{
  margin: 0;
}

.contact-details .text-content {
  margin: 0 0 30px;
}
.contact-details .item {
  padding: 0 0 0 35px;
  margin: 0 0 28px;
  position: relative;
}
.contact-details .item a {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #000;
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.contact-details .item a:hover {
  color: #81BC26;
}
.contact-details .item p{
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #000;
}
.contact-details .item:before {
  position: absolute; 
  content: "";
  left: 0;
  top: 1px;
  width: 22px;
  height: 26px;
  background: url('/template/0fc1380f/images/location-icon.svg') no-repeat;
  background-size: 20px;
}
.contact-details .item.email:before {
  background: url('/template/0fc1380f/images/email-icon.svg') no-repeat;
  top: 4px;
  background-size: 22px;
}
.contact-details .item.phone:before {
  background: url('/template/0fc1380f/images/phone-icon.svg') no-repeat;
  background-size: 18px;
}