.btn.add-arrow span::after {
  content: "";
  font-family: inherit;
  background: url("/themes/basic/assets/images/icon_btn_arrow.svg") no-repeat
    center center;
  display: block;
  width: 26px;
  height: auto;
  aspect-ratio: 26/13;
  margin-left: 8px;
}

.btn.add-arrow:hover span::after {
  right: -30px;
}

.btn.btn-l {
  min-width: 250px;
  height: 85px;
  font-size: 24px;
  padding: 0 65px;
}

/* Desktop ( 1024px ~)*/
@media all and (min-width: 1024px) {
}

/* Laptop ( 1024px ~ 1440px)*/
@media all and (min-width: 1024px) and (max-width: 1440px) {
}

/* Tablet ( 768px ~ 1023px)*/
@media all and (min-width: 768px) and (max-width: 1023px) {
  .btn.btn-l {
    min-width: 200px;
    height: 65px;
    font-size: 22px;
    padding: 0 55px;
  }
}

/* Mobile ( ~ 767px)*/
@media all and (max-width: 767px) {
  .btn.btn-l {
    min-width: 180px;
    height: 55px;
    font-size: 18px;
    padding: 0 45px;
  }
}
