.accordions .accordion input {
  display: none;
}
.accordions .accordion label {
  background: transparent;
  border-radius: .25px;
  cursor: pointer;
  display: block;
  padding: 10px 0 20px;
  z-index: 3;
  line-height: 1.36;
  position: relative;
  text-transform: uppercase;
  padding-right: 55px;
  text-align: left;
  margin-top: 0;
  font-weight: 900;
}
.accordions .accordion label p.accordion-title {
  margin-bottom: 5px;
}
.accordions .accordion label p.accordion-title.bold {
  text-transform: none;
}
.accordions .accordion label p.accordion-title.description {
  text-transform: none;
  margin-bottom: 0px;
}
.accordions .accordion label:after {
  content: '';
  display: block;
  float: right;
  width: 14px;
  height: 9px;
  background-image: url('images/arrow.svg');
  background-repeat: no-repeat;
  background-size: 14px 9px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: .2s;
}
.accordions .accordion input:checked + label {
  margin-bottom: 0;
}
.accordions .accordion input:checked + label:after {
  content: '';
  background-color: transparent;
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordions .accordion {
  outline: none;
}
.accordions .accordion input:checked ~ .accordion-content {
  display: block;
}
.accordions .accordion .accordion-content {
  display: none;
}

.accordions .accordion article:last-of-type {
  padding-bottom: 50px;
}

.h6-l.h5.bg-offecct-light-gray.mt4{
  margin-bottom: 50px;
}
