.movie-section {
    width: 100%;
    height: auto;
}
.movie-section-heading {
    width: 100%;
    height: 40px;
    border-radius: 8px 8px 0 0;
    background: #f2eb16;
    padding: 7px;
    overflow: hidden;
    text-align: center;
    color: #000;
    font-size: 24px;
}