.full-logo { width: 100%; } .landing-border { border: 2px solid rgba(0, 0, 0, 0.4); border-radius: 4px; } .landing-two-sections { display: grid; grid-template-columns: 1fr 1fr; @extend .landing-border; } .landing-cover { img { object-fit: cover; object-position: center; width: 100%; height: 100%; } } .landing-brand { padding: 1rem; text-align: center; display: flex; flex-direction: column; } .brand__name { text-transform: uppercase; font-size: 3rem; margin: 0; } .brand__role1-container { .text { margin: 0; } margin-bottom: 1rem; } .brand__logo { svg { max-width: 25rem; stroke: white; } } @media (max-width: $md-breakpoint) { .landing-two-sections { display: block; } .landing-cover { img { height: 13rem; } } .landing-brand { .brand__logo svg { max-width: 15rem; } .brand__name { font-size: 2.5rem; } } }