.service-section{
  padding:0 0 100px;
  position:relative;
}
.service-section:before{
    content: "";
    background-image: url(/template/85b5ce5e/images/right-shape-image.png);
    width: 897px;
    height: 1642px;
    position: absolute;
    right: 0;
    margin-top: -500px;
}
.service-section .service-container{
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 17px;
    max-width:1460px;
    padding:0 30px;
    margin:0 auto;
    max-height: 544px;
    min-height: 544px;
}
.service-section .service-container .single-title{
   font-family: Biotif;
   font-weight: 700;
   font-size: 30px;
   line-height: 42px;
   letter-spacing:-0.16px;
   margin: 18px 0 13px 0;
   padding:0;
   color: rgba(36, 54, 71, 1);
}
.service-section .service-container .single-item {
    border-radius: 20px;
    padding:58px;
    background: rgba(233, 244, 246, 1);
    min-height:424px;
   -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position:relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.service-section .service-container .single-item:before {
    content: '';
    background-image: url(/template/85b5ce5e/images/shape-box-2.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
body.widget-snippet .service-section .service-container .single-item:before {
  display:none;
}
.service-section .service-container .single-item .image-icon-box {
    background-color: #C9D6DA;
    display: inline-flex;
    width: 77px;
    height: 77px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-section .service-container .single-item a {
    background: #F87252;
    font-family: Biotif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    max-width:229px;
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
     position: relative;
}
.service-section .service-container .single-item.single-item-1 a:hover,
.service-section .service-container .single-item.single-item-2 a:hover,
.service-section .service-container .single-item a:hover {
    background: #FFBE63;
    color: #000;
}
.service-section .service-container .single-item.single-item-3 a:hover{
    background:#F87252;
    color: #ffffff;
}
.service-section .service-container .single-item-1 {
    background: #E9F4F6;
}
.service-section .service-container .single-item-2 {
    background: #FFCBB6;
}
.service-section .service-container .single-item-3 {
    background: #FFE0AF;
}
.service-section .service-container .single-item.single-item-1 .image-icon-box {
   background: #C9D6DA;
}
.service-section .service-container .single-item.single-item-2 .image-icon-box {
    background: #FDAD94;
}
.service-section .service-container .single-item.single-item-3 .image-icon-box {
    background: #FDCB82;
}

.service-section .service-container .single-item.single-item-1 a {
    background: #243647;
}
.service-section .service-container .single-item.single-item-2 a {
   background: #F87252;
}
.service-section .service-container .single-item.single-item-3 a {
  background: #FFBE63;
  color:#000000;
}
.service-section .service-container .single-item .content-box-des {
    max-height:48px;
    min-height:48px;
    overflow: hidden;
    margin-bottom:20px;
   -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-section .service-container .single-item:hover .content-box-des {
    max-height:138px;
    min-height:138px;
    overflow: hidden;
   -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-section .service-container .single-item .single-content p{
    font-family: Biotif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0;
    margin:0 0 12px 0;
    padding:0;
}
.service-section .service-container .single-item .single-content {
    position: relative;
}
