.ms-services {
    position: relative;
    background: url(images/services-bg-img.jpeg) center/cover no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

.ms-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: -1;
}

.mss-inner-wrapper {
    position: relative;
    z-index: 1;
    /* background-color: #fff; */
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); */
    padding: 32px;
}

.ms-services .mss-icon i {
    font-size: 40px;
    background-color: #161835;
    color: #fff;
    padding: 12px;
    transition: all ease-in-out 0.4s;
}
.ms-services .mss-content-wrapper:hover .mss-icon i  {
    transform: rotate(-360deg);
    transition: all ease-in-out 0.4s;
}

.mss-content-wrapper {
    margin-bottom: 40px;
}

.mss-section-title span {
    font-weight: 700;
    font-size: 16px;
}
.mss-section-title h3 {
    font-weight: 700 !important;
}

@media(min-width: 992px) {
    .mss-content-wrapper {
        margin-bottom: 0;
    }
}

.mss-content-wrapper .mss-content p,
.mss-content-wrapper .mss-content h3 {
    color: #171833;
}