.electric-box{
  position:relative;
  margin-bottom: 40px;
  display: flex;
  justify-content: start;
}
.electric-box3{
  position:relative;
  height: 120px;
  margin-bottom: 10px;
}

.electric-text {
  width: 390px;
  text-align: center;
}

.box-button{
  position:absolute;	
  top: 95px;
  right: 45px;
}
.box-button3{
  position:absolute;	
  top: 40px;
  right: 145px;
}

.btn_wrap .btn {
  background: #FF5301;
  background: linear-gradient( to top right, #FF5301, #FF7A01 50%, #FF5301);
  border: 2px solid #fff;
  border-radius: 100px;
  box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 33px 80px 33px 30px;
  position: relative;
  text-align: center;
  transition: 0.2s;
  width: 100%;
  height: auto;
  text-decoration: none;
}

.btn_wrap .btn:hover {
  opacity: .7;
}

.btn_wrap .btn span {
  position: absolute;
  bottom: calc( 50% - 5px);
  right: 30px;
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}

.btn_wrap .btn span::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -2px;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  transform: rotate(40deg);
}

.btn_wrap .btn.clear {
  background: linear-gradient( to top right, #8dc237, #b7d06b 50%, #8dc237);
  font-size: 17px;
  font-weight: bold;
  padding: 27px 20px 27px 20px;
}

.electric-link {
  font-size: 16px;
}
