body.widget-snippet .get-in-touch {
  max-width:1400px;
  margin:0 auto;
}
.widget-snippet .get-in-touch .title h3{
  color: #000000;
  font-family: Raleway;
  font-size: 30px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.widget-snippet .get-in-touch .item{
  display:flex;
  lex-wrap:wrap;
}
.widget-snippet .get-in-touch .item .single-item{
  position: relative;
 
}
.widget-snippet .get-in-touch .item .single-item.one{
  width:36%;
 padding-right: 20px;
}
.widget-snippet .get-in-touch .item .single-item.two{
  padding-left: 30px;
  width:34%;
}
.widget-snippet .get-in-touch .item .single-item.three{
  padding-left: 30px;
  width:30%;
}
.widget-snippet .get-in-touch .item .single-item:after{
content: '';
position: absolute;
width:1px;
height: 148px;
background-color:rgba(0, 0, 0, 0.1);
right: 0;
top: 16px;
}
.widget-snippet .get-in-touch .item .single-item:last-of-type:after{
display:none;
}
.widget-snippet .get-in-touch .item .single-item p{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  margin: 14px 0;
  padding: 0;
}
.widget-snippet .get-in-touch .item .single-item p i{
    color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  margin: 0;
}
.widget-snippet .get-in-touch .item .single-item p a{
  color: #a14545;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  text-decoration:none;
}
.widget-snippet .get-in-touch .item .single-item p a:hover{
  color: #000;
  text-decoration:underline;
}
