.reasons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.reasons .reason {
    flex: calc(50% - 40px);
    margin-top: 40px;
}

.text-center {
    text-align: center;
}

.plain-html.google-map {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.plain-html.google-map {
    padding-top: 20%;
}

.plain-html.video {
    padding-top: 56.25%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.section.welcome.stacked {
    padding-top: 0;
}

.section.welcome.dark,
.section.welcome.dark .text-small {
    background-color: #544c40;
    border: 1px solid #544c40;
}

.section.welcome.dark * {
    color: #ffffff;
}

.section.welcome .text-small h3 {
    font-weight: 700;
}

.section.welcome.dark a.button:hover {
    color: #9a9484 !important;
}
