section#access {
  height: 700px;
}

#others {
  margin-bottom: 60px;
}

	#row-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: auto;
  }

  @media screen and (max-width: 992px) {
    #row-container {
      flex-wrap: wrap;
    }

    .col-md-4 {
      margin: 0 30px;
    }
  }

@media screen and (max-width: 576px) {
  #row-container {
    display: block;
  }
}

#others-heading {
  margin-bottom: 60px;
}

