.bg-pattern {
    background: url(../../../assets/media/images/patttern.svg);
    background-color: #263915;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-box {
    align-items: flex-end;
    gap: 20px;
}

.icon-box > div {
    background-color: #ffffff;
    border-radius: 0 50% 50%;
    border: 5px solid #486e24;
    border-right: none;
    border-top: none;
    aspect-ratio: 1;
    padding: 20px;
    box-sizing: content-box;
}

.testimonials-area .testimonial-item {
    border-color: #ffffff;
    border-radius: 12px;
}

.slick-dots li:before {
    border-color: #ffffff;
}

.slick-dots li.slick-active {
    background-color: #ffffff;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.accordion-body p {
    font-size: 18px;
    line-height: 24px;
    opacity: 0.85;
    text-transform: none;
}

.what-we-do-area i {
    margin-top: 5px;
}

@media screen and (max-width: 425px) {
    .author-quote h3 {
        font-size: 24px;
    }
}

.accordion-item:first-of-type {
    border-top: none;
    padding-top: 0;
}

.accordion-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}

.accordion-item .accordion-button {
    font-size: 22px;
    line-height: 28px;
}

.accordion-body p {
    line-height: 24px;
}

.feature-item-three .icon {
    margin-bottom: 20px !important;
}

.feature-item-three .icon img {
    filter: brightness(0) invert(1);
}

.feature-item-three h5 {
    line-height: 26px;
}

.text-sm {
    display: inline-block;
    margin-top: 10px;
}

.list-style-four li span:nth-child(1) {
    font-size: 20px;
}

.feature-item-three p {
    font-size: 18px;
    line-height: 24px;
}

@media screen and (min-width: 425px) and (max-width: 991px) {
    .author-quote h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .accordion-body p {
        font-size: 16px;
    }

    .testimonial-item .text {
        font-size: 16px;
    }

    .feature-item-three p {
        font-size: 16px;
        line-height: 24px;
    }
}