.unlock-section .border_top_right {
  border-top-right-radius: 60px;
}
.unlock-section .border_top_left {
  border-top-left-radius: 60px;
}
.unlock-section .service-card-box {
  background-color: transparent;
  border: 2px solid #333333;
  color: #fff;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  height: 100%;
}
.unlock-section .service-card-box .image-fit {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .unlock-section .service-card-box .image-fit {
    width: 100%;
  }
}
.unlock-section .service-card-box .service-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  height: 100%;
}
.unlock-section .service-card-box .service-card-copy img {
  width: 70px;
}
@media screen and (max-width: 991px) {
  .unlock-section .service-card-box .service-card-copy {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .unlock-section .service-card-box .service-card-copy {
    padding: 20px;
  }
}
.unlock-section .service-card-box .service-card-copy .service-icon {
  margin-bottom: 40px;
}
.unlock-section .service-card-box .service-card-copy .service-card-text h2 {
  margin-bottom: 20px;
}
.unlock-section .service-card-box .service-card-copy .service-card-text p {
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1824px) {
  .unlock-section .service-card-box .service-card-copy .service-card-text p {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .unlock-section .service-card-box .service-card-copy .service-card-text p {
    margin-bottom: 20px;
  }
}
.unlock-section .service-card-box .service-card-title {
  font-size: 22px;
}
@media only screen and (min-width: 1824px) {
  .unlock-section .service-card-box .service-card-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .unlock-section .service-card-box .service-card-title {
    font-size: 22px;
  }
}/*# sourceMappingURL=concierge-services.css.map */