.wrapper_footer {
  display: grid;
  column-gap: 0px;
  grid-template-columns: 1fr 2fr 1fr;
  background-color: #AFBFBE;
  margin-top: 40px;
  padding: 30px 40px 20px 10px;
}

.wrapper_footer_col1 {
  position: relative;
  justify-self: start;
}
.wrapper_footer_col {
  position: relative;
  justify-self: center;
}
@media only screen and (max-width: 740px){
  .wrapper_footer {
    grid-template-columns: 1fr;
  }
}

.footer-text {
  font-size: 12px;
  color: #000;
  background: #AFBFBE;
  line-height: 24px;
  text-align: left;
  ;
}
