/*=======================================
 start the blog section ===============*/
.main-blog {
  background: url(../img/info.jpg);
  background-size: cover;
  height: 300px;
}
.page-title {
  position: relative;
  display: inline-block;
  padding: 3px 33px;
  margin-bottom: 20px;
}
.page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 77px;
  height: 51px;
  border-bottom: 2px dashed #dc3545;
  border-right: 2px dashed #dc3545;
  border-top: 2px dashed #dc3545;
}
.themain-text {
  margin: 20px 0;
  text-align: center;
}
.theblog .card {
  margin-bottom: 10px;
}
.thethird-row {
  max-width: 800px;
  margin: 10px auto;
}
.theblog .card .chev {
  width: 50px;
  margin-left: auto;
}
