/* write your custom styles here */
.highlight {
    background-image: linear-gradient(to right, #13a8ab, #13a8ab, #0095b1);
    border-radius: 6px;
    padding: 3px 6px;
    color: white !important;
  }

.highlight-white {
    background-color: white;
    border-radius: 6px;
    padding: 3px 6px;
    color: #49425a !important;
    font-weight: 700;
  }

.card-features {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 30px 30px 15px;
    background-color: rgb(250, 251, 255);
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
    box-shadow: 0 10px 30px 0 rgba(5, 16, 44, .15);
}

.color-ombumed-1 {
  color: #13a8ab !important;
}

.color-ombumed-2 {
  color: #0095b1 !important;
}

.color-ombumed-3 {
  color: #49525a !important;
}

.home-bg {
  background-image: url(../images/home-bg-02.png);
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .home-bg {
    background-image: url(../images/home-bg.png); /* Specify your mobile background image */
  }

  .card {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
}

