.service-card-boxs {
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

a.service-card-more {
    text-decoration: none;
    background: #fff;
    color: #1565c0;
    padding: 2px 33px;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid #1565c0;
}
a.service-card-more:hover{
        background: #1565c0;
        color: #fff;
        border: 1px solid #fff;
}
.service-card-box {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 19px 15px;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 10%);
    border-radius: 15px;
    margin-bottom: 30px;
}

.service-card-innr {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

a.service-card-title {
    text-decoration: none;
    padding: 6px 5px;
    font-size: 17px;
    font-weight: 900;
    display: block;
    margin-bottom: 11px;
    color: #024959;
}

a.service-card-category {
    position: absolute;
    left: 0;
    top: 10%;
    background-color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    padding: 1px 15px;
    color: #9f0f0f;
    font-weight: 900;
}


.service-card-box-small {
    display: flex;
    flex-direction: column;
}

.service-card-innr-small {
    width: 100%;
    display: flex;
    margin-bottom: 35px;
    align-items: flex-start;
    text-align: right;
}

.service-card-innr-small img {
    width: 90px;
    border-radius: 17px;
}

a.service-card-title-small {
    display: inline-block;
    width: 60%;
    text-decoration: none;
    margin-right: 17px;
    font-size: 17px;
    font-weight: 600;
    color: #1b4a58;
}

@media (min-width: 992px) {
    .service-card-box {
        width: 17%;
        margin-top: 0;
    }
    .service-card-box {
        margin: 25px 38px 25px 0;
}
}
