.maxtech_resources .top_title {
  text-align: center;
  margin-bottom: 14px;
}
.maxtech_resources .col_row {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 1vw;
  border: 10px solid #fff;
}
.maxtech_resources .col_row .cols {
  background-color: #f2f2f2;
  padding: 20px;
  position: relative;
}
.maxtech_resources .title_wrap h2 {
  font-size: 20px;
  color: #0d50bc;
}
.maxtech_resources .col_row .cols .content {
  font-size: 14px;
  line-height: 1.3em;
  position: relative;
}
.maxtech_resources .col_row .cols .title_wrap_inner {
  padding-bottom: 20px;
}
.maxtech_resources .title_wrap {
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.maxtech_resources .btn-link a {
  background-color: #fff;
  color: #172f5e;
  padding: 4px 11px;
  text-transform: uppercase;
  border-radius: 0px;
  border: 2px solid #172f5e;
  font-size: 14px;
  letter-spacing: 1px;
  min-width: 180px;
  text-align: center;
  display: inline-block;
  transition: all 300ms ease 0ms;
  font-weight: 700;
  position: relative;
  line-height: 1.7em;
  transition-property: all;
  transition-duration: 0s;
}
.maxtech_resources .btn-link a:hover {
  color: #172f5e;
  background-color: #ed7747;
  border: 2px solid #172f5e;
}
.maxtech_resources .btn-link {
  position: absolute;
  bottom: 20px;
  top: auto;
  left: 20px;
  right: auto;
}
.maxtech_resources .col_row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 981px) {
  .maxtech_resources .col_row .cols:last-child {
    margin-right: 0;
  }
  .maxtech_resources .col_row .cols {
    width: 22.75%;
    margin-right: 3%;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .maxtech_resources .col_row .cols {
    width: 47.25%;
    margin-right: 5.5%;
    margin-bottom: 30px;
  }
  .maxtech_resources .col_row .cols:nth-child(2n+2) {
    margin-right: 0;
  }
  .maxtech_resources .col_row .cols:last-child {
    margin-bottom: 0;
  }
  .maxtech_resources .col_row .cols:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 980px) {
  .maxtech_resources .col_row {
    padding: 20px 20px 0;
  }
  .maxtech_resources .btn-link {
    position: relative;
    bottom: 20px;
    top: auto;
    left: 0px;
    right: auto;
  }
}

@media (max-width: 767px) {
  .maxtech_resources .col_row .cols {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .maxtech_resources .col_row .cols:last-child {
    margin-bottom: 0;
  }
}
