.image_container.top {
  background-image: url('../images/your_vision_top.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.disease_list_container {
  overflow: hidden;
  padding: 20px 62px 0;
  background-color: #F7F7F7;
  text-align: center;
  display: table;
  border-spacing: 20px 20px;
}

.disease_list_container .row {
  display: table-row;
  overflow: hidden;
  margin-bottom: 20px;
}

.disease_list_container .column {
  width: 420px;
  display: table-cell;
  height: 100%;
  background-color: #FFF;
  overflow: hidden;
}

.disease_list_container .column .img {
  display: block;
  width: 300px;
  height: 250px;
  overflow: hidden;
  margin: auto;
}

.disease_list_container .column .img.myopia,
.disease_list_container .column .img.hyperopia {
  height: 333px;
}

.disease_list_container .column a.cataract {
  background-image: url('../images/your_vision/cataract.gif');
  background-size: 300px;
  background-repeat: no-repeat;
}

.disease_list_container .column a.glaucoma {
  background-image: url('../images/your_vision/glaucoma.gif');
  background-size: 300px;
  background-repeat: no-repeat;
}

.disease_list_container .column a.retinal {
  background-image: url('../images/your_vision/retinal.gif');
  background-size: 300px;
  background-repeat: no-repeat;
}

.disease_list_container .column a.macular {
  background-image: url('../images/your_vision/macular.gif');
  background-size: 300px;
  background-repeat: no-repeat;
}

.disease_list_container .column a.dvh {
  background-image: url('../images/your_vision/dvh.gif');
  background-size: 300px;
  background-repeat: no-repeat;
}

.disease_list_container .column a.dme {
  background-image: url('../images/your_vision/dme.gif');
  background-size: 300px;
  background-repeat: no-repeat;
}

.disease_list_container .column a.myopia {
  background-image: url('../images/your_vision/myopia.gif');
  background-size: 300px;
  background-repeat: no-repeat;
}

.disease_list_container .column a.hyperopia {
  background-image: url('../images/your_vision/hyperobia.gif');
  background-size: 300px;
  background-repeat: no-repeat;
}

.disease_list_container .column a.cataract:hover,
.disease_list_container .column a.glaucoma:hover,
.disease_list_container .column a.retinal:hover,
.disease_list_container .column a.macular:hover,
.disease_list_container .column a.dvh:hover,
.disease_list_container .column a.dme:hover {
  background-position: 0 -251px;
}

.disease_list_container .column a.myopia:hover,
.disease_list_container .column a.hyperopia:hover {
  background-position: 0 -337px;
}

.disease_list_container .column .title {
  color: #023C76;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 20px;
}

.disease_list_container .column .description {
  font-size: 17px;
  padding: 0 20px 10px;
}

.statement_container {
  padding: 30px 100px;
}

.statement_container .title {
  font-size: 32px;
  font-weight: bold;
  color: #023C76;
}

.statement_container .statement {
  text-align: left;
  margin-top: 20px;
  line-height: 23px;
}

.statement_container .statement .underline {
  text-decoration: underline;
}

