/*
0E1F37
*/
.acf-block-student-of-the-month .block-student-of-the-month .student-of-the-month-img-section img {       
	position: relative;
  left: -20px;}
.acf-block-student-of-the-month .block-student-of-the-month .student-of-the-month-img-section{
	position: relative;
	display: inline-block;}
.acf-block-student-of-the-month .block-student-of-the-month .student-of-the-month-img-section:after{  
	content: "";
	position: absolute;
	display: inline-block;
  width: 78px;
  height: 70px;
  background:url("https://pitman1.wpengine.com/wp-content/uploads/2024/07/top.png") 0 0 no-repeat;
  top: -30px;
  right: -20px;
  }
.acf-block-student-of-the-month .block-student-of-the-month .student-of-the-month-img-section:before{ 
	content: "";
	position: absolute;
	display: inline-block;
  width: 78px;
  height: 70px;
  background:url("https://pitman1.wpengine.com/wp-content/uploads/2024/07/bottom.png") 0 0 no-repeat;
  bottom: -30px;
  right: -20px;
  }
  @media (max-width: 1024px) {
  .acf-block-student-of-the-month .block-student-of-the-month .student-of-the-month-img-section:after, 
  .acf-block-student-of-the-month .block-student-of-the-month .student-of-the-month-img-section:before{
    content: none;
  }
}