.tab-presta-head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.tab-presta-head .item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    background-color: #fff;
    padding: 10px 30px;
    min-height: 68px;
    font-size: 16px;
    font-weight: bold;
    color: #0e0f0e;
    cursor: pointer;
    font-family: "Public Sans";
    transition: 0.5s;
    text-transform: uppercase;
    border-radius: 0 30px 0 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tab-presta-head .item.active,
.tab-presta-head .item:hover {
    background-color: #1b975d;
    color: #fff;
}

.tab-presta-head .item.active img,
.tab-presta-head .item:hover img {
    filter: contrast(0) brightness(10);
}

.tab-preta-content .item-content {
    display: none;
}

.tab-preta-content .item-content.active {
    display: block;
}

.tab-preta-content .item-content .item-presta-child {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 0 30px 0 30px;
    padding: 10px 20px;
    min-height: 80px;
    text-decoration: none;
    transition: 0.5s;
}

.tab-preta-content .item-content .item-presta-child:hover {
    border-radius: 30px 0 30px 0;
}

.tab-preta-content .item-content .item-presta-child .icon {
    flex: 0 0 44px;
    width: 44px;
    display: flex;
    height: 44px;
    justify-content: center;
    align-items: center;
}

.tab-preta-content .item-content .item-presta-child .icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.tab-preta-content .item-content .item-presta-child .title {
    flex: 1;
    font-size: 16px;
    font-weight: 250;
    color: rgba(22, 33, 23, 1);
    text-transform: uppercase;
    font-family: "Public Sans";
}

.tab-preta-content .item-content .item-presta-child .link {
    flex: 0 0 19px;
    width: 19px;
    display: flex;
    height: 19px;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
}

.tab-preta-content .item-content .item-presta-child .link img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.tab-preta-content .item-content .item-presta-child:hover .link {
    transform: rotate(360deg);
}

.prestations-section {
    padding: 80px 0;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .tab-preta-content .item-content .row .row {
        margin: 0 -5px;
    }
    .tab-preta-content .item-content .row .row .col-12 {
        padding: 0 5px;
    }
    .tab-preta-content .item-content .item-presta-child {
        gap: 5px;
        padding: 20px 20px;
    }
}

.dropdown.form-control {
    min-height: 50px;
}

.form-control {
    padding: 10px 20px;
    min-height: 50px;
    border-radius: 0;
    color: #0e0f0e !important;
    border: 1px solid #cacaca !important;
}

.form-control::placeholder {
    color: #0e0f0e !important;
}

.blog_unit_image img {
    width: 100% !important;
    object-fit: cover;
}

.xoxo .widget-container {
    background-color: #fff;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.sect-title h1 {
    font-family: "Public Sans", Sans-serif;
    font-size: 33px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    color: #162117;
    line-height: 1.4;
    margin-bottom: 30px;
}

.sect-title {}