/* Title Image adjustment to screen width */

@media (min-width: 991px) {
  #signals_cover {
    height: 550px;
  }
}

@media (max-width: 991px) {
  #signals_cover {
    height: 300px;
  }
}

#signals_title_head {
  color: rgb(151,168,188);
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 21px;
  margin-top: 50px;
}

/* Styles for Phone algorythm */

.sig-head-phone {
  font-size: 1.4rem;
  text-align: center;
  text-transform: uppercase;
  color: #6a7993;
  font-weight: 800;
}

/* Styles for subscription Cards */

.signals-monts {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.signals-price {
  font-size: 1.8rem;
  font-weight: 800;
  text-align: center;
}

/* Adding space to cards on mobile view */

@media (max-width: 576px) {
  .signals_card {
    margin-bottom: 20px;
  }
}

