body.widget-snippet .get-in-touch {
    margin:20px
}
body.widget-snippet .get-in-touch .info-item h4::before {
    top: 9px;
}
.widget-snippet .get-in-touch h2 {
    font-size: 42px;
    font-weight: bold;
    color: #1F366A;
    font-family: Axiforma;
    margin-bottom: 38px;
}
.widget-snippet .info-item {
    padding-left: 12px;
    position: relative;
    margin-bottom: 40px;
}
body.widget-snippet .info-item {
    padding:6px
}
.widget-snippet .get-in-touch .info-item h4 {
    font-size: 19px;
    font-family: Axiforma;
    color: #0F1627;
    margin-bottom: 14px;
    font-weight: 700;
 
}
.widget-snippet .get-in-touch .info-item h4:before {
    content: "";
    width: 2px;
    height: 16px;
    background: #C41F35;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.widget-snippet .get-in-touch .info-item p {
    font-size: 16px;
    color: rgba(15,22,39,.8);
    font-family: Axiforma;
    margin: 0;
}
.widget-snippet .get-in-touch .info-item a {
    font-size: 16px;
    color: rgba(15,22,39,.8);
    font-family: Axiforma;
  font-weight: normal;
}
.widget-snippet .get-in-touch .info-item a:hover {
    color: rgb(196 31 53);
    text-decoration:underline;
}
body.widget-snippet .get-in-touch .info-item p {
    padding:8px
}

