
.page-banner {
    height: 420px;
    background: linear-gradient(113.32deg, #71C5EE 26.74%, #A9DBF8 78.65%);
    position: relative;
    overflow: hidden;
}

.page-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(36, 61, 92, 0) 0%, rgba(36, 61, 92, 0.165) 50.48%, rgba(36, 61, 92, 0.25) 100%);
}
/* .inner-building-image{
    position: relative;
} */
.inner-building-image img{
    max-width: 900px;
    width: 100%;
    position: absolute;
    bottom: -80px;
    right: 0;
}

.product-card {
    padding: 30px 40px;
    background-color: #fff;
}

.product-card img {
    height: 60px;
    object-fit: cover;
}

.product-card h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #434343;
    margin: 10px 0 5px;
}

.product-card p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #434343;
}