.details {
  position: relative;
  top: 0em;
  margin-top: 40px;
  font-size: ;
}
.details b {
  font-weight: 700;
}
.details a {
  text-decoration: none !important;
}


.details h1 {
  max-width: 720px;
  font-size: 2.00em;
  font-weight: 900;
}

.details h2 {
  margin-bottom: 8px;
  background: #000;
  border-radius: 8px;
  padding: 6px 8px;
  font-weight: 900;
  font-size: 1.0em;
  color: #fff;
}
.details h3 {
  margin-bottom: 8px;
  font-size: 1.0em;
  font-weight: 900;    
}

.details details {
  margin: 1em 0;
}
.details summary {
  height: 32px;
  cursor: pointer;
  font-size: 1.0em;
  font-weight: 900;    
}

  .details h3 + p {

  }



.details h4:before {
  content: '● ';
  position: relative;
  top: -1px;
}
.details h4 {
  margin-left: 24px;
  font-size: 0.85em;
  font-weight: 700;  
}
  .details h4 + p {
    margin-left: 40px;
  }



.details p {
    margin-top: 0em;
    margin-bottom: 1.25em;
    line-height: 1.35;
    font-size: .75em;
    font-weight: 300;
}
.details a {
    text-decoration: underline;
    font-weight: 600;
    color: red;
}



.button {  
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  background: #ff0000;
  border-radius: 12px;
  padding: 8px 16px 10px;
  text-decoration: none;
  font-size: 1.15em;
  font-weight: 700 !important;
  color: #fff !important;
}














.grid_info_items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  margin-bottom: 2em;
}
  .grid_info_items .item {
    box-sizing: border-box;
    background: #fff;
    border: 0px solid #ccc;
    border-radius: 12px;
    box-shadow: 4px 8px 30px rgba(0, 0, 0, 0.1);
    padding: 12px 16px 0 16px;
  }

    .grid_info_items .item h4 {
      margin-left: 0;
      font-size: .85em;
    }
    .grid_info_items .item h4:before {
      content: '';
    }

    .grid_info_items .item p {
      margin-left: 0;
      font-size: .65em;
    }

    .grid_info_items .item ul {
      list-style: disc;
      margin-left: 58px;
      font-weight: ;
    }
      .grid_info_items .item li {
        list-style: ;
        margin-left: 58px;
        font-weight: 300;
        font-size: 14px;
        font-weight: 400;
      }



@media screen and (max-width: 800px) {

.grid_info_items {
  display: ;
  grid-template-columns: 1fr;
}
  .grid_info_items .item {
  }

    .grid_info_items .item h4 {
      margin-left: 0;
      font-size: 15px;
    }

    .grid_info_items .item p {
      margin-left: 0;
      font-size: 13px;
    }

    .grid_info_items .item ul {
      list-style: disc;
      margin-left: 58px;
      font-weight: ;
    }
      .grid_info_items .item li {
        list-style: ;
        margin-left: 58px;
        font-weight: 300;
        font-size: 14px;
        font-weight: 400;
      }

}




.indent {
  height: 1.5em;
}
.indent_1 {
  height: 0.5em;
}














@media screen and (max-width: 800px) {

  .details {
    top: 3em;
  }

  .indent {
    height: 8px;
  }

  .details h1 {
    font-size: 18px;
    font-weight: 900;
  }

  .details h2 {
    background: #000;
    border-radius: 8px;
    padding: 4px 8px;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
  }
  .details h3 {
    font-size: 16px;
    font-weight: 900;    
  }
    .details h3 + p {
    }

  .details summary {
    font-size: 16px;
  }



  .details h4:before {
    content: '';
    position: relative;
    top: -0px;
  }
  .details h4 {
    margin-bottom: 6px;
    margin-left: 0px;
    font-size: 16px;
    font-weight: 700;
  }
    .details h4 + p {
      margin-left: 0;
    }



  .details p {
      margin-top: 0em;
      margin-bottom: 1.25em;
      line-height: 1.35;
      font-size: 14px;
  }


.button {  
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  background: #ff0000;
  border-radius: 8px;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700 !important;
  color: #fff !important;
}




}















.button_group {
  display: flex;
  width: 100%;
  justify-content: center;
}

  .button_group .btn {
    position: relative;
    z-index: 99;
    display: inline-block;
    width: ;
    margin: 1em 0;
    margin-right: 3%;
    background: #ff0000;
    border-radius: 8px;
    box-shadow: 0 3 px 7px rgba(0,0,0,.3);
    padding: 12px 16px;
    text-transform: uppercase;
    font-size: .85em;
    font-weight: 800;
    color: #fff;
    transition: 0s;
  }
  .button_group .btn:hover {
    background: #dd0000;
    transition: 0s;
  }

    .button_group .btn label {
      position: absolute;
      top: -12px;
      background: #000;
      border-radius: 6px;
      padding: 3px 8px;
      font-size: 15px;
    }

@media screen and (max-width: 800px) {
  .button_group {
    display: inline-block;
  }
    .btn {
      display: inline-block;
      box-sizing: border-box;
      margin: 0;
      border-radius: 8px;
      font-size: 16px !important;
    }

}