.threeboxesblock {
  max-width: 1175px !important;
  margin: 10px auto 120px;
  display: flex;
  position: relative;
}

.threeboxes_container {
  background-color: #fdfdfc;
  padding: 32px;
  border-radius: 4px;
  position: relative;
}

.threeboxes_headline {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #1C1917;
  margin-bottom: 20px;
}

.threeboxes .columns {
  display: grid;
  grid-template-columns: 31.5% 31.5% 31.5%;
  grid-column-gap: 30px;
  width: 100%;
}

.threeboxes .stat-count {
  font-size: 30px;
  font-family: 'Roboto Slab';
  line-height: 36px;
  color: #1c1917;
  display: inline-block;
  font-weight: 700;
}

.threeboxes .stat-first {
  margin-bottom: 16px;
}

.threeboxes .stat-detail {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #44403c;
  margin-bottom: 20px;
}

.threeboxes .link_icon {
  /* float: right; */
  background-color: #1C1917;
  color: white;
  border: 1px solid #1C1917;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 6px;
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.threeboxes .link_icon:hover {
  opacity: 0.6;
}

@media only screen and (max-width:1000px) {
  .threeboxes .columns {
    grid-column-gap: 25px;
  }
}

@media only screen and (max-width:750px) {
  .threeboxesblock {
    margin: 60px auto;
  }

  .threeboxes .columns {
    grid-template-columns: 100%;
    grid-row-gap: 25px;
  }

  .threeboxes_container {
    padding: 24px;
  }

  .threeboxes .stat-count {
    font-size: 22px;
    line-height: 32px;
  }

  .threeboxes .stat-detail {
    font-size: 14px;
    line-height: 20px;
  }

  .threeboxes .link_icon {
    padding-top: 8px;
  }
}
