#about .box {
  display:block;
  width:267px;
  height:150px;
  position:relative;
  transition:transform 150ms ease-in-out;
  border:solid 5px #fff;
}

#about .box.blandfort {
  float:right;
}

@media (max-width:767px) {
  #about .box.blandfort {
    margin-bottom:57px;
  }
}

@media (max-width:767px) {
  #about .box {
    float:none !important;
    margin:auto;
  }
}

.box:hover {
  transform:scale(1.1);
}

.box > .logo img {
  height:60px;
  width:auto;
}

.box > .logo {
  position:absolute;
  width:60px;
  left:50%;
  margin-left:-30px;
  bottom:-30px;
}

.box > img {
  height:100%;
  width:100%;
  object-fit:cover;
}

#about .box.blandfort {
  box-shadow:0px 0px 0px 5px #19437E;
}

#about .box.letelle {
  box-shadow:0px 0px 0px 5px #ED582B;
}

#about .header-letelle {
    font-size: 180%;
    margin-top: 10%;
    text-align: center;
    color: #ED582B;
    text-transform: uppercase;
}

#about .header-blandfort {
    font-size: 180%;
    margin-top: 10%;
    text-align: center;
    color: #004282;
    text-transform: uppercase;
}

.child-font p {
    font-family: Montserrat-Extra-Light;
    color: #636363;
}

