.border-box-right {
  border-right: 6px dashed #e4e6ec;
}
.slEditorBlk {
  text-align: center;
  padding: 40px;
}
.slEditorBlk .edtImgBlk {
  margin-bottom: 20px;
  margin-top: 50px;
  max-width: 480px;
}
.slEditorBlk .edtImgBlk img {
  width: 100%;
  max-width: 250px;
}
.text-link {
  cursor: pointer;
}
.slEditorCont {
  margin-bottom: 60px;
}
.slEditorBlk h1 {
  font-weight: 700;
  font-size: 24px;
  margin-top: -6px;
  line-height: 1;
  margin-bottom: 15px;
  color: #666;
}
.slEditorCont button {
  min-width: 140px;
}
button.btn {
  min-width: 140px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .border-box-right{
    border-right: 0 !important;
    border-bottom: 6px dashed #e4e6ec;
  }
  .slEditorBlk .edtImgBlk {
    max-width: 100%; 
  }
  .slEditorBlk{
    padding: 0;
  }
}
@media (min-width: 768px){
  .slEditorBlk .edtImgBlk {
    float: none;
    display: inline-block;
    text-align: center;
  }
}
