.plans{
    width: 100%;
    height: 800px;
    background-color: #161414;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

@media screen and (max-width: 685px){
    .plans{
        height: 1400px;
    }

}