.landing {
    position: relative;
    background-image: url('../../images/our-products.webp');
    width: 100%;
    /* min-height: 600px; */
    background-size: cover;
    background-position: center;
    /* height: 600px; */
}

.landing .hed {
    color: var(--main-site);
}

.landing .desc {
    color: #fff;
}

.landing .circ {
    width: 6px;
    height: 6px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(0, 185, 184, 1);
}

.sec-hero-overlay {
    background: rgb(0 0 0 / 56%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:500px) {
    .product-desc {
        height: 56px;
    }
}

/* prducts */
.product-image {
    max-width: 100%;
    height: auto;
}

.tech-box {
    padding: 10%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.eco-section img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.custom-section {
    padding: 20px;
    /* border-radius: 10px; */
    justify-content: center;
    gap: 13%;
    /* border-bottom: 1px solid rgba(0, 186, 184, 1); */
}
.custom-section:last-child {
    border: 0;
}
.custom-title {
    color: #15803d;
    font-weight: bold;
    font-size: 2.1rem;
    text-align: center;
}

.custom-text {
    font-size: 1.2rem;
    color: #333;
    text-align: justify;
}

.custom-image img {
    max-width: 100%;
    /* height: auto; */
    border-radius: 10px;
    height: 250px;
    object-fit: contain;
}

.custom-image {
    border-radius: 15px;
    background-color: #00BAB8;
    padding: 52px;
    background-image: radial-gradient(circle, #fffffff0, #00BAB8, #00BAB8);
    background-position: center -5px;
    display:flex;
    justify-content:center;
}
