@charset "UTF-8";

.need-mt {
    margin-top: 4rem;

    @media screen and (max-width: 767px) {
        margin-top: 2rem;
    }
}

.go-back {
    margin: 6rem auto 0;
    width: 20rem;
    height: 5rem;
    border-radius: 2.5rem;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Urbanist';
    font-weight: 900;
    font-size: 1.4rem;
    color: #FFFFFF;
}