/* Location Slide */
.cig--location-spotlight-container {
  background: #F8F8F8;
  padding: 60px 0;
}

.cig--ls-heading-wrapper p{
text-align: center;
margin: 20px 0 0;
font-size: 16px;
font-weight: 500;
line-height: 1.7em;
color: #383C44;
}

.cig--ls-wrapper {
  border-radius: 10px 10px 0 0;
  width: 200px;
  background-color: var(--color-white);
  box-shadow: var(--box-shadow-soft);
}

img.cig--ls-feat-img {
  width: 100%;
  height: 128px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px 10px 0 0;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #a47e62, #fff) 1;
}

.cig--ls-content-wrapper {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 30%,
    rgba(248, 248, 248, 1) 80%
  );
  padding: 10px 10px 20px 10px;
  text-align: center;
}

h4.cig--ls-heading {
  color: var(--color-blue-dark);
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.cig--ls-content-wrapper a {
  color: var(--color-blue-light);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.cig--ls-more-wrapper {
    margin: 50px 0;
    text-align: center;
}
@media only screen and (max-width: 1024px) {
  .cig--location-spotlight-container {
    padding: 60px 20px;
  }
}
@media only screen and (max-width: 425px) {
  .cig--ls-max-width {
    padding: 0 34px;
  }
  .cig--ls-wrapper {
    width: 100%;
  }
  img.cig--ls-feat-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0 0;
    border-bottom: 5px solid;
    border-image: linear-gradient(to right, #a47e62, #fff) 1;
  }
}
