
.title {
  margin-top: 40px;
  margin-bottom: 40px;
  Color: #000;
  font-size: 26px;
  text-align: center;
}

.mur {
  margin-top:30px;
  width:100%;
  border-radius:8px;
  text-align: center;
  background: #6699cc;
  padding-top: 25px;
  padding-bottom:25px;
}

.thumbshape {
  width: 240px;
  height: 180px;
  object-fit: cover;
  border: 2px solid white;
  border-radius: 3px;
  margin-right:15px;
  margin-bottom: 15px;
}

