section.hero-banner .hero-image img {
    box-shadow: none;
}

section.hero-banner .hero-image img {
    box-shadow: none;
}

section.hero-banner {
    padding: 100px;
}

section.sec-id-582.bg-white.plain-card.integrated-sol {
    padding: 100px;
}

section.sec-id-789.bg-blue-gradient.plain-card {
    padding: 100px;
}


/* Make the heading take the full row */

section.sec-id-582 .row .card-heading {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
}


/* Narrow the paragraph for readability */

section.sec-id-582 .card-heading p {
    max-width: 700px;
    margin: 0 auto;
}


/* Center the cards */

section.sec-id-582 .row {
    justify-content: center;
}

section.sec-id-582 .row .card-heading {
    flex: 0 0 100%;
    /* max-width: 500px; */
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
    /* max-width: 565px; */
    margin-left: auto;
    margin-right: auto;
}

section.plain-card .card-heading {
    gap: 0;
}

section.sec-id-582 .col-lg-3 {
    flex: 0 0 35%;
    max-width: 50%;
}

section.sec-id-582 .card-heading p {
    color: #211E1F;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    /* 138.889% */
}


/* Icon container becomes the background block */

section.integrated-sol .card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 30px;
    padding: 20px;
}


/* Image should not control the background */

section.integrated-sol .card-container img {
    background: none;
    border-radius: 0;
    padding: 0;
}

section.integrated-sol .card-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

section.integrated-sol .card-container .card-btn {
    margin-top: auto;
}

section.integrated-sol .card-container .p-height p {
    padding-bottom: 50px;
}


/* Left card image */

section.integrated-sol .row>div:nth-child(2) .card-icon img {
    width: 289px;
    height: 200px;
    aspect-ratio: 276/191;
}


/* Right card image */

section.integrated-sol .row>div:nth-child(3) .card-icon img {
    width: 345px;
    height: 200px;
    aspect-ratio: 69/40;
}

section.integrated-sol .card-icon img {
    object-fit: contain;
}

section.sec-id-582 .wrapper {
    max-width: 1600px;
    margin: auto;
}

section.sec-id-582 .col-lg-3 {
    flex: 1 1 650px;
    max-width: 812px;
    height: 100%;
}

@media (max-width: 1199px) {
    section.hero-banner .hero-image {
        padding: 0;
    }
    section.hero-banner {
        padding: 70px 30px !important;
    }
    section.sec-id-582.bg-white.plain-card.integrated-sol {
        padding: 70px 30px;
    }
    section.sec-id-789.bg-blue-gradient.plain-card {
        padding: 70px 30px;
    }
}

@media (max-width: 767px) {
    section.hero-banner {
        padding: 50px 20px;
    }
    section.sec-id-582.bg-white.plain-card.integrated-sol {
        padding: 50px 20px;
    }
    section.sec-id-789.bg-blue-gradient.plain-card {
        padding: 50px 20px;
    }
}