.font-86{
    font-size: 4.16vw;
    line-height: 1;
    letter-spacing: -3px;
}

#cirlcS{
    top: 70%;
    right: 45%;
}

.imgpanel2 {
    margin-top: -5vw;
}

.imgpanel2 img {
    width: 100%;
    object-fit: cover;
}

#serviceHeading{
    width: 78%;
}

#serviceLine{
    width: 100%;
    height: 1px;
    background: #BABABA;
}

.serviceListItem{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: all linear .3s;
    padding: 5.2vw 0;
}

.SLIL{
    width: 40%;
}

.SLIR{
    width: 39%;
}

.SLIR a{
    border: 2px solid #000;
    border-radius: 50px;
    color: #000;
    padding: 20px 30px;
    display: block;
    width: fit-content;
}

.serviceListItem:hover{
    background: #000;
    color: #fff;
}

.serviceListItem:hover .SLIR a{
    border: 2px solid #fff;;
    background: #fff;
}

@media (max-width: 1280px){
    #cirlcS{
        top: 75%;
    }
}

@media (max-width: 868px) {
    .font-86{
        font-size: 5vw;
        line-height: 1;
        letter-spacing: -1px;
    }

    #cirlcS{
        top: 65%;
        right: 15%;
    }

    #serviceHeading{
        width: 90%;
    }

    .SLIL{
        width: 45%;
    }
    
    .SLIR{
        width: 50%;
    }

    .serviceListItem{
        padding: 10vw 0;
    }
}

@media (max-width: 670px){
    .font-86{
        font-size: 8vw;
    }

    #cirlcS{
        top: 76%;
        right: 10%;
    }

    #serviceHeading{
        width: 100%;
    }
    .serviceListItem{
       flex-direction: column;
    }
    .SLIL{
        width: 100%;
    }
    
    .SLIR{
        margin-top: 5vw;
        width: 100%;
    }
    .SLIR a{
        padding: 10px 20px;
    }
}