.wrp_intro_h1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home_intro .wrap{
    align-items: initial;
}
.wrp_intro_buttons{
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
    .wrp_intro_buttons{
        margin-top: 30px;
    }
}