@font-face {
  font-family: "oswald_reg";
  src: url(../fonts/oswald-regular.ttf);
}
@font-face {
  font-family: "oswald_bold";
  src: url(../fonts/oswald-bold.ttf);
}

@font-face {
  font-family: "poppins_reg";
  src: url(../fonts/poppins-regular.ttf);
}

div{
  border:orange solid 0px;
  font-family: Arial, Helvetica, sans-serif;
}



body {
    margin: 0;
  }

  .reg_button_small {
    width: 112px;
    height: 32px;
    background-color: #000d15;
    font-family: oswald_reg;
    font-size: 20px;
    color: #fff;
    padding-top: 0px;
    margin-top: 2px;
    border: 1px solid black;
    text-align: center;
    cursor: pointer;
  }

  .center {
    width: 66%;
    border: green 1px solid;
    height: 100%;
    margin: auto;
  }

  .space_text_list div{
    height: 60px;
  }


  .title{
    font-family: oswald_reg; font-size: 32px;color: #1a4176;
  }

  .feature_box > div::before1{
    background-color: #1a4176; height: 1px;width: 100%;content:"";display: block;margin-bottom: 0px;;
  }

  .feature_box > div::after1{
    background-color: #1a4176; height: 1px;width: 100%;content:"";display: block;margin-top: 40px;
  }
  .feature_box{
    height: 400px;color:#1a4176;font-family: oswald_reg;font-size: 40px;text-align: center;position: relative;margin: auto 0;width: 100%;padding-top:10px;
  }

  .feature_box > div{
    position: absolute;
    background-color: rgba(255,255,255,.8);
    inset: 0;
    width: 70%;
    margin: auto;
    display: grid; place-items: center;

  }

  ul{
    font-family: Arial, Helvetica, sans-serif;
  }

  footer {
    font-family: poppins_reg;
    /*background-color: #282625;*/
    background-color: #000d15;
    color: #c9c9c9;
    height: auto;
    font-size: large;
  }

  footer > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap:25px;
    padding-top: 2%;
  }

  footer > div > div {
    text-align: center;
    width: 17%;
  }

  footer > div > div > div:nth-child(1) {
    /*color: #fdea0d;*/
    color: #fff;
    font-weight: bolder;
    font-size: larger;
    padding-bottom: 10px;
  }