.t-content {
    display: block;
    width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
}

.t-home-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 0;
}

.t-home-intro__title {
    display: flex;
    justify-content: center;
}

.t-home-intro__btn {
    align-self: center;
    max-width: 300px;
    margin-top: 1.5rem;
}