.blog_head2 {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #1d2155;
}
.blog_more2,
.blog_more2:hover {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 200%;
  letter-spacing: -0.02em;
  color: #00BCD4;
}
.blog_box2{
  background: #f2f2f2;
  width: 80%;
}
@media (max-width:575px) {
  .blog_box2{
    background: #f2f2f2;
    width: 100%;
  }
}