.service-banner-section img {
    width: 100%;
    height: auto;
    opacity: 1 !important;
transition: 0s !important;
    transform: scale(1) !important;
}
.service-banner-section {
    position: relative;
}
.service-heading-main {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.service-heading-main p.heading-main {
    font-size: 40px;
    line-height: 60px;
    font-weight: 800;
}
.service-heading-main span {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
}
.service-card-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap:30px;
}
.service-card-items.mt-0 {
    width: 30%;
    border: 1px solid;
    border-color: #8282825c;
}
.cta-section::before{
    display: none;
}