/* Font */
@import url("../fonts/Formular/stylesheet.css");

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body{
  font-family: 'Formular', sans-serif !important;
  background-color: #fff;
}

.widther{
  width: 90%;
  height: auto;
  margin: auto;
}
.widther1{
  width: 80%;
  height: auto;
  margin: auto;
}

.logobig{
  margin-bottom: 80px;
  text-align: left;
}

.about{
  width: 100%;
  height: auto;
  margin-top: 50px;
  padding-bottom: 50px;
  font-weight: 400;
  font-size: 18px;
}

.blanker{
  height: 250px;
}

.about p{
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}

.about img{
  height: 100%;
  width: auto;
}

.about ul{
  margin-bottom: 2em;
}

.about li{
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}

.pros{
  padding-top: 50px;
  padding-bottom: 150px;
}

.carder{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.carder .box{
  border: 2px solid #df3c14;
  border-radius: 10px;
  padding: 45px;
  min-height: 250px;
  min-width: 250px;
}

/* .carder img{

} */

.carder h3{
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

.carder p{
  display: inline;
  font-weight: 400;
  font-size: 18px;
  margin-left: 4em;
}

@media screen and (max-width: 768px) {
  .about{
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-bottom: 50px;
    font-weight: 500;
    font-size: 14px;
  }
  .about p{
    font-weight: 500;
    font-size: 14px;
  }
  .about img {
    height: auto;
    width: 100%;
    min-width: 250px;
  }
  .about li{
    font-weight: 500;
    font-size: 14px;
  }
  .carder{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .logobig {
    width: 50%!important;
    max-width: 170px!important;
    min-width: 70px!important;
    height: auto;
    margin: auto!important;
    margin-bottom: 30px!important;
    text-align: center!important;
  }
  .widther1{
    width: 90%;
  }
  .container-fluid{
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .carder .box {
    border: 0px solid #df3c14;
    border-radius: 10px;
    padding: 5px;
    min-height: 70px;
    min-width: 70px;
  }
  .pros {
    padding-top: 30px;
    padding-bottom: 150px;
  }
  .carder p {
    display: inline;
    font-weight: 500;
    font-size: 14px;
    margin-left: 0em;
  }
  .carder h3{
    font-size: 18px;
  }
}


