
/*  */
/* 
*/
/*
.stage-big p {
    font-size: 3.5rem !important;
}
body.oe-page .stage-big .content-wrap img, body.oe-page .stage-small .content-wrap img {
    min-width: 209px;
}

@media (max-width: 1024px) {
    .stage-big p {
        font-size: 2.5rem !important;
    }
    body.oe-page .stage-big .content-wrap img, body.oe-page .stage-small .content-wrap img {
        min-width: 174px !important;
    }
}
@media (max-width: 768px) {
    .stage-big p {
        font-size: 2rem !important;
    }
    body.oe-page .stage-big .content-wrap img, body.oe-page .stage-small .content-wrap img {
        height: 40px !important;
        min-width: 140px;
    }
}
*/

/* styles for english page */
.area  {
     outline: none;
}

.abt_column {
  float: left;
  width: 46%;
  padding-bottom: 1ex;
  margin-left: 1%;
  margin-right: 1%;
}

.abt_url {
  margin-bottom: 2ex;
}

.abt_prof {
  margin-bottom: 2ex;
}

.abt_paragraph {
  border-top-color: #eeeeee;
  border-top-width: 2px;
  border-top-style: solid;
  padding-top: 2ex;
  margin-bottom: 5ex;
}

.floatbreak {
  clear: both;
}

.vspace {
  margin-bottom: 2ex;
}

.border_right {
  border-right-color: #eeeeee;
  border-right-width: 2px;
  border-right-style: solid;
}

.border_bottom {
  border-bottom-color: #eeeeee;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

 
/*  */