.page .nectar-rotating-words-title.element_stagger_words .dynamic-words span{
    line-height: 1.4;
}

.nectar-rotating-words-title.element_stagger_words .heading{
    margin-bottom: 40px;
}

.services-item h2{
    font-size: 52px;
    line-height: 1;
    margin-bottom: 40px;
}

.services-item p{
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.services-item ul {
    margin: 0;
}

.services-item li{
    list-style: none;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
}

.services-item li:before{
    content: "—";
    color: #4540ff;
    position: absolute;
    left: 0;
}

.services-item .img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation{
    aspect-ratio: 1;
    object-fit: cover;
}

@media screen and (max-width: 690px){

    .services-item h2{
        font-size: 32px;
    }

    .services-item li{
        font-size: 16px;
        padding-left: 25px;
    }

    .services-item p{
        font-size: 16px;
    }

}