.home-locations-area {
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  .home-locations-card {
    margin-bottom: 10px;
  }
  .home-locations-card .location-image {
    position: relative;
  }
  .home-locations-card .location-image .icon {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .home-locations-card .location-image .icon a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    width: 62px;
    line-height: 62px;
    background-color: transparent;
    color: #020D2B;
    border: 1px solid #8EC0EE;
    text-align: center;
    border-radius: 50px;
    font-size: 20px;
    transition: 0.6s;
  }
  .home-locations-card .content {
    margin-top: 30px;
  }
  .home-locations-card .content h3, .home-locations-card .content .h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .home-locations-card .content p {
    margin-bottom: 0;
  }
  .home-locations-card .content .list {
    margin-top: 18px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .home-locations-card .content .list li {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #020D2B;
    font-weight: 500;
  }
  .home-locations-card .content .list li:last-child {
    margin-bottom: 0;
  }
  .home-locations-card .content .list li i {
    font-size: 22px;
    color: #5DB996;
    margin-right: 10px;
  }
  .home-locations-card:hover .location-image .icon a i {
    background-color: #9588E8;
    color: #ffffff;
    border: 1px solid #9588E8;
  }
  
  .home-locations-slider {
    overflow: unset !important;
  }
  
  .home-locations-btn {
    text-align: center;
    margin-top: -15px;
  }
  .home-locations-btn .default-btn {
    background-color: #5DB996;
  }
  .home-locations-btn .default-btn:hover {
    background-color: #9588E8;
  }