.horeca-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

#workers-col-mobile {
    width: 50%;
}
.workers-img-col {
    width: 50%;
}

.home-horeca-main-title {
    color: #ff0000;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
}

.horeca-paragraph-mobile {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}

.horeca-first-img {
    z-index: 10;
}

.home-horeca-undertitle {
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 35px;
    color: #59be40;
}

.home-horeca-img {
    width: 100%;
    height: auto;
}

.home-horeca-first-paragraph {
    font-size: 16px;
    color: #525252;
    width: 90%;
}

.sencond-paragraph {
    margin-left: 40px;
}

.col-paragraph {
    margin-top: auto !important;
    margin-bottom: auto;
}

.dedication-container {
    background-color: #eb192c;
    color: white;
    /* padding: 100px 120px !important; */
    padding: 100px 0px !important;
}

.dedication-top-title {
    font-size: 40px;
    padding: 0;
}

.col-dedication {
    padding-left: 40px !important;
}

.mySlides {
    width: 100%;
}

.image-sec {
    position: relative;
    text-align: center;
}

.w3-display-left {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.w3-display-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.w3-display-right,
.w3-display-left {
    background-color: #eb192d;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    color: white;
    border: 1px solid #eb192d;
    font-weight: 700;
    font-size: 23px;
}

.transport-cars-row {
    justify-content: center;
}

.transport-cars-title {
    font-size: 40px;
    color: #ff0000;

    margin-bottom: 50px;
}

.transport-cars-count {
    background: #eb192c;
    border: 1px solid #eb192c;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    width: 400px;
    text-align: left;
    position: relative;
    bottom: 70px;
    right: 70px;
    padding: 25px;
    line-height: 1.2;
}

.transport-cars-number-title,
.transport-cars-number-count {
    margin-bottom: 0px !important;
}

.workers-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.workers-numbers {
    display: flex;
    justify-content: space-evenly;
    gap: 40px;
}

.worker-container {
    background-color: #eb192c;
    padding-top: 40px !important;
    padding-bottom: 20px !important;
    color: white;
}

.workers-row {
    justify-content: center;
}

.workers-title {
    white-space: nowrap;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.workers-number-title,
.number-of-workers {
    font-size: 20px;
}

.custom-button-right,
.custom-button-left {
    background-color: #eb192d;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    color: white;
    border: 1px solid #eb192d;
    font-size: 18px;
}

.mySlidesSecond {
    width: 100%;
}

.image-second-sec {
    position: relative;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;

    /* default height for images */
    height: 450px;
}
.image-second-sec-horeca {
    display: flex;
    position: relative;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;

    /* default height for images */
    height: 100%;
}

.button-sec {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.custom-button-left,
.custom-button-right {
    background-color: white;
    border: none;
    cursor: pointer;
    color: black;
    position: relative;
    width: 66px;
    height: 66px;
}

.custom-button-right {
    margin-right: 11%;
}

.custom-button-left {
    margin-left: 11%;
}

.partners-img {
    width: 100%;
}

.container-partners {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.partners-title {
    padding-left: 5%;
    font-size: 40px;
    color: #ff0000;
}

.container-second {
    padding: 0 30px;
}

.full-height {
    height: 100%;
}

@media (max-width: 992px) {
    .home-horeca-img {
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .horeca-paragraph-mobile h3,
    .horeca-paragraph-mobile h2,
    .horeca-paragraph-mobile h1 {
        font-size: 22px;
    }

    .horeca-paragraph-mobile p {
        font-size: 14px;
    }

    .horeca-paragraph-mobile-frst {
        padding: 20px 0;
    }
}

@media (max-width: 521px) {
    .workers-number-title {
        display: none;
    }
    .workers-col {
        justify-content: space-between !important;
    }
    .mobile-partners .partner-mobile-logo-show {
        width: 50%!important;
    }
}
