@media (min-width: 1000px) {
    .service-card-container {
        max-width: 1000px;
        margin-right: auto;
        margin-left: auto;
    }

    .service-card {

        max-width: 1440px;
        margin-right: auto;
        margin-left: auto;

    }

    .sc5 {
        margin-right: 0.5em;
    }

    .sc6 {
        margin-left: 0.5em;
    }

    .sc1 {
        margin-right: 0.5em;
    }

    .sc7 {
        margin-left: 0.5em;
    }

    .sc9 {
        margin-right: 0.5em;
    }

    .sc8 {
        margin-left: 0.5em;
    }

}

.service-card-container {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: center;
    padding-bottom: 40px;
}

.service-card {
    max-width: 350px;
    /* margin: 0 auto; */
    margin-top: 2vh;
    background-color: #f5f3f1;
    border: 1px solid #f5f3f1;
    padding: 8px;
    box-shadow: 1px 8px 8px 0 rgba(0, 0, 0, 0.2);
}

.specialty-container {
    background: linear-gradient(180deg, #ffffff, #f2f2f2)
}

.events-container {
    background: linear-gradient(180deg, #ffffff, #f2f2f2)
}

.portfolio {
    padding-top: 10px;
}

.service-card-img {
    position: relative;
    text-align: center;
    color: white;
}

.srvc-img {
    width: 100%;
    height: 265px;
    object-fit: cover;
    object-position: center 30%;
}

.srvc-crd-details {
    padding: 16px 8px 8px 8px;
    width: 100%;
    max-width: 300px;
}

.srvc-crd-name {
    font-size: 19px;
    font-weight: 600;
    margin-top: 16px;
}

.srvc-crd-text-wrapper {
    width: 290px;
    height: 220px;
    overflow: hidden;

}

.srvc-crd-price {
    position: absolute;
    bottom: 12px;
    left: 12px;
    padding: 4px 8px;
    border: 1px solid #e5eaed;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.4);

}

.btn-srvc {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    border-color: #747272;
}

.btn-center {
    text-align: center;
}

.btn-srvc {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5px;
}