
/* dotto style start */

.paginationsec2 li:first-child a,.paginationsec2 li:last-child a{
top: 0;
padding: 0;
}


.blogdtlPg_intro .has-huge-font-size{
  font-size:48px;
  padding:10px 0;
}
.blogdtlPg_intro .has-large-font-size{
  font-size:36px;
  padding:10px 0;
}
.blogdtlPg_intro .has-medium-font-size{
  font-size:20px;
  padding:10px 0;
}

.btn-wrap{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}

.btn-wrap + p{
  margin-top: 20px;
}

.btn-wrap .btn-type1 {
  width: 200px;
  height: 40px;
  border: 1px solid #221714;
}

.btn-wrap .btn-type1 + .btn-type1 {
  margin-left: 10px;
}

.btn-wrap .btn-type1 a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 768px) and (min-width: 320px){
  .btn-wrap .btn-type1 a{
    font-size: 13px;
  }
}

.btn-wrap .btn-type1:hover{
  opacity: 0.7;
}

.btn-wrap .btn-type1:hover a{
  color: #221714;
}