
.services-featured {
    padding: 7.4rem 0 3.2rem 0;
}


.nail-img {
    /*max-height: 32rem; !* Set the desired height *!*/
    width: 100%;
    height: auto;
}


.service-box {
    box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.075);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s;
}

.service-content {
    padding: 3.2rem 4.8rem 4.8rem 4.8rem;
}


.services {
    box-shadow: 0 2.4rem 3.2rem rgba(0, 0, 0, 0.075);
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
    transition: all 0.4s;
}


.services:hover {
    transform: translateY(-1.2rem);
    box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.06);
}

.service-content {
    padding: 3.2rem 4.8rem 4.8rem 4.8rem;
}

.service-tags {

    margin-bottom: 1.2rem;

    display: flex;
    gap: 0.4rem;
}


.tag {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
    border-radius: 100px;
}

.tag--regular {

    background-color: #e7757f;
}

.tag--gel {

    background-color: #e1525f;
}

.tag--brow {
    background-color: #cb4a56;

}

.service-title {
    font-size: 3rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 3.2rem;
}

.service-content {
    display: flex;
    flex-direction: column;
}

.service-description {

    line-height: 1.8;
    font-size: 1.8rem;
    color: #868e96;
}

.service-attribute {
    font-size: 1.8rem;

    display: flex;
    align-items: center;
    gap: 1.6rem;
}
