* {
    box-sizing: border-box;
}

html,
body {
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.oc-slider {
    width: 100%;
    background: url(../images/oc-eco.png)center/cover no-repeat;
    height: 330px;
}

.inner-section {
    background-color: rgba(255, 255, 255, 0.5);
    /* Use rgba for transparency */
    height: 100%;
    /* Ensure it covers the section */
    width: 100%;
    /* Ensure it spans the full width */
    display: flex;
    align-items: center;
}

.text-section {
    width: 87%;
    margin: auto;
}

.oc-slider-hd {
    font-family: 'poppins', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #012951;
}

.oc-slider-para {
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #012951;
    width: 70%;
}

.oc-cou-bg {
    background-color: #EFE7E7;
}

.oc-cou-bg {
    background-color: #f8f3f0;
    /* Adjust to match your original background */
}

.custom-card {
    background-color: #EFE7E7;
    padding: 5px 5px;
    border-radius: 15px;
}

.cust-link {
    color: #F07C00;
    text-decoration: none;
    font-family: 'roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.cust-text {
    font-size: 18px;
    font-family: 'poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    flex-grow: 1;
}

.cust-body {
    height: 280px;
    display: flex;
    flex-direction: column;
}

.cust-title {
    font-family: 'poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
}

/* Reduce card width for 1024px - 1199px */
@media (min-width: 1024px) and (max-width: 1199px) {
    .custom-card {
        max-width: 280px;
        /* Adjust width as needed */
        margin: auto;
        /* Center cards */
    }
}