.about-me-blog {
  padding: 50px 0;
  background-color: #fffdf7;
  border-top: 1px solid #e2e2e2;
  border-top-color: #e2e2e2
}
.about-blog-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px
}
.about-blog-item img {
  width: 100%;
  height: 510px;
  object-fit: cover;
  border: none;
  border-radius: 5px;
  object-position: top;
  transition: transform 0.35s
}
.about-blog-item img:hover {
  transform: scale(1.1)
}
.about-blog-item:hover .about-blog-img img {
  transform: scale(1.08)
}
.about-blog-content {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 25px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0 0px 5px 5px;
  z-index: 2
}
.about-blog-content span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #ffffff
}
.about-blog-content h5 {
  padding-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  color: #ffffff
}
.about-blog-content h5 a {
  color: inherit
}
.about-blog-content h5 a:hover {
  opacity: 0.7
}
.about-blog-card {
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 30px
}
.about-blog-card img {
  overflow: hidden;
  border-radius: 5px;
  object-position: top;
  width: 225px;
  height: 150px;
  transition: transform 0.35s;
  object-fit: cover
}
.about-blog-card a {
  display: inline-block;
  overflow: hidden;
  border-radius: 5px
}
.about-blog-card img:hover {
  transform: scale(1.1)
}
.about-blog-card:hover .about-blog-icon img {
  transform: scale(1.08)
}
.about-blog-info {
  max-width: 328px;
  margin-left: 20px
}
.about-blog-info span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000
}
.about-blog-info h5 {
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #000000
}
.about-blog-info h5 a {
  color: inherit
}
.about-blog-info h5 a:hover {
  color: #1975e3
}
.about-blog-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px
}
.about-blog-title h2 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  color: #000000
}
.about-blog-title a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #1975e3
}
.about-blog-title a:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 1px;
  transition: all ease 0.4s;
  background-color: #1975e3
}
.about-blog-title a:hover:before {
  background-color: #ff9f00
}
.about-blog-title a:hover {
  color: #ff9f00
}