.kosmonte-foods-sot-section {
    margin-top: 60px;
}
.kosmonte-food-sot-title {
    font-size: 40px;
    color: #5abe41;
    text-align: center;
    margin-bottom: 30px;
}

.under-title-paragraph {
    font-size: 20px;
    color: #525252;
    margin-bottom: 70px;
}

.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;
    text-align: center !important;
}

.mySlidesSecond {
    width: 100%;
    border-radius: 30px;
}

.button-sec {
    width: fit-content;
    position: relative;
    bottom: 50px;
    left: 80%;
}

.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;
}

.second-row-title {
    color: #eb192c;
    font-size: 40px;
}

.second-row-paragraph {
    font-size: 20px;
    color: #525252;
}

.second-row {
    display: flex;
}

.row-second {
    margin-top: 10% !important;
}

.kosmonnte-sot-mobile figure img {
    width: 100%;
}