.contact-left-info {
  padding: 100px 120px 0 0;
}
.contact-left-info .inner-content .title-content{
  margin: 0 0 30px;
}
.contact-left-info .inner-content .title-content h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0;
  text-transform: capitalize;
  display: inline-block;
  margin: 0 0 10px;
  padding: 0;
  color: #221F20;
}
.contact-left-info .inner-content .title-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: rgba(34, 31, 32, 0.9);
}
.contact-left-info .inner-content .item-content .single-item {
  padding: 0 0 20px 40px;
    position: relative;
}
.contact-left-info .inner-content .item-content .single-item h3 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 42px;
  letter-spacing: 0;
  text-transform: capitalize;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #221F20;
  width: 100%;
}
.contact-left-info .inner-content .item-content .single-item p{
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: rgba(34, 31, 32, 0.9);
}
.contact-left-info .inner-content .item-content .single-item a{
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: rgba(34, 31, 32, 0.9);
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.contact-left-info .inner-content .item-content .single-item a:hover{
  color: rgba(34, 31, 32, 0.7);
}
.contact-left-info .inner-content .item-content .single-item:before{
  position:absolute;
  content: '';
  top:12px;
  left:0;
  width: 20px;
  height: 26px;
  background: url('/template/1c00245a/images/address-icon.svg') no-repeat;
  background-size: 18px;
}
.contact-left-info .inner-content .item-content .single-item.email:before,
.contact-left-info .inner-content .item-content .single-item.fax:before{
  top:12px;
  left:0;
  width: 20px;
  height: 22px;
  background: url('/template/1c00245a/images/email-icon.svg') no-repeat;
  background-size: 20px;
}
.contact-left-info .inner-content .item-content .single-item.phone:before{
  top:12px;
  left:0;
  width: 20px;
  height: 22px;
  background: url('/template/1c00245a/images/phone-icon.svg') no-repeat;
  background-size: 20px;
}
