.page-single{
  margin-top:15.2rem;
}
.single_wrapper{
  margin-bottom: 13.2rem;
  
}
.single_year{
  font-size:1.6rem;
  font-weight:500;
  width:100rem;
  margin:0 auto ;

}
.single_day{
  font-size:2.5rem;
  margin-bottom:1.9rem;
  font-weight:500;
  width:100rem;
  margin:0 auto 1.9rem;
}
.single_title{
  font-size:2.5rem;
  color:#003A98;
  margin-bottom:2rem;
  font-weight:500;
  width:100rem;
  margin:0 auto 1.9rem;
}
.samnail_wrap{
  width:100rem;
  height:55rem;
  width:100rem;
  margin:0 auto 4rem;
}
.samnail{
  width:100%; 
  object-fit:cover;
  display:block;
  
}

.single_content{
  font-size:1.6rem;
  font-weight:500;
  margin-bottom:7.3rem;
  line-height:4.4rem;
  width:101.8rem;
  margin:0 0 7.4rem 14rem;
}
.arrow{
  border:0.2rem solid #000000;
  text-align:center;
  border-radius: 50%;
  width:4.8rem;
  height:4.8rem;
  font-size:2.8rem;
  font-weight:500;
  display:inline-block;
  line-height:4rem;
  position:absolute;
  bottom:-1.2rem;
  left:-6.8rem;

}
.arrow:hover{
  color:white;
  background-color:#003A98;
  transition:0.5s;
  border:none;

}
.backToList{
  font-size:1.6rem;
  font-weight:500;
  height:2.4rem;
  margin-left:20.7rem;
  position:relative;
}
@media screen and (max-width:699.98px){
  
  .page-single{
    padding-top:0;
    margin-top:6.4rem;
  }
  .single_year{
    width:auto;
    padding-left:1rem;
  }
  
  .single_day{
    font-size:2rem;
    margin-bottom:2.2rem;
    width:auto;
    padding-left:1rem;
  }
  .single_title{
    font-size:2rem;
    width:auto;
    padding-left:1rem;

  }
  .samnail_wrap{
    max-width:35.5rem;
    margin:0 auto 1.6rem;
    height:19.5rem;
  }
  .samnail{
    height:19.5rem;
    
  }
  
  .single_content{
    padding:0 1rem;
    width:auto;
    margin:0 0 10rem;
    line-height:3.5rem;
  }
  .single_wrapper{
    width:auto;
    margin-bottom:8.2rem;
  }
  .backToList{
    padding-left:0;
    margin-left:7.7rem;
  }
}


