@media screen and (max-width: 600px) {
    .column {
        width: 100% !important;
    }
}

.text-start {
    text-align: center !important;
}
.box-item-comment .image-comment {
    display: none;
}
.box-item-comment {
    display: none;
}
/* Create two equal columns that floats next to each other */
.columnstatic {

  padding: 10px;

}

/* Clear floats after the columns */
.rowstatic:after {
  content: "";
  display: table;
  clear: both;
}

.ck-content ul {
    list-style-type: disc;
    font-size: 18px;
    line-height: 2;
}

.alert.alert-sticky {
    border-radius: 0;
    margin: 0;
    display: none !important;
    width: 100%;
    z-index: 1000;
}
.list-partners-left li img {
    max-width: 220px;
    max-height: 120px;
}
.list-partners-left li {
    margin-bottom: 15px !important;
    padding: 10px 10px 20px 0px !important;
    width: 24.5% !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #024430;
    font-family: var(--primary-font);
    font-style: normal;
}
.box-radius-bottom {
    background-color: #ffffff;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
    padding: 50px 0;
}
body[dir=rtl] .header .main-menu li {
    padding-left: 5px;
}

.swiper-slide {
    width: 200px !important;
}