.student{
	width: 180px;
	margin: 15px auto 30px;
	border-radius: 50%; 
	box-shadow: 0 0 15px #333;
	overflow: hidden; 
}

.name h2 {
    font-weight: normal;
    color: #3BAD94;
}

h5 {
    font-size: 1.3em;
    color: deeppink;
    text-align: left;
    margin-left: 10px;
    font-weight: 400;
}

.info p {
    font-size: 1.5em;
}

.objectives {
    margin: 10px 0;
}

.objectives h3, .objectives p, .objectives h4 {
    text-align: left;
    padding: 0 10px;
}

.objectives h3 {
    color: #3BAD94;
    font-weight: bold;
}

.objectives h4 {
    color: #333;
    font-weight: normal;
    font-size: 1.7em;
}


.subtitle {
margin: 20px 0 0 0;  
padding-left: 10px;
width: 100%;    
}

.column-container
{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  background-color:#3BAD94;
  width: 100%;
  margin: 10px auto;
}

.column
{
  color: white;
  font-size: 1.2em;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: auto;
}

.column h3 {
    background-color: #fff;
    color: #3BAD94;
    padding: 5px;
    font-weight: lighter;
}

.column p {
    border-bottom: 1px solid #fff;
}


@media (min-width: 560px) {
.student{
	width: 220px;
    } 
}


@media (min-width: 640px) {
.student{
	width: 260px;
    } 
    
.objectives {
    margin: 10px 20px;
}  
    
.subtitle {
    padding-left: 30px;
    }    
    
.column
{
  font-size: 1em;
  line-height: 30px;
  width: 33.33333333%;
}    
}


@media (min-width: 1000px) {
    .subtitle {   
        width: 65%;   
        margin: auto;
}
	.column-container{
  width: 65%;
}
	}

