@media only print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
}

@media only print {
  p {
    orphans: 3;
    widows: 3;
  }
}

.col1 {
  background-color: #d9d9d9;
  border: 10px solid #fbebda !important;
  font-family: 'Montserrat';
  letter-spacing: 0px;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .col1 {
    background-color: #d9d9d9;
    border: 2px solid #fbebda !important;
    font-family: 'Montserrat';
    font-size: 14px !important;
    line-height: 20px;
    color: #06355f;
    padding: 0px;
  }
}

.col2 {
  background-color: #accad7;
  border: 10px solid #fbebda !important;
  font-family: 'Montserrat';
  letter-spacing: 0px;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .col2 {
    background-color: #accad7;
    border: 2px solid #fbebda !important;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    font-size: 14px !important;
    line-height: 20px;
    color: #06355f;
    padding: 0px;
  }
}

