.carousel {
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}

.carousel .carousel-inner .item {
  height: 200px;
}

.carousel .carousel-inner .item .slider_image {
  height: 200px;
  width: 100%;
  border-radius: 5px;
}

.grid a {
  color: black;
}

.grid .marks_wrp {
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flow-root;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
  background-color: white;
}

.grid .marks_wrp .logo_wrp {
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
}

.grid .marks_wrp .mark_name_wrp {
  text-align: center;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

.grid .marks_wrp:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/*# sourceMappingURL=main.css.map */
