.weaw-posts .owl-carousel {
    overflow: hidden !important;
    padding: 40px 0;
}

.weaw-posts .owl-nav {
    position: absolute;
    display: flex;
    flex-grow: 1;
    justify-content: space-between;
    top: 120px;
    left: 30px;
    right: 0;
    margin: 0 !important;
}

.weaw-posts .owl-nav button {
    width: 42px;
    height: 120px;
    background-repeat: no-repeat !important;
}

.weaw-posts .owl-nav button:hover {
    background-color: transparent !important;
}

.weaw-posts .owl-nav button span {
    font-size: 0 !important;
}

.weaw-posts .owl-nav button.owl-prev {
    background-image: url('images/nav-right-arrow.svg') !important;
}

.weaw-posts .owl-nav button.owl-next {
    background-image: url('images/nav-left-arrow.svg') !important;
}

.weaw-posts .owl-dots {
    margin-top: 75px;
}

.weaw-posts .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
}

.weaw-posts .owl-dots .owl-dot.active span {
    background-color: #6CC164 !important;
    width: 40px !important;
}

.owl-stage-outer {
    overflow: visible !important;
}

/* .owl-carousel .owl-item:first-child {
    margin-right: 161px !important;
} */

.weaw-posts .owl-carousel .owl-item img {
    transform-style: flat;
}

.weaw-posts .post-loop {
    width: 260px;
    position: relative;
    display: flex;
    z-index: 1;
}

.weaw-posts .post-loop .under-card {
    position: absolute;
    align-self: center;
    bottom: -12%;
    right: 4px;
    z-index: -1;
    width: 96%;
    aspect-ratio: 367 / 503;
    content: " ";
    background: #6cc164;
    border-radius: 50px;
}

.weaw-posts .post-loop .card {
    align-self: center;
    width: 100%;
    aspect-ratio: 387 / 471;
    content: " ";
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 9px rgba(0, 0, 0, .1);
    margin: auto;
}

.weaw-posts .post-loop img {
    position: absolute;
    align-self: center;
    width: 100%;
    top: -15%;
}

.weaw-posts .post-loop h3 {
    text-align: center;
    position: absolute;
    bottom: 10%;
    line-height: 40px;
    color: #22283d;
    margin: 0;
    width: 100%;
}

.weaw-posts .post-loop .cta {
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    bottom: -7%;
    width: 100%;
}

.weaw-posts .post-loop .cta #cta-text {
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -.04em;
    margin-right: 10%;
    width: 50%;
}

.weaw-posts .post-loop .cta svg {
    position: absolute;
    align-self: center;
    height: 25px;
    width: auto;
    left: 10%;
    top: 0;
}

.weaw-posts .weaw-posts-grid {
    display: grid;
    gap: 90px;
    row-gap: 124px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
}

.weaw-posts .weaw-posts-grid .post-loop {
    position: relative;
}

@media only screen and (max-width: 480px) {

    .weaw-posts .owl-nav,
    .weaw-posts .owl-dots {
        display: none !important;
    }
}


.weaw-posts2 .weaw-posts-grid {
    display: grid;
    gap: 90px;
    row-gap: 124px;
    grid-template-columns: repeat(2, 1fr);
}

.weaw-posts2 .weaw-posts-grid .post-loop {
    display: flex;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
}

.weaw-posts2 .weaw-posts-grid .post-loop img {
    width: 100%;
    height: auto;
    max-height: 20rem;
}

.weaw-posts2 .weaw-posts-grid .post-loop .cta {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    opacity: .9;
    border-radius: 50px;
}

.weaw-posts2 .weaw-posts-grid .post-loop .cta h3 {
    color: #6cc164;
    max-width: 65%;
    margin-right: 8.8%;
}

.weaw-posts2 .weaw-posts-grid .post-loop .cta svg {
    margin: 1% 0 0 10%;
    stroke: #6cc164;
    width: 30px;
    height: 30px;
    opacity: 1;
}