.container {
  margin: 0 20%;
}

.card {
  padding: 2vh 0;
}

.row-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 7vh 0 7vh 0;
}

.col-1 {
  flex-basis: 100%;
  position: relative;
  margin: 0 30px;
}

.col-1 h2 {
  margin: 0 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.col-1 p {
  text-indent: 4ch;
  margin: 41px 0 0 0;
  font-size: 18px;
  /* color: #b7b7b7; */
  /* font-weight: bold; */
}

.row-3,
.row-4 {
  display: none;
}

.row-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 30px 0;
  padding: 0 30px;
  overflow: visible;
}

.col-2-1,
.col-2-2,
.col-2-3,
.col-2-4 {
  flex-basis: 23%;
}

.card {
  border-radius: 44px;
  padding: 4vh 0;
  margin: 0;
  z-index: -2;
}

.card img {
  width: 70px;
  height: 70px;
  margin: 30px;
}

.card h7 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.card p {
  color: #878787;
  font-size: 14px;
  margin: 5px;
  text-align: center;
  z-index: 1;
}

.social-item img {
  z-index: -1;
}

.dot-large-1 {
  position: fixed;
  right: 10%;
  top: 10%;
  z-index: -3;
}

.dot-small-1 {
  position: fixed;
  left: 16%;
  top: 30%;
  z-index: -3;
}


/* 2x2 grid when width is 900-1420px otherwise the text will clip */

@media screen and (max-width:1440px) and (min-width:900px) {
  .row-2 {
    display: none;
  }
  .row-3,
  .row-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }
  .row-4 {
    margin: 30px 0 150px 0;
  }
  .col-3-1,
  .col-3-2,
  .col-4-1,
  .col-4-2 {
    flex-basis: 50%;
    justify-self: center;
    padding: 0 30px;
  }
}

@media only screen and (max-width:900px) {
  .container {
    margin: 50px 3% 0 3%;
    padding: 0;
  }
  .row-1,
  .row-2 {
    flex-direction: column;
    margin: 30px 30px;
  }
  .col-2-1,
  .col-2-2,
  .col-2-3,
  .col-2-4 {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .col-2-4 {
    margin: 30px 0 50px 0;
  }
  .col-1 {
    margin: 0;
  }
  .col-1 h2 {
    font-size: 48px;
  }
  .col-1 h3 {
    font-size: 36px;
  }
  .col-1 p {
    font-size: 22px;
  }
  .legal-record {
    width: 100%;
    left: 0;
    z-index: 0;
    display: none;
  }
  .social-links {
    display: none;
  }
  .dot-large-1 {
    position: fixed;
    right: -33%;
    top: 12%;
    z-index: -3;
  }
  .dot-small-1 {
    position: fixed;
    left: -21%;
    top: 58%;
    z-index: -3;
  }
}

@media screen and (min-width:1921px) {
  .row-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8vh;
    margin-bottom: 7vh;
  }
  .col-1 {
    flex-basis: 100%;
    position: relative;
    margin: 0 30px;
  }
  .col-1 h2 {
    margin: 0 0;
    font-size: 2vw;
    font-weight: bold;
    text-align: center;
  }
  .col-1 p {
    text-indent: 4ch;
    margin: 41px 0 0 0;
    font-size: 1vw;
    /* color: #b7b7b7; */
    /* font-weight: bold; */
  }
  .row-3,
  .row-4 {
    display: none;
  }
  .row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 30px 0;
    padding: 0 30px;
    overflow: visible;
  }
  .col-2-1,
  .col-2-2,
  .col-2-3,
  .col-2-4 {
    flex-basis: 23%;
  }
  .card {
    border-radius: 44px;
    padding: 6vh 0;
    margin: 0;
    z-index: -2;
  }
  .card img {
    width: 70px;
    height: 70px;
    margin: 30px;
  }
  .card h7 {
    font-size: 1.2vw;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  .card p {
    font-size: 0.8vw;
    margin: 5px;
    text-align: center;
    z-index: 1;
  }
  .social-item img {
    z-index: -1;
  }
}