body {
  background: #e55f5f;
}

.note-danger {
  /* max-width: 347px; */
  width: 100%;
}

.tick {
  width: 160px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.carousel {
  position: relative;
  width: 100%;
}

.button-class {
  background: #ab2b2b;
  color: #fff;
}

.h5,
h5 {
  font-size: 1.25rem;
  font-weight: bolder;
  color: #e55f5f;
}

@media (min-width: 768px) {
  .carousel {
    max-width: 500px;
  }

  .card-body {
    padding-right: 50px;
  }

  .maincontent {
    min-width: 550px;
  }
}
