.service-details {
position: relative;
padding: 150px 0 100px;
}
.service-details .context-block {
position: relative;
margin-bottom: 20px;
}
.service-details .process-block-two:before {
position: absolute;
content: '';
top: 10px;
left: 30px;
bottom: -10px;
width: 1px;
background: #e2e6e7;
}
.service-details .process-block-two:last-child:before {
display: none;
}
.service-details .context-block h2 {
font-size: 40px;
margin-bottom: 30px;
font-family: 'Abril Fatface', cursive;
}
.service-details .context-block .text p {
margin-bottom: 30px;
}
.service-details .context-block h3 {
position: relative;
font-size: 30px;
font-family: 'Abril Fatface', cursive;
margin-bottom: 30px;
}
.service-details .image-block {
position: relative;
padding: 25px 0;
}
.service-details .image-block img {
border-radius: 20px;
}
.service-details .process-wrapper {
margin-bottom: 20px;
}
.service-details .process-block-two {
position: relative;
padding-left: 100px;
padding-bottom: 5px;
}
.service-details .process-block-two .count {
position: absolute;
top: 8px;
left: 0;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
font-size: 22px;
font-weight: 500;
color: #fff;
border-radius: 30px 30px 0 30px;
}
.service-details .process-block-two h4 {
position: relative;
font-size: 24px;
font-family: 'Abril Fatface', cursive;
margin-bottom: 20px;
}