.background-image {
    background: #1a2c17;
    padding: 90px 0;
    position: relative;
    background-image: url(../images/trace.svg);
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 1200px) {
    .background-image {
        padding: 107px 0 127px 0;
    }
}

.background-image::before,
.background-image:not(.single)::after {
    content: "";
    background: url(../../../../../../themes/appo/resources/images/border-green.svg);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -23px;
    max-height: 24px;
}

.background-image::after {
    top: initial;
    bottom: -23px;
    transform: rotate(180deg);
    z-index: 1;
}

@media screen and (min-width: 1200px) {
    .background-image .texture::before {
        content: url(../images/trace-before.svg);
        position: absolute;
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .background-image .texture::after {
        content: url(../images/trace-after.svg);
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

.background-image .texture p {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #ffffff;
}

@media screen and (min-width: 1200px) {
    .background-image .texture p {
        font-weight: 300;
        font-size: 32px;
    }
}

.background-image .texture p strong {
    font-weight: 600;
}

.background-image .texture .image {
    width: 155px;
    height: 155px;
    border: 3px solid #f8f8f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 86px auto 32px auto;
}
.background-image .image span{
    width: 48px;
    height: 48px;
    mask: var(--mask) no-repeat center;
    mask-size: contain;
    background-color: #d8b465;
}

.background-image .texture h2 {
    font-family: "Roboto Slab";
    font-weight: 300;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #ffffff;
    max-width: 629px;
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .background-image .texture h2 {
        font-size: 48px;
    }
}

.background-image .texture .owl-dots {
    margin-top: 130px;
}