.h1, h1 {
  font-size: 53px;
  font-weight: normal;
  filter: brightness(117%);
}

p {
  font-family: 'Inter';
  margin-top: -1px;
  text-align: left;
  padding-left: 0px;
}

.card-title {
  font-family: Montserrat, sans-serif;
}

.cardhead {
  font-family: 'Montserrat';
}

.orange {
  color: #FF6B00;
}

.h3, h3 {
  font-family: Inter, sans-serif;
  font-size: 25px;
  margin-bottom: 7px;
}

.h4, h4 {
  font-family: 'Inter';
  margin-bottom: auto;
  display: inline-block;
}

.h2, h2 {
  font-family: 'Inter';
}

.divf {
  width: 200px;
  height: 250px;
  /*margin-left: 5px;*/
  border-radius: 8px;
  box-shadow: 1px 1px 20px 0 #d4d4d4;
  display: inline-block;
  /*margin-right: 29px;*/
  margin-top: 15px;
  margin-bottom: 19px;
}

.divf {
  margin-top: 15px;
  background: #ffffff;
  display: inline-block;
  place-items: center;
  /*-webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
  animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.divf:hover {
  box-shadow: 0px 0px 6px rgb(234,234,234);
  transition: 0.5s;
  background: #ffffff;
  /*margin-bottom: 0px;*/
}

.ikon {
  width: 200px;
  font-size: 61px;
  text-align: center;
  margin-top: 53px;
  padding: 5px;
  color: rgb(0,61,122);
}

.cim {
  font-size: 53px;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  filter: brightness(117%);
  color: rgb(255,153,0);
  border-bottom: 1px solid rgb(0,0,0);
}

