#enogen_index {
    margin-top: -20px !important;
}

.mobile-hero-copy {
    background: #fff;
    top: 80px;
    opacity: 0.9;
}

    .mobile-hero-copy p {
        color: #000;
        margin-top: 15px;
    }

    .mobile-hero-copy h2 {
        color: #000;
    }

@media only screen and (min-width: 768px) {
    .mobile-hero-copy h2 {
        padding-left: 30px;
    }

    .mobile-hero-copy p {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .mobile-hero-copy {
        width: 75%;
        top: 80px;
    }

        .mobile-hero-copy h2 {
            padding-left: 30px;
        }

        .mobile-hero-copy p {
            padding-left: 30px;
        }
}

@media only screen and (min-width: 1200px) {
    .mobile-hero-copy {
        width: 74%;
        top: 80px;
    }

        .mobile-hero-copy h2 {
            padding-left: 30px;
        }

        .mobile-hero-copy p {
            padding-left: 30px;
        }
}

.download a {
    /*  display: block;*/
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
    background: url(/agrisure/_assets/download-icon.png) no-repeat center left;
    padding: 5px 10px 10px 40px;
}

.download {
    overflow: hidden !important;
}

@media only screen and (min-width: 992px) { /*Desktop*/
    .section-head-stewardship {
        background-image: url(https://assets.syngentaebiz.com/images/corn-traits-stewardship-header-desktop@2x.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: bottom;
        height: 100%;
        padding: var(--grid-pad-vert) 0 calc(var(--grid-pad-vert) * 4) !important;
    }
    .irm-background-img {
        background: url(https://assets.syngentaebiz.com/images/corn-traits-irm-background-desktop@2x.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: 20%;
    }
}

@media only screen and (max-width: 990px) { /*Mobile screens*/
    .section-head-stewardship {
        background-image: url(https://assets.syngentaebiz.com/images/corn-traits-stewardship-header-mobile@2x.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: bottom;
        height: 100%;
        padding: var(--grid-pad-vert) 0 calc(var(--grid-pad-vert) * 4.5) !important;
    }
    .irm-background-img {
        background: url(https://assets.syngentaebiz.com/images/corn-traits-irm-background-mobile@2x.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: 2%;
    }
    .display-flex {
        display: flex;
        flex-direction: column-reverse;
    }
    .res-section-left {
        margin-top: 20%;
    }
    .res-section-right{

    }
    .stewardship .copy-2-title h1 {
        font-size: 60px !important;
    }
    .toggle-btn{
        width:7% !important;
    }
    .sub {
        padding:0px 0px 0px 40px !important;
    }
    .para-pad {
        padding-right: 20%;
    }
}

.stewardship .copy-2-title h1 {
    text-align: left;
    font-size: 66px;
    font-weight: 500;
    font-family: 'Noto Sans';
    letter-spacing: 0px;
    color: #334C56;
    margin: unset;
}

.stewardship h2 {
    text-align: left;
    font-size: 52px;
    font-weight: 500;
    font-family: 'Noto Sans';
    letter-spacing: 0px;
    color: #334C56;
    margin: unset;
}
.h2-border {
    border-bottom: 2px solid #2e2e2e70;
    padding-bottom: 3%;
}
.stewardship a {
    color: #2e2e2e;
}
.margin-0{
    margin:0px !important;
}
.resource-header {
    border-bottom: 2px solid #2e2e2e70;
    padding-bottom: 3%;
}

.stewardship .copy-2-sub p {
}

.resources-container {
    max-width: 800px;
    margin: 0 auto;
    /*padding: 20px;*/
    font-family: Arial, sans-serif;
}

.resource-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.resource-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 2px solid #2e2e2e70;
    transition: background-color 0.3s;
}

    .resource-item:hover {
        background-color: #f5f5f5;
    }

    .resource-item img {
        width: 24px;
        height: 24px;
        margin-right: 15px;
    }

    .resource-item a {
        color: #2c3e50;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
    }

        .resource-item a:hover {
            color: #3498db;
        }

.justify-center {
    display: flex;
    justify-content: center;
}

.prod-list {
    font-size: 18px;
    line-height: 3rem;
}

/*---------FAQs Styles START---------*/
.faq-container {
    margin-top: 2rem;
}

.faq-item {
    border-bottom: 1px solid #2E2E2E;
    margin-bottom: 1rem;
}

.faq-question {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 0;
}

.faq-text {
    display: flex;
    flex: 1;
}

.faq-question span,
.faq-answer span {
    font-weight: bold;
    margin-right: 1rem;
    min-width: 25px;
}

.faq-question p {
    font-weight: bold;
    flex: 1;
    margin: 0;
}

.toggle-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 3%;
    height: 3%;
    flex-shrink: 0;
}

    .toggle-btn img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.collapse-icon {
    display: none;
}

.faq-item.active .expand-icon {
    display: none;
}

.faq-item.active .collapse-icon {
    display: block;
}

.faq-answer {
    display: none;
    padding: 0 0 1rem 0;
    /*margin-left: 25px;*/
}

.faq-item.active .faq-answer {
    display: flex;
}

.faq-answer p {
    margin: 0;
}

/*---------FAQs Styles END---------*/
