main {
  background-color: #fff3f3;
}
main .title {
  font-weight: 800;
}
main .title2 {
  color: #211e1e;
  font-weight: 300;
}
main .contant {
  background: #ffffff;
}
main .contant .card {
  background-color: transparent;
  border: none;
}
main .contant .card .row {
  align-items: center;
}
main .contant .card .small {
  text-align: right;
  font-weight: 300;
}
main .cont2 {
  background: #ffffff;
}
main .cont2 .card-list {
  justify-content: space-evenly;
}
main .cont2 .card-body a {
  background: #d9d9d9;
  border: 0.1rem solid transparent;
  color: black;
  margin-top: 10%;
  text-align: right;
}
main .cont2 .card-body a:hover {
  border: 0.1rem solid #bbc6d3;
  background: rgba(217, 229, 242, 0.832);
  color: black;
}
main .cont2 .card {
  border-radius: 0;
  border: 0.1rem solid #9c9c9c;
}
main .cont2 .card img {
  border-radius: 0px;
}
main .cont2 .card-body {
  text-align: right;
}
main .cont2 .card-body h4 {
  text-align: left;
}
