body.widget.widget-snippet .service-area .service-title {
    padding: 78px 23px 25px;
}
.widget-snippet .service-section {
    margin-bottom: 0px;
    background: #faf9f7;
    padding-bottom: 100px;
}
.widget-snippet .service-section img{
  width:100%;
}
.widget-snippet .service-section .service-area {
    max-width: 1540px;
    margin: -278px auto 0px;
    display: block;
    background: #fff;
    position: relative;
    padding-bottom: 62px;
}
.widget-snippet .service-area .service-title {
    width: 100%;
    padding: 78px 83px 25px;
}
.widget-snippet .service-area .service-title h2 {
    font-size: 50px;
    font-weight: 600;
    color: black;
    line-height: 59px;
    font-family: 'Graphik';
    padding-bottom: 28px;
    border-bottom: 1px solid #DEDDDC;
}
.widget-snippet .service-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 13px;
}
.widget-snippet .service-content .item-area {
    width: 33%;
    padding: 0 75px;
}

.widget-snippet .service-content .item-area h5 {
    font-size: 31px;
    font-weight: 500;
    color: black;
    line-height: 59px;
    font-family: 'Graphik';
}


.widget-snippet .service-content .item-area p {
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: black;
    font-family: 'Graphik';
}
.widget-snippet .service-content .item-area a {
    font-size: 18px;
    font-weight: 500;
    color: black;
    line-height: 28px;
    text-decoration: none;
    font-family: 'Graphik';
}
.widget-snippet .service-content .item-area a::after {

    content: url(/template/d1e69aa0/image/link-right.png);
    margin-left: 10px;
    vertical-align: top;
    line-height: 32px;

}
.widget-snippet .service-content .item-area a:hover{
   color:#E8542C;
 
}
.widget-snippet .service-content .item-area a:hover:after{
  content: url(/template/d1e69aa0/image/link-right-orange.png);
}

body.widget-snippet .item-area{
  padding:15px;
}
