.my-5 {
  margin: 0 1rem !important;
}
.my-10 {
  margin: 0 2rem !important;
}
.my-15 {
  margin: 0 3rem !important;
}
.my-20 {
  margin: 0 4rem !important;
}
.my-25 {
  margin: 0 5rem !important;
}
.my-30 {
  margin: 0 6rem !important;
}
.my-35 {
  margin: 0 7rem !important;
}
.zzz {
  border: 2px solid red !important;
}
.d-flex {
  display: flex;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}

.rt-content-cards__wrapper--infographic-1 {
  display: flex !important;
  flex-direction: column !important;
}

.bg {
  background-color: blueviolet;
}
.footer-logo-2{
  width: 100%;
  border: solid red;
  height: 10rem;
}
.footer-logo-2 img{
  background-size: cover;
}
.center{
  display: flex !important;
  justify-content: center !important;
}