.anton {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.mulish {
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.bg-experience::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: #1E6B30 url("../images/9.png") no-repeat bottom left / cover;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    width: calc((100vw - 100%) / 2 + 60%);
    height: 100%;
}

.active-tabs-title {
    background: #1E6B30;
    color: #fff;
}

.active-tabs-content {
    display: block;
}

.package p {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.package-shadow {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.post p {
    margin-bottom: 20px;
}

.post ul {
    margin-bottom: 20px;
}

.post img {
    margin-bottom: 10px;
}

@media only screen {
    @media (max-width: 768px) {
        .bg-experience::before {
            margin-left: 0;
            width: 100%;
        }
    }
}