.about {
    background-color: #1a2c17;
    color: white;
    text-align: center;
    position: relative;
    padding: 64px 0;
    margin-top: -1px;
}

@media screen and (min-width:768px) {
    .about {
        padding: 96px 0;
    }
}

.about::after {
    content: "";
    background: url(../../../../../../themes/appo/resources/images/border-green.svg);
    background-repeat: repeat-x;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -23px;
    max-height: 24px;
    transform: rotate(180deg);
    z-index: 2;
}

.about::before {
    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;
    transform: rotate(0deg);
    z-index: 2;
}

.about h2 {
    margin-top: 8px;
    margin-bottom: 16px;
}

@media screen and (min-width:768px) {
    .about h2 {
        margin-top: 16px;
        margin-bottom: 32px;
    }
}

.about .subtitle {
    font-family: "Roboto", sans-serif;
    line-height: 160%;
    max-width: 910px;
    margin: 43px auto 66px auto;
}

.about ul li::before {
    display: none;
}

.about ul li:first-child::before {
    display: none;
}

.about .tuile-list {
    margin-top: 32px;
}

@media screen and (min-width:768px) {
    .about .tuile-list {
        margin-top: 64px;
    }
}

.about ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.about ul .tuile-item div{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 16px;
    max-width: 330px;
}

.about ul li .image {
    width: 128px;
    height: 128px;
    margin: auto;
    flex-shrink: 0;
    border: 1px solid #90B68A;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
}

.about ul li img {
    width: 56px;
    height: 56px;
}

.about ul li span {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.about ul li p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}