.beefup {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1) !important; 
  padding: 0px 0 15px 0;
}

 .beefup__body {
  font-size:17px ;
  color:#626262;
  padding: 0px 0px 0px 0px;
}

.beefup__head{
  padding: 16px 0px 8px 0px;
}
.beefup__head {
  cursor: pointer;
  position: relative;
  margin: 0;
 
}
button.beefup__head, .beefup__head > button {
  cursor: pointer;
  display: block;
  width: 100%;
  background: none;
  border: 0;
  font-family: "Poppins", sans-serif !important;
  text-align: inherit;
 
}
button.beefup__head[aria-disabled], .beefup__head > button[aria-disabled] {
  cursor: default;
  outline: 0;
}

.beefup__head > button {
  position: relative;
  z-index: 1;
  margin: -10px -50px -10px 0px;
  padding: inherit;
  width: calc(100% + 70px);
  background: inherit;
  border: inherit;
  font-size: 17px;
}
.beefup__head::after {
  transition: transform 0.2s ease-out;
  content: "";
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 0;
  margin-top: -2px;
  padding: 3px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  color: #0E7EEF;
  width: 6px;
  height: 6px;
}
.beefup.is-open > .beefup__head::after {
  transform: translate(0, -50%) rotate(225deg);
  margin-top: 2px;
}
