﻿.services-banner {
    background-color: rgba(219, 245, 209, .3);
}
@media only screen and (max-width: 1440px) {
    .inner-hero-banner {
        min-height: calc(100vh - 290px);
    }
}
.inner-hero-banner {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    margin-top: 83px;
    padding: 40px 0 80px;
    min-height: calc(100vh - 295px);
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
@media only screen and (max-width: 1440px) {
    .inner-hero-banner {
        min-height: calc(100vh - 290px);
    }
}
@media only screen and (max-width: 1440px) {
    .inner-hero-banner .inner-banner-content {
        gap: 90px;
    }
}
@media only screen and (max-width: 1800px) {
    .inner-hero-banner .inner-banner-content {
        gap: 100px;
    }
}
.inner-hero-banner .inner-banner-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 110px;
}
@media only screen and (max-width: 1440px) {
    .inner-hero-banner .inner-banner-content .inner-left {
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 1600px) {
    .inner-hero-banner .inner-banner-content .inner-left {
        font-size: 17px;
        line-height: 28px;
    }
}
.inner-hero-banner .inner-banner-content .inner-left {
    flex: 1;
    font-size: 18px;
    line-height: 30px;
    font-family: Segoe UI, Helvetica, SF Pro Display, Ubuntu, sans-serif;
    font-weight: 400;
    color: #333;
    text-align: left;
}
@media only screen and (max-width: 1440px) {
    .inner-hero-banner .inner-banner-content .inner-left .banner-title {
        font-size: 48px;
        line-height: 58px;
    }
}

@media only screen and (max-width: 1600px) {
    .inner-hero-banner .inner-banner-content .inner-left .banner-title {
        font-size: 50px;
        line-height: 60px;
    }
}

.inner-hero-banner .inner-banner-content .inner-left .banner-title {
    font-family: "UrbanistSemiBold";
    font-weight: 600;
    font-size: 50px;
    line-height: 62px;
    color: #333;
    margin-bottom: 24px;
}
.inner-hero-banner .inner-banner-content .inner-left > p {
    margin-bottom: 20px;
}
.services-banner::before {
    background: linear-gradient(180deg, rgba(152, 152, 202, 0) 0%, rgba(219, 245, 209, 0.3) 100%), url(https://rutatechlebs.in/media/svg/banner-overlay.svg) repeat-x bottom center;
}
.inner-hero-banner::before {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    right: 0;
    height: 137px;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

*, :after, :before {
    box-sizing: border-box;
}

.inner-hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(https://rutatechlebs.in/media/svg/banner-overlay.svg) repeat center center;
    z-index: -1;
    pointer-events: none;
}