.div-main {
    min-height: 480px;
    position: relative;
    background-image: url("../images/bg-main.png");
    background-repeat: no-repeat;
    background-position: -115px 0;;
    background-size: cover;
    z-index: 0;
}

.div-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(72, 51, 18, 0.5);
    pointer-events: none;
    z-index: -1;
}

.div-main-inner {
    z-index: 2;
}

.div-main p {
    margin-bottom: 32px;
}

.div-main .row {
    --bs-gutter-x: 20px;
}

.btn-outline-light {
    border-radius: 100px;
}

.div-run-service {
    padding: 56px 0;
    color: #ae7869;
}

#image-carousel {
    margin-top: 20px;
    max-width: 772px;
}

.swiper-wrapper {
    margin-bottom: 57px;
}

.swiper-slide {
    width: 160px;
    height: 213px;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
}

.swiper-slide[data-bg="run-01"] {
    background-image: url("../images/run-01.png");
}
.swiper-slide[data-bg="run-02"] {
    background-image: url("../images/run-02.png");
}
.swiper-slide[data-bg="run-03"] {
    background-image: url("../images/run-03.jpg");
}
.swiper-slide[data-bg="run-04"] {
    background-image: url("../images/run-04.jpg");
}
.swiper-slide[data-bg="run-05"] {
    background-image: url("../images/run-05.jpg");
}
.swiper-slide[data-bg="run-06"] {
    background-image: url("../images/run-06.jpg?v=1");
}
.swiper-slide[data-bg="run-07"] {
    background-image: url("../images/run-07.jpg?v=1");
}
.swiper-slide[data-bg="run-08"] {
    background-image: url("../images/run-08.jpg");
}

.swiper-slide img {
    width: 100%;
}

.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #e4b891;
}

.title-service {
    margin-top: 56px;
}

.div-service-container {
    width: 384px;
    gap: 20px;
}

.div-service-container.text-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 332px;
}

.div-service {
    width: 156px;
    height: 156px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.div-service[data-bg="service-01"] {
    background-image: url("../images/service-01.png");
}

.div-service[data-bg="service-02"] {
    background-image: url("../images/service-02.png");
}

.div-service[data-bg="service-03"] {
    background-image: url("../images/service-03.png");
}

.div-service[data-bg="service-04"] {
    background-image: url("../images/service-04.png");
}

.text-service {
    width: 156px;
    font-size: 12px;
}

.div-charge {
    padding: 56px 0;
    color: #ae7869;
}

.div-table {
    margin-top: 32px;
    max-width: 496px;
}

.table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
}

.table .bg-pink th,
.table .bg-pink td{
    background: #f5ede4;
}

.table .bg-brown th,
.table .bg-brown td{
    background: #c6976c;
    color: #ffffff;
}

.table thead tr {
    border-right: 0;
}

.table thead th {
    border-width: 1px 0 1px 1px;
    border-color: #e4b891;
    color: #ae7869;
}

.table thead th:first-child {
    border-top-left-radius: 4px;
}

.table thead th:last-child {
    border-top-right-radius: 4px;
    border-right: 1px solid #e4b891;
}

.table tbody td {
    padding: 10px 12px;
    border-width: 0 0 1px 1px;
    border-color: #e4b891;
    color: #ae7869;
}

.table tbody td:last-child {
    border-right: 1px solid #e4b891;
}

.table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 4px;
}

.table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.text-danger {
    color: #da603e!important;
}

footer {
    padding: 36px 0;
    font-size: 12px;
    color: #ae7869;
}

footer p {
    margin-bottom: 20px;
}

footer .nav-link{
    padding: 0 10px;
}

@media screen and (min-width: 576px) {
    .div-service-container {
        width: 100%;
    }

    .div-service-container.text-container {
        height: unset;
    }
}

@media screen and (min-width: 768px) {
    .div-main {
        background-position: center;
    }

    .swiper-slide {
        width: 184px;
        height: 246px;
    }

    .div-service {
        width: 156px;
        height: 156px;
    }

    .text-service {
        width: 156px;
    }

    .div-table {
        max-width: 640px;
    }

    .table {
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) {
    .div-service {
        width: 182px;
        height: 182px;
    }

    .text-service {
        width: 182px;
    }

    .div-table {
        max-width: 800px;
    }
}