.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 2px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mt-4 {
  margin-top: 4px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-6 {
  margin-top: 6px !important;
}
.mt-7 {
  margin-top: 7px !important;
}
.mt-8 {
  margin-top: 8px !important;
}
.mt-9 {
  margin-top: 9px !important;
}
.mt-10 {
  margin-top: 10px;
}
.mt-11 {
  margin-top: 11px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-13 {
  margin-top: 13px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-17 {
  margin-top: 17px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-19 {
  margin-top: 19px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-29 {
  margin-top: 29px;
}
.mt-30 {
  margin-top: 30px;
}
.cu-box-section {
  background: #ccc;
  width: 100%;
  min-height: 220px;
  border-radius: 21px;
  border: 10px solid #b7b7b7;
  padding: 7px 10px 10px 10px;
  color: #000;
  margin-top: 20px;
  margin-bottom: 5px;
}
.cu-box-section h2 {
  margin: 5px 0 8px 0;
  line-height: 26px;
}
#cust-block-1 {
  background: #adc4ed;
  border: 10px solid #7499db;
}
#cust-block-2 {
  background: #d1a070;
  border: 10px solid #c57a30;
}
#cust-block-3 {
  background: #1c4287;
  border: 10px solid #04296a;
  color: #fff;
}
#cust-block-3 h2 {
  color: #fff !important;
}
