.boxs-container {
  padding: 60px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
}
.boxs-container a {
  color: #34b0f0;
  font-weight: bold;
}
.box-row-block {
  display: block;
}
.boxs-rectangle {
  box-sizing: border-box;
  height: 160px;
  width: 261px;
  border: 4px solid #55899A;
  border-radius: 12px;
}
.boxs-content {
  width: 233px;
  color: #273A5D;
  font-family: Lato;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  transform: translate(5%, 25%);
}
.rows-content {
  padding: 0px 15px 40px 30px;
  width: 23%;
  color: #4E585C;
  font-family: Arial;
  font-size: 14px;
  line-height: 21px;
}
.rows-content p strong {
  font-family: Lato;
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
}
.rows-chevron {
  padding: 0px 5px 40px 20px;
  color: #273A5D;
  font-family: Lato;
  font-size: 15px;
  font-weight: bold;
  line-height: 56px;
}
.rows-chevron ul {
  list-style: none;
  padding-left: 0;
}
.rows-chevron li:before {
  margin-top: 0.15em;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: '';
  display: inline-block;
  height: 8px;
  position: relative;
  vertical-align: super;
  width: 8px;
  left: -1px;
  top: 5px;
  transform: rotate(45deg);
  border-color: #24B7C2;
  margin-right: 8px;
}
.boxs-chevron::after {
  border-width: 0.8em 0.8em 0 0;
  height: 5em;
  left: -20%;
  top: 40px;
  transform: rotate(45deg);
  width: 5em;
  border-radius: 8px;
  margin-top: 0.15em;
  border-style: solid;
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
}
/* ============================================ *
 * MAX WIDTH QUERIES
* ============================================ */
@media (max-width: 979px) {
  .boxs-container {
    flex-direction: column;
  }
  .boxs-rectangle {
    margin: auto;
  }
  .boxs-chevron::after {
    transform: rotate(135deg);
    margin: 10px;
    position: relative;
    left: 51%;
    top: -20px;
    margin-left: -51px;
  }
  .rows-chevron {
    order: 1;
    margin: auto;
  }
  .rows-content {
    order: 2;
    width: 100%;
    margin: auto;
  }
  .rows-content p {
    text-align: center;
  }
}
/* ============================================ *
 * MIN WIDTH QUERIES
 * ============================================ */
