.headline-about{
  text-align: center;
  margin: 40px 0px 60px 0px;
}

.intro-container{
	margin-bottom: 85px;
  /*text-align:justify; */
}

.info-box img{
  float: right;
  max-width: 385px;
  height: auto;
  border-radius: 16px;
  margin: 0px 0px 30px 100px;
}

.image-small{
  display: none;
}

.circle-container{
  text-align:center;
  margin-bottom: 40px;
  font-size: 21px;
}

.circle-container img{
    max-width: 90px;
    height: auto;
    display:inline-block;
    margin-bottom: 10px;
}

.circle-container h3{
  font-family: mont-bold;
  margin-bottom: 16px;
}



@media only screen and (max-width: 69em) {

  .nfo-box img{
    max-width: 310px;
    margin: 0px 0px 20px 60px;
  }
}

@media only screen and (max-width: 54em) {

  .info-box img{
    display: none;
  }

.intro-container{
  margin-bottom: 40px;
  /*text-align:justify; */
}

.image-small{
  display: block;
  margin-left: auto;
  margin-right: auto;
    border-radius: 16px;
  width: 80%;
  height: auto;
  margin-bottom: 80px;

  }
}

@media only screen and (max-width: 40em) {
  .image-small{
    width: 100%;
    }
}
