.blog__head{
    border-left: none;
  border: 1.2381px solid #e2e2e2;
  box-sizing: border-box;
  box-shadow: 0px 6.19048px 4.95238px rgba(221, 221, 221, 0.25);
  border-radius: 6.19048px;
}
.blog__head__text {
  padding: 2.8rem 4.2rem;

  
}
.blog__head__text p {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #718096;
}

.blog__head div:nth-child(2){
background-image: url(../img/blog/blog1.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 300px;
}


