.service-intro,.service-list {
    padding-block: 40px;
    overflow: hidden;
    background-color: #141414;
    margin-top: -106px;
}

.service-intro {
    margin-top: 0;
    margin-bottom: 106px;
}

.intro-content {
    width: 70%;
}

.intro-content p {
    color: var(--text-white);
    font-size: 15px;
    font-family: 'nunito', sans-serif;
    color: var(--text-white);
    text-align: justify;
}

.service-list {
    background-color: var(--text-gold-color);
}

.service-item {
    margin-inline: 24px;
    margin-bottom: 32px;
}

.service-item .service-item-img {
    width: 100%;
    height: 250px;
    margin-bottom: 15px;
}

.service-item .service-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-content h3 {
    font-size: 20px;
    color: var(--text-white);
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.service-content h3::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--text-white);
    margin-top: 20px;
    margin-inline: auto;
    margin-bottom: 8px;
}

.service-content p {
    font-size: 15px;
    color: var(--text-white);
    font-family: 'nunito', sans-serif;
    margin-bottom: 4px;
    text-align: center;
}

.service-content p br {
    display: block;
    content: '';
    margin-block: 8px;
}

@media (max-width: 992px) {
    .intro-content {
        width: 100%;
    }
}
