
.about-of-center {
    margin-top:2.5%;
    margin-bottom:5%;
    margin-left:2.5%;
    margin-right:2.5%;    
}


body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}


.about-section-column {
  float: left;
  width: ;
  margin-bottom: 16px;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .about-section-column  {
    width: 33.3%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .about-section-column  {
    width: 100%;
  }
}

.about-section-card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-top: 2%;
  width: ;
  height: ;
}

@media screen and (max-width: 600px) {
  .about-section-card {
    width: 100%;
  }
}

.about-section-center {
  padding: 50px;
  text-align: center;
  background-color: #474e5d;
  color: white;
}

.about-section-container {
  padding: 0 16px;
  width: 70%;
}


@media screen and (max-width: 600px) {
  .about-section-container {
    width: 100%;
  }
}


.title {
  color: grey;
}

.button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #12095A;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.button:hover {
  background-color: #555;
}

@media screen and (max-width: 650px) {
  .about-section-column {
    width: ;
    display: block;
  }
}





/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .row:after {
    width: 100%;
  }
}






* {
  box-sizing: border-box;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.main-container-team-cell-row:after {
  content: "";
  display: table;
  clear: both;
}




