.woodly__slider_two-section{
    width: 100%;
    position: relative;
}
.woodly__slider_two-section-bg {
    padding-top: 163px;
    padding-bottom: 86px;
    height: 756px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.woodly__slider_two-right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.woodly__slider_two-heading {
    color: #1F2826;
    text-align: right;
    font-family: Libre Baskerville;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-size: 72px;
    margin-bottom: 2px;
}
.woodly__slider_two-subtitle {
    color: #3C9581;
    text-align: right;
    font-size: 42px;
    font-family: Libre Baskerville;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top:8px;
}
.woodly__slider_two-border {
    width: 146px;
    height: 3px;
    background: #3C9581;
}
a.woodly__slider_two-button {
    color: #FFFDFA;
    font-size: 18px;
    font-family: DM Sans;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    padding: 18px 26px 18px 42px;
    border-radius: 4px;
    background: #3C9581;
    display: flex;
    align-items: center;
    gap: 5px;
}
.woodly__slider_two-banner-img {
    position: absolute;
    top: 163px;
    left: 167px;
}
.woodly__slider_two-Swiper .swiper-pagination{
    display: flex;
    gap: 12px;
    left: 50%;
    bottom: 60px;
}

.woodly__slider_two-Swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #3C9581;
    opacity: 1;
}

.woodly__slider_two-Swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
    height: 12px;
    border-radius: 50px;
}
.flex-row-reverse .woodly__slider_two-banner-img{
    left: auto;
    right: 167px;
}
.flex-row-reverse .woodly__slider_two-right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.flex-row-reverse .woodly__slider_two-heading{
    text-align:left;
}
.woodly__slider_two-button {
    display: flex;
    justify-content: flex-end;
}
.slider-heading-spand{
    font-size: 32px;
    display: block;
    font-style: italic;
    font-weight: 400;
}


@media(max-width:767px){
    .woodly__slider_two-Swiper .swiper-pagination{
        left: 0;
    justify-content: center;
    }
    .woodly__slider_two-banner-img{
        position: static;
    }
    .woodly__slider_two-right-content,
    .woodly__slider_two-button{
        justify-content: center;
        align-items:center;
    }
    
}