body {
    background: #EEEBE4;
}
.text-align-right {
    text-align: right;
}
.wrapper-index-content {
}
.wrapper-index-content>div:first-child {
}
.wrapper-index-content>div>div:first-child {
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
}
.wrapper-index-content>div:first-child>div a {
}
.wrapper-index-content>div>div:first-child a img {display: block;width: 320px;}
.wrapper-index-content>div>div:nth-child(3) {
    border-left: 5px solid #EEEBE4;
}
.wrapper-index-content>div>div:nth-child(2) {
    border-right: 5px solid #EEEBE4;
}
.wrapper-index-content>div>div:not(:first-child) {height: 90vh;display: flex;align-items: flex-end;position: relative;overflow: hidden;flex-wrap: wrap;justify-content: center;}
/* .wrapper-index-content>div>div:not(:first-child)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 76, 66, 0) 60%);
    pointer-events: none;
} */
.wrapper-index-content>div>div:not(:first-child)>a {position: absolute;width: 100%;height: 100%;}
.wrapper-index-content>div>div:not(:first-child)>a img {position: absolute;width: 100%;height: 100%;object-fit: cover;left: 50%;top: 50%;transform: translate(-50%, -50%) scale(1);transition: all ease 1s;}
.wrapper-index-content>div>div:not(:first-child):hover>a img {
    transform: translate(-50%, -50%) scale(1.2);
}
.wrapper-index-content>div>div:not(:first-child) .content {width: 600px;position: relative;z-index: 2;font-family: 'Merriweather Sans';color: #fff;padding-bottom: 20px;font-size: 14px;line-height: 20px;font-weight: 400;max-width: 70%;}
.wrapper-index-content>div>div:nth-child(2) .content {
    text-align: right;
}
.wrapper-index-content>div>div:nth-child(2) .content .social {
    justify-content: flex-end;
}
.wrapper-index-content>div>div:nth-child(3) .content {
    text-align: left;
}
.wrapper-index-content>div>div:nth-child(3) .content .social {
    justify-content: flex-start !important;
}
.wrapper-index-content>div>div:not(:first-child) .content p {
}
.wrapper-index-content>div>div:not(:first-child) .content a {display: block;color: #fff;text-decoration: none;}
.wrapper-index-content>div>div:not(:first-child) .content a i {margin-right: 6px;}
.wrapper-index-content>div>div:not(:first-child) .content a:hover {text-decoration: underline;}
.wrapper-index-content>div>div:not(:first-child) .content a:hover i {}
.wrapper-index-content>div>div:not(:first-child) .content .social {display: flex;gap: 15px;margin-top: 20px;}
.wrapper-index-content>div>div:not(:first-child) .content .social a {font-size: 25px;display: block;}
.wrapper-index-content>div>div:not(:first-child) .content .social a i {margin: 0;}
.wrapper-index-content>div>div:not(:first-child) .content .social a:hover {
}
.wrapper-index-content>div>div:not(:first-child) .content .social a:hover i {
}

@media screen and (max-width: 768px){
    .wrapper-index-content>div>div {
        border: none;
    }
    .wrapper-index-content>div>div {
        border: none !important;
    }
}