.namib-intro-block {
    height: 80%;
    width: 100%;
    background-image: url("images/home_nav_bg.webp");
    background-position: center;
    background-size: cover;
}

.namib-overlay {
    background: #00000058;
    height: 100%;
    width: 100%;
}

.namib-intro-block h1 {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border-style: solid;
    width: 40%;
    padding: 20px;
    text-align: center;
}

.spacing {
    padding-top: 32px;
    padding-bottom: 32px;
}

.white-block {
    background: #fff;
}

.white-block-container {
    width: 70%;
    margin: 64px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    overflow: hidden;
    padding: 64px 0px;
}

.white-block-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
}

.white-block-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify;
    height: 100%;
    z-index: 1;
    padding: 20px 30px 20px 30px;
}

.white-block-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width:853px) {
    .white-block-container {
        grid-template-columns: 1fr;
    }
}

.block-2-color,
.block-4-color {
    background: #d53d29;
    color: #fff;
}

.block-flex {
    width: 70%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 32px 0px;
}