.top{
    align-items:flex-start;
    display: flex;
    justify-content: stretch;
    margin: 3rem 1.5rem 1.5rem 1.5rem;
}

@media screen and (max-width: 375px) {
    .top{
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .top{
        flex-direction: column;
    }
}