.c-footer {
  margin-top: 60px;
  background-color: #40230B;
}
.c-footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
}
.c-footer-inner a {
  transition: .3s all;
}

.c-footer-inner a:hover {
  text-decoration: none !important;
  opacity: 0.6;
}

.c-footer-inner .r-content > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-footer-inner {
  	flex-direction: column;
  }
  .c-footer-inner .r-content > div {
    column-gap: 10px;  
  }
  .c5235{
    padding: 0 !important;
  }
}

