@charset "utf-8";
.campaign {
  width: 90%;
  margin: 0 auto;
  max-width: 530px;
  background: #ffffff;
}
.heading3 {
  color: #0f4587;
}
.separate_line {
  margin-left: 1%;
  text-align: center;
  width: 100%;
  height: 1px;
  background-color: #e4e7ed;
}
.boxContainerFlexEnd{
  display: flex;
  align-items: baseline;
}
.boxContainer {
  display: flex; 
}
.boxContainerSpaceEvenly {
  display:flex;
  justify-content: space-evenly;
}
.boxContainerCenter {
  display:flex;
  justify-content: center;
}
.footerColorGray {
  background-color: #e4e7ed;
}

.mr22{ margin-right: 22px;}
.mr16{ margin-right: 16px;}
.mr3{ margin-right: 3px;}