@media (min-width: 1200px) {
  #col-6 {
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  #col-4 {
    position: absolute;
    bottom: 0;
  }
}

@media (min-width:576px) and (max-width:767px) {
  #col-6, #col-4 {
    position: absolute;
    bottom: 0;
  }
}

@media (min-width:576px) and (max-width:767px) {
  #row-2 {
    /*height: 801px;*/
  }
}

@media (min-width: 576px) {
  #crd-2 {
    position: absolute;
    width: 92%;
    bottom: 0;
  }
}

@media (max-width: 576px) {
  #crd-6 {
    margin-top: 20px;
  }
}

