.section-cardFooter {
  background-color: white;
  display: flex;
  position: relative;
  z-index: 0;
  flex-direction: row;
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.accentFooter {
  position: absolute;
  z-index: -10;
  top: 0;
  bottom: 0;
  width: 100%;
}

.section-cardFooter .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.desc-mitra {
  font-size: 32px;
  color: #0E3579;
  font-weight: 700;
  line-height: 0;
}

.btn-mitra {
  background-color: #c71f25;
  color: #FFDE59;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0.7rem;
  border-radius: 2rem;
  padding-bottom: 0.7rem;
}

.btn-mitra:hover {
  color: white;
  background-color: #a11015;
}

.section-cardFooter .accentFooter img {
  height: auto;
  width: 100%;
}

@media (max-width: 820px) {
  .section-cardFooter {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section-cardFooter .container {
    flex-direction: column;
  }

  .section-cardFooter .accentFooter img {
    height: 100%;
    width: auto;
  }  

  .btn-mitra {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .desc-mitra {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }

  .accentFooter img {
    height: 100%;
    width: auto;
  }
}
