.custom-bottom-pane .col3 {
  padding: 2rem 0;
  margin: 3rem 0;
  display: flex;
  flex-wrap: wrap;
}

.custom-bottom-pane .col {
  margin: 0 auto;
  max-width: 24rem;
  text-align: center;
  position: relative;
  padding: 0.5rem;
  width: 100%;
}

.custom-bottom-pane .inner_col {
  position: relative;
  height: 100%;
}

.custom-bottom-pane figure.image_bg_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  margin: 0;
  display: block;
}

.custom-bottom-pane figure.image_bg_wrap img {
  max-width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  font-family: "object-fit: cover; object-position: center center";
  height: 100%;
}

.custom-bottom-pane .info_wrap {
  padding: 2rem;
  position: relative;
  z-index: 1;
  color: #fff;
}

.custom-bottom-pane .info_wrap h5 {
  font-size: 1.375rem;
  margin: 0 0 1rem;
  font-family: ingra-wide,sans-serif;
  font-weight: 600;
  letter-spacing: .025em;
  color: #fff;
  line-height: 1.5;
}

.custom-bottom-pane .info_wrap p {
  margin: 0;
  font-family: ingra,sans-serif;
  line-height: 1.5;
}

/*  media query */

@media (min-width: 60em){
  .custom-bottom-pane .col3{
    padding: 3rem 1.5rem;
  }
}

@media (min-width: 75em){
  .custom-bottom-pane .info_wrap {
    padding: 7rem 2rem;
  }

  @media(max-width:767px){
    .custom-bottom-pane .col3{
      flex-wrap: wrap;
    }
  }

  @media(max-width:340px){
    .custom-bottom-pane .info_wrap{
      padding: 7rem 1.5rem;
    }
  }