@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif;
}
.main-heading-content > h2{
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 35px;
    position: relative;
    text-transform: uppercase;
}

.main-heading-content > h2::after {
    background: #00B0F0 none repeat scroll 0 0;
    bottom: -17px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}

.main-heading-content > h2::before{
    background: #00B0F0 none repeat scroll 0 0;
    bottom: -25px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70px;
}
.service-item {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 -8px 48px 0 rgb(0 0 0 / 8%);
    height: 280px;
    margin: 0 auto;
    padding: 24px 24px;
    position: relative;
    width: 280px;
    z-index: 1;
}