
#tpr_c_2uhsuoybk > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 961px) {
  #tpr_c_2uhsuoybk > div {
    width: 960px;
    padding-right: 180px;
    padding-left: 180px;
  }
}

#tpr_c_2uhsuoybk > div .tpr_column {
  width: calc(50% - 8px);
  margin: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 961px) {
  #tpr_c_2uhsuoybk > div .tpr_column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#tpr_c_2uhsuoybk > div .tpr_column:nth-of-type(2n) {
  margin-left: 16px !important;
}

#tpr_c_2uhsuoybk > div .tpr_column .tpr_img {
  width: 100% !important;
}

@media (min-width: 961px) {
  #tpr_c_2uhsuoybk > div .tpr_column .tpr_img {
    width: calc(40% - 8px) !important;
  }
}

#tpr_c_2uhsuoybk > div .tpr_column .tpr_text {
  font-size: 12px;
  font-weight: bold;
  width: 100% !important;
}

@media (min-width: 961px) {
  #tpr_c_2uhsuoybk > div .tpr_column .tpr_text {
    width: calc(60% - 8px) !important;
  }
}

