/* div.custom-box-1{
  margin: 0 1% 0 1%;
  padding-bottom: 1%;
  font-size: 11px;
  color: white;
  background-color: #27457b;

  max-width: 175px;
  margin-bottom: 1.5rem !important;

  display: flex;
  flex-direction: column;
  align-items:  center;
} */

div.custom-box-1{
  display: flex;
  flex-direction: column;
  align-items:  center;
  background-color: #026AFF;

  width: 175px;
  height: 115px;
  
  margin: 18px 10px 0px 10px;
}

/* div.vertical-center{
  margin-top: auto !important;
  margin-bottom: auto !important;
  
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
} */

div.row{
  justify-content: space-evenly;
}

h2.custom-space-1{
  margin-bottom: 4% !important;
}

h3.custom-font-1{
  font-size: 44px !important;
  font-weight: bold;
  color: white;

  font-weight: bold !important;
  margin-top: 15px !important;
}

h3.custom-font-2{
  font-size: 28px !important;
  font-weight: bold !important;
  color: white;
  margin-top: auto;
  margin-bottom: auto !important;
}

p.custom-font-2{
  font-size: 11px !important;
  color: white;
  line-height: 13px;
  margin-top: 8px;
}

