.serviceMar {
    margin: -50px 0px 0px -110px;
}
.serviceCount-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    z-index: 5;
}
.serviceCount-element {
    width: 100%;
    min-height: 1px;
    position: relative;
    display: flex;
}
.serviceCount-wrapper {
    background-color: #666AE5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 15px;
    padding: 55px 75px 26px 75px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.serviceCount-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.serviceCount-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.flex-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
}
.serviceCount-num {
    display: inline-flex;
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    justify-content: center;
    font-family: 'Jost';
    color: #fff;
    white-space: nowrap;
}
.serviceCount-text {
    font-size: 14px;
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    font-family: 'Jost';
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 3px;
    text-transform: uppercase;
    text-align: center;
}
.mar-top77 {
    margin-top: -74px;
}