.z2-homepage-blocks {
    margin: 30px 0;
}

.z2-homepage-blocks-row {
    display: flex;
    flex-wrap: wrap;
}

.z2-homepage-blocks .z2-homepage-block {
    flex: 0 0 50%;
    display: flex;
    align-items: stretch;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}

.z2-homepage-blocks-scroll {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    z-index: 1000;
}

.z2-homepage-blocks-scroll a {
    border-radius: 50%;
    background: #fff;
    color: #DE058A;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.z2-homepage-blocks-scroll a + a {
    margin-left: 10px;
}

.z2-homepage-blocks .z2-homepage-block .z2-homepage-block-slide {
    flex: 0 0 100%;
}

.z2-homepage-blocks .z2-homepage-block .button {
    color: #DE058A;
}

.z2-homepage-blocks .z2-homepage-text {
    background: #FFE2F3;
    padding: 80px;
}

.z2-homepage-blocks .z2-homepage-text h2 {
    font-size: 50px;
    color: #DE058A;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.z2-homepage-blocks .z2-homepage-text p {
    margin: 20px 0 60px 0;
}

.z2-homepage-blocks .z2-homepage-cover {
    position: relative;
}

.z2-homepage-cover-text {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 40px;
    align-items: flex-end;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    font-size: 40px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    /* text-align: center; */
}

.z2-homepage-cover .button {
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
}

.z2-homepage-cover-text-h-start {
    justify-content: flex-start;
    text-align: left;
}

.z2-homepage-cover-text-h-center {
    text-align: center;
    justify-content: center;
}

.z2-homepage-cover-text-h-end {
    text-align: right;
    justify-content: flex-end;
}

.z2-homepage-cover-text-v-start {
    align-items: flex-start;
}

.z2-homepage-cover-text-v-center {
    align-items: center;
}

.z2-homepage-cover-text-v-end {
    align-items: end;
}

.z2-homepage-blocks .z2-homepage-cover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

section > h1 {
    color: #DE058A;
    text-transform: uppercase;
    font-size: 40px;
    margin: 50px 0 30px 0;
}

a.banner {
    display: block;
    position: relative;
}

a.banner img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 40vw;
    max-height: 600px;
    min-height: 200px;
}

a.banner::after {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../image/social-enterprise.png");
    content: '';
    width: 96px;
    height: 96px;
}
