.services-nails {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.services-pedicure__wrapper {
    margin-top: 40px;
}

.services-pedicure__head {
    background: #053bd2;
    padding: 20px 40px;
    margin-bottom: 60px;
}

.services-pedicure__title {
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Soulcraft', sans-serif;
    text-align: center;
}

.services-pedicure {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.services-foto__wrapper {
    margin-bottom:50px;
}

@media (max-width: 991px) {
    .services-pedicure__wrapper {
        margin-top: 40px;
    }

    .services-pedicure__title {
        font-size: 25px;
    }
}


.services-addons__wrapper {
    margin: 80px 0;
}

.services-addons__head {
    background: #053bd2;
    padding: 20px 40px;
    margin-bottom: 60px;
}

.services-addons__title {
    font-size: 40px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Soulcraft', sans-serif;
    text-align: center;
}

.services-addon:not(:last-child) {
    margin-bottom: 60px;
}

.services-addon__title {
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: #053BD2;
    font-size: 40px;
    margin-bottom: 30px;
}

.services-addon__items {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.services-addon__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.services-addon__item-title {
    color: #053BD2;
    font-size: 25px;
    font-weight: 700;
}

.services-addon__item-title span {
    font-weight: 400;
    margin-left: 16px;
}

.services-addon__item-price {
    color: #053BD2;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    text-align: right;
}

@media (max-width: 991px){
    .services-addons__wrapper {
        margin-top: 40px;
    }

    .services-addons__title {
        font-size: 25px;
    }
    
     .services-addon__title {
        font-size: 30px;
    }

    .services-addon__item-title {
        font-size: 20px;
    }

    .services-addon__item-title span {
        margin: 0;
    }

    .services-addon__item-price {
        font-size: 25px;
    }
}