ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  padding-left: 1.8rem;    /* space for arrow */
  position: relative;
}

ul li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
}
.slick-dots li:before{
    content: "" !important;
}
hr{
    border-color: #000;
}
hr.light{
    border-color: #fff;
}

#section-1762365110556 .row {
    background: #fff;
    margin: auto;
    padding: 20px;
}
p{
    font-weight: 17px !important;
}

h1, h2, h3, h4, h5, h6 {margin-bottom:20px !important;}

.footer__content{
    padding: 100px 0px;
}
.right_section{
    width: 90%;
}
.row_collumn {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}

#section-1768057502559 .row {
    background: #fff;
    margin: auto;
    padding: 20px;
}

.quote_list{
    width: 55%; 
    margin: auto;
}
@media (max-width: 767px){
.quote_list{
    width: 90% !important; 
}
}