.osd-home-logo-section {

position: relative;
height: 100vh;
width: 100%;

}

.osd-home-logo {

position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
text-align: center;
transform: translate(-50%, -50%)

}

.osd-home-logo-img {

max-width: 33%;

}

.osd-home-payoff {

font-weight: 100;
letter-spacing: 0.2rem;

a {
  color: $gray-dark;
  text-decoration: none;
}

}

.content-grid {

max-width: 960px;

}