.blog-students {
  position: relative;
}
.blog-students-img {
  height: 28.75rem;
}
.blog-students-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-blogger-img-mob {
  display: none;
}
.blog-students-content {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.12rem;
  padding: 1.1rem 2rem;
  width: 56rem;
  border-radius: 1.25rem;
  border: 0.125rem solid rgba(10, 36, 87, 0.1);
  background: #fafafa;
}
.blog-students-title p {
  color: #153164;
  text-align: center;
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Gentium Book Plus";
  white-space: nowrap;
  letter-spacing: -0.04rem;
}
.blog-students-button a {
  display: flex;
  align-items: center;
  color: #0a2457;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 700;
  padding: 0.3rem 2rem;
  border-radius: 0.625rem;
  border: 0.125rem solid #0a2457;
  background: rgba(255, 255, 255, 0);
  text-decoration: unset;
  white-space: nowrap;
}
