@media screen and (min-width: 769px) and (max-width: 900px){
    .buttons{
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .landing-caption {
        padding: 0!important;
    }
}