@import url("./styles.css");


.background-container {
    height: 30vh;
}

.section {
    background-color: #000;
    padding:  2vw 10vw;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    height: 8vh;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.icon {
    height: 6vh;
    border-radius: 50%;
    object-fit: cover;
}
.download-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid white;
}
.download-info {
    max-width: 70%;
}
.download-info h4 {
    margin: 0;
    font-size: 18px;
}
.download-info p {
    margin: 0;
    font-size: 14px;
    color: rgb(235, 235, 235);
}

button {
    max-width: 30%;
    padding: 1.5rem auto;
}

.children {
    margin-bottom: .8rem; 
 }

 .section .description {
    color: white;
    font-weight: 400;

}

.download-list {
    display: none;
}

