.get-to-home {
    background-color: #00274c;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.get-to-home .div {
    background-color: #00274c;
    width: 1440px;
    height: 1024px;
    position: relative;
}

.get-to-home .welcome-to-wolverine {
    position: absolute;
    width: 730px;
    height: 185px;
    top: 599px;
    left: 355px;
    font-family: "Nunito Sans-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    letter-spacing: 0;
    line-height: 62.4px;
}

.get-to-home .text-wrapper {
    font-family: "Nunito Sans-Bold", Helvetica;
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 62.4px;
}

.get-to-home .span {
    font-size: 24px;
    line-height: 31.2px;
}

.get-to-home .span:hover {
    color: #ffcb05;
}

.get-to-home .placeholder-logo {
    position: absolute;
    width: 540px;
    height: 432px;
    top: 128px;
    left: 450px;
    object-fit: cover;
}
