header {
    position: relative;
}
header p {
    max-width: 700px;
}
h3 {
    margin-bottom: 1.5rem;
}
.ranking p {
    margin-left: 0;
    margin-top: 0.5rem;
}
@media screen and (max-width: 776px) {
    .episode-content {
        flex-direction: column;
    }
}