div#economy-container {
    margin-bottom: 350px
}

/* First Section Offset */
.offset-section {
    margin-top: -160px;
}

.offset-section p.text,
.offset-section li.text {
    font-size: 14px;
    line-height: 23px;
}

.offset-section li.text {
    padding-left: 5px
}

.offset-section p {
    margin-top: 20px;
}

.bold {
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
}

/* Video section */
.video-section {
    aspect-ratio: 941 / 445;
}

/* Awards Open Close section */
.open-close {
    transition: transform 0.3s;
    float: right;
    height: 17px;
    margin-top: 10px;
}

.open-close.rotated {
    transform: rotate(90deg);
}

.info-title {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    cursor: pointer;
}

.info-text {
    height: 0;
    overflow: hidden;
    transition: height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
}

.info-container {
    margin-bottom: 10px;
    background: rgba(248, 248, 248, 1);
    width: 100%;
    border-radius: 30px;
    align-content: center;
    padding: 38px 38px 38px 90px;
    box-sizing: border-box;
    display: block;
    transition: height 0.5s ease;
}

.info-container.openDiv .info-text {
    height: auto;
    opacity: 1;
}

.info-container .info-text p {
    margin-top: 30px;
}


@media screen and (max-width: 1300px) {
    div#economy-container {
        margin-bottom: 250px;
    }
}

@media screen and (max-width: 768px) {
    div#economy-container {
        margin-bottom: 170px;
    }

    /* Video Banner */
    .hero-dashboard .banner-section {
        padding: 0 5%;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .hero-dashboard .banner-section,
    .video-section {
        aspect-ratio: 348/484;
        height: 100%;
    }

    .video-section,
    .video-section img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 348/484;
        border-radius: 21px;
        height: 100%;
    }


    /* Awards Open Close section */
    .dropdown-section .info-container {
        padding: 17px 18px 17px 33px;
        border-radius: 10px;
    }

    .dropdown-section .slider-title {
        font-size: 30px
    }

    .dropdown-section .info-container .info-title {
        display: flex;
        justify-content: space-between;
        font-size: 14px;
        font-weight: 500;
        line-height: 22.46px;
        text-align: left;
    }

    .dropdown-section .info-container .info-title .open-close {
        margin-left: 35%;
        margin-top: 0;
        height: unset;
        width: 8px;
    }

    .dropdown-section p.text:not(.quote) {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 490px) {
    div#economy-container {
        margin-bottom: 120px;
    }

}