* {
   font-family: Montserrat, sans-serif !important;
}

h2 {font-size: 26px;}

header {
  background-image: url("img/bgbanner.png");
  background-size :cover;
  background-position: center;
  height: 75px;
  background-color: white;
}

section {
  padding: 30px;
}

#whatisthis {
   /* background-image: url("img/bg.png") !important; */
   background-color: #00237E;
  background-size: cover;
  background-position: center;
}

#whatisthis h1 {
  color: white;
  text-align: center;
}

#discounts {
   /* background-image: url("img/bg.png") !important; */
  background-color: #00237E;
  background-size: cover;
  display: flex;
  flex-direction: row;
}

#discounts .container img {
  max-width: 600px;
  margin: 0 auto;
}

#application {
    /* background-image: url("img/bg.png") !important; */
  background-color: #00237E;
  background-size: cover;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.accord {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 10px;
}

.mobile {
  display: none;
}

.desktop {
  display: flex;
}

#logo {
  align-self: center;
  max-width: 300px;
}

#declarations {
  background-image: url("img/bg_orange.png");
  color: white;
  background-color: #F7500C;
}

#declarations h2 {
  margin-bottom: 40px;
}

.whatsbtn {
  border-radius: 50px;
  width: 100%;
  margin: 0 auto;
  background-color: #13c00a;
  color: white;
  border-style: none;
  font-weight: 700;
  padding: 20px;
  max-width: 330px;
}

footer {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


#topics {
 /* background-image: url("img/bg.png") !important; */
  background-color: #00237E;
  text-align: center;
  justify-content: center;
}

#topics div div h4 {
  margin: 0 auto;
  max-width: 250px;
  padding: 20px;
  font-size: 14px;
}


#topics div div h3 {
  font-weight: 700;
font-size: 16px;
}

#topics div { justify-content: center;}


.row {
  display: flex;
  flex-direction: row;
}

.column {
  display: flex;
  flex-direction: column;
}

.center {
  text-align: center;
}

.wrap {
  flex-wrap: wrap;
}

.white {
  color: white;
}

.call {

    background-image: linear-gradient(90deg, #fd7e14, #fb3f3f);
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    height: 50px;
    border-style: none;
    font-weight: 900;
    border-radius: 50px;
    padding: 20px 50px;
    font-family: Montserrat, sans-serif;
    text-decoration: none;

}


@media screen and (max-width: 768px) {


  .m-column {
    flex-direction: column;
    justify-content: center;
  }

  #declarations h2 {
    text-align: center;
  }

  section {
    padding: 10px;
  }

  .container {
    padding: 10px;
  }

  .mobile {
    display: flex;
  }

  .desktop {
    display: none;
  }

}