/* @group More than a home
------------------------------------ */

.more-than-home { position: relative; }
.more-than-home .background { width: 100%; height: 100%; position: absolute; pointer-events: none; z-index: 1; }
.more-than-home .background::before { content: ''; width: 100%; height: 100%; background-color: rgba(0,0,0,.55); position: absolute; pointer-events: none; z-index: 2; }

.more-than-home .more-than-home-col { position: relative; z-index: 3; }

.more-than-home .more-than-home-col header { color: var(--main-white); }
.more-than-home .more-than-home-col header h2 { text-transform: uppercase; margin-bottom: 2rem; }

.more-than-home article.icons-container { display: flex; flex-wrap: wrap; text-align: center; }
.more-than-home article.icons-container figure { height: 7.8rem; width: 9.4rem; margin: 0 auto 1rem; }
.more-than-home article.icons-container figure img { object-fit: contain; }
.more-than-home article.icons-container figcaption small { color: var(--main-white); font-weight: 600; font-size: 1.6em; line-height: 2em; }

.more-than-home aside .bttn { min-width: 20rem; text-align: center; }

@media only screen
and (min-width : 961px) {
    .more-than-home .background,
    .more-than-home .more-than-home-col { min-height: 71.4rem; }
    .more-than-home .more-than-home-col { display: flex; flex-direction: column; height: 100%; padding-top: 12.8rem; }
    .more-than-home .more-than-home-col header { max-width: 73.5rem; }
    .more-than-home .more-than-home-col header p { margin-bottom: 10rem; }

    .more-than-home article.icons-container { column-gap: 10rem; }
    .more-than-home article.icons-container div { flex: 0 1 calc(25% - 8rem); max-width: calc(25% - 8rem); }

    .more-than-home aside .bttn { position: absolute; right: 0; top: 14.8rem; }
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .more-than-home .background,
    .more-than-home .more-than-home-col { min-height: 78rem; }
    .more-than-home .more-than-home-col { padding-top: 5rem; padding-bottom: 5rem; display: flex; flex-direction: column; height: 100%; justify-content: center; }
    .more-than-home .more-than-home-col header p { margin-bottom: 6.6rem; }

    .more-than-home article.icons-container { justify-content: space-between; row-gap: 4.3rem; margin-bottom: 6.4rem; }
    .more-than-home article.icons-container div { flex: 0 1 calc(50% - 3rem); max-width: calc(50% - 3rem); }

    .more-than-home aside { text-align: center; }
}

/* @end */
