.green-box {
	left: 9%;
    top: 1%;
	width: 82%;
    height: 95%;
	line-height: 1.1em;
    display: flex;
    flex-wrap: wrap;
    background: none;
}

div, p {
    color: #000000;
    text-align: left;
}

.buzz-title {
    widows: 600px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.border-line {
    border-bottom: 5px solid #000000;
    position: absolute;
}

.line-one { width: 80%; top: 170px; }

.line-two { width: 90%; top: 150px; }

.list-container {
	width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    display: flex;
    position: relative;
    flex-direction: column;
    background-color: white;
    border-radius: 25px;
}

.list-title {
    text-transform: uppercase;
    font-size: 3rem;
    align-items: flex-end;
    line-height: 4rem;
    font-weight: bold;
    text-align: center;
}

.image-text-container {
    margin-top: auto;
    display: flex;
    font-size: 2.1rem;
    line-height: 3rem;
    padding: 35px;
    gap: 40px;
}

.image-text-container img {
    width: 65%;
    object-fit: cover;
}