.eos_title h3 {
  color: var(--body-color);
  letter-spacing: -0.6px;
  margin-bottom: 15px;
}
.eos_col {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-bottom: 20px;
}
.eos_col_title {
  text-align: center;
  padding: 20px 20px;
}
.eos_col_title h3 {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 26px;
  max-width: 90%;
  margin: 0 auto;
}
.eos_main {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.eos_col_image {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.eos_col_image, 
.eos_col_list, 
.eos_col_closure {
  padding-left: 15px;
  padding-right: 15px;
}
.eos_col_list ul li {
  position: relative;
  padding-left: 32px;
  font-size: 18px;
  line-height: 1.4;
}
.eos_col_list ul li:not(:last-child) {
  margin-bottom: 15px;
}
.eos_col_list ul li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
}
.eos_col_list ul li span img {
  width: 20px;
  height: 20px;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.eos_col_closure p {
  font-family: Playfair Display, serif;
  color: #000;
  text-align: right;
  margin-bottom: 0;
  padding-top: 10px;
  line-height: 1.2;
}
.eos_col.col_1 .eos_col_list ul li span img {
  height: 12px;
  width: 12px;
}

@media (min-width: 768px) {
  .eos_main {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
  .eos_col {
    flex-basis: calc(33.33% - 17px);
  }
}

@media (max-width: 767px) {
  .eos_title h3 {
    letter-spacing: -0.36px;
    font-weight: 700;
  }
  .eos_main {
    max-width: 280px;
    position: relative;
    padding-bottom: 45px;
  }
  .eos_col {
    margin: 0 5px 5px;
    padding-bottom: 40px;
    border-radius: 6px;
  }
  .eos_col_title h3 {
    max-width: 85%;
    letter-spacing: 1px;
  }
  .eos_col_image img {
    margin-left: auto;
    margin-right: auto;
  }
  .eos_col_closure, 
  .eos_col_image, 
  .eos_col_list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .eos_col_list ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .eos_col_image {
    margin-bottom: 25px;
    margin-top: 15px;
  }
 .eos_main button.slick-arrow {
  position: absolute;
  bottom: 0;
}

.eos_main button.slick-prev.slick-arrow {
  left: 20%;
}

.eos_main button.slick-next.slick-arrow {
  right: 80%;
}
@media (max-width: 767px) {

  .eos_main{
    position: relative;
    overflow: visible; /* make sure arrows can't get clipped */
  }

  /* remove Slick's default arrow characters */
  .eos_main .slick-prev:before,
  .eos_main .slick-next:before{
    content: none !important;
    display: none !important;
  }

  /* style + place YOUR arrows */
  .eos_main .slick-prev,
  .eos_main .slick-next{
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    width: 28px !important;
    height: 28px !important;
    z-index: 1000 !important;

    opacity: 1 !important;
    display: block !important;

    background-image: url(https://50147959.fs1.hubspotusercontent-na1.net/hubfs/50147959/Assetss-2025/chevron.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    border: 0 !important;
    background-color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .eos_main .slick-prev{
    left: 6px !important;  /* on the left side, INSIDE so it's visible */
    transform: translateY(-50%) rotate(180deg) !important;
  }

  .eos_main .slick-next{
    right: 6px !important; /* on the right side, INSIDE so it's visible */
  }
}
