*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p {
  font-family: 'Fira Sans', sans-serif;
}

li {
  font-family: 'Fira Sans', sans-serif;
  text-indent: 0px;
}

body,
html {
  background: #e4d3df;
  color: black;
  font-size: 16px;
  height: 100%;
}

.homepage {
  min-height: 100%;
  max-width: 100%;
}

.container {
  max-width: 90%;
  margin: 0 auto;
  padding: 50px 20px;
}

.parallax {
  min-height: 100vh;
}

.paralax_body {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.paralax_content {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.paralax_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner_history {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/slider_img_1.jpg) top/cover no-repeat;
}

.image_parallax_history {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  background: #e4d3df;
  position: relative;
  z-index: 2;
}

.content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  -webkit-transform: translate(0px, -300px);
          transform: translate(0px, -300px);
  background: #e4d3df;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(228, 211, 223, 0)), to(#e4d3df));
  background: linear-gradient(180deg, rgba(228, 211, 223, 0) 49%, #e4d3df 100%);
}

h1 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 100px;
  font-family: 'Pacifico', cursive;
}

.history_of_create {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  grid-gap: 30px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
  text-indent: 20px;
}

.__create_info h2 {
  text-align: left;
  border-bottom: 2px solid grey;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Ubuntu Condensed', sans-serif;
}

.bigger {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
      grid-template-columns: auto 1fr auto;
  grid-gap: 30px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.bigger h2 {
  text-align: center;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  border-bottom: 2px solid grey;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Ubuntu Condensed', sans-serif;
}

.img {
  position: relative;
  width: 337px;
  height: 470px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  border-radius: 15px;
  background-image: url(../img/firstdirector.png);
  overflow: hidden;
  margin: 0 auto;
  background-repeat: no-repeat;
}

.img p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 16px;
  width: 70px;
  text-align: left;
}

.bigger_title {
  text-align: center;
  border-bottom: 2px solid grey;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.img2 {
  position: relative;
  width: 337px;
  height: 470px;
  border-radius: 15px;
  background-image: url(../img/seconddirektor.png);
  margin: 0 auto;
  background-repeat: no-repeat;
}

.img2 p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 16px;
  width: 70px;
  text-align: left;
}

.now {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto auto;
      grid-template-rows: auto auto auto auto;
  grid-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.now img {
  margin: 0 auto;
}

.now h2 {
  text-align: center;
  border-bottom: 2px solid grey;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-family: 'Ubuntu Condensed', sans-serif;
}

.now p {
  text-align: bottom;
}

.img3 {
  position: relative;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  width: 337px;
  height: 470px;
  border-radius: 15px;
  background-image: url(../img/father.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}

.img3 p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  font-size: 16px;
  width: 70px;
  background-repeat: no-repeat;
}

.new_derector {
  width: 80%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
  margin: 0 auto;
  margin-top: 60px;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  line-height: 19px;
}

.new_derector h2 {
  text-align: right;
  border-bottom: 2px solid grey;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-right: 30px;
  font-family: 'Ubuntu Condensed', sans-serif;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.new_direktor_info {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
}

.new_direktor_info p {
  text-align: justify;
}

.img_company {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  border-radius: 10px;
  height: 100%;
}

.leisure_and_achievement {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 13, auto;
      grid-template-rows: 13, auto;
  grid-gap: 15px;
  width: 70%;
  margin: 0 auto;
  text-indent: 20px;
  margin-top: 60px;
  line-height: 30px;
  text-align: justify;
}

.leisure_subtitle {
  text-align: center;
  border-bottom: 2px solid grey;
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-right: 30px;
  width: 80%;
  margin: 0 auto;
  margin-top: 60px;
  font-family: 'Ubuntu Condensed', sans-serif;
}

.leisure_subtitle p {
  width: 80%;
}

.achievement {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
      grid-template-columns: auto 1fr;
  grid-gap: 30px;
  margin: 0 auto;
  width: 80%;
  text-indent: 20px;
  border: 5px dashed #464646;
  padding: 10px;
  line-height: 25px;
  font-weight: bold;
  -webkit-text-decoration: cursive;
          text-decoration: cursive;
}

.center {
  margin: 0 auto;
  border-radius: 15px;
}

.list {
  list-style-image: url(../img/studying.png);
  width: 100%;
}

.back {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto;
  width: 20%;
  text-decoration: none;
  color: #464646;
  font-size: 25px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.back:hover {
  color: black;
  font-weight: bolder;
}

span {
  font-family: 'Caveat', cursive;
}

.back_img {
  margin: 0 auto;
  border-radius: 15px;
}

@media (min-width: 600px) and (max-width: 1263px) {
  .history_of_create {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 30px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    text-indent: 20px;
  }
  .history_of_create img {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .bigger {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    grid-gap: 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bigger h2 {
    text-align: center;
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .bigger_info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .img2 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 100%;
  }
  .img {
    margin: 0 auto;
  }
  .now {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    grid-gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .now img {
    margin: 0 auto;
    width: 100%;
  }
  .now h2 {
    text-align: center;
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
  }
  .now p {
    text-align: bottom;
  }
  .new_direktor_info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .new_direktor_info p {
    text-align: justify;
  }
  .img_company {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
  }
  .new_derector {
    width: 80%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    margin: 0 auto;
    margin-top: 60px;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    line-height: 19px;
  }
  .new_derector h2 {
    text-align: center;
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-right: 30px;
    font-family: 'Ubuntu Condensed', sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .new_derector p {
    text-align: justify;
  }
  .img3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0 auto;
  }
  .leisure_and_achievement {
    width: 80%;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(13, auto);
    grid-gap: 15px;
    margin: 0 auto;
    text-indent: 20px;
    margin-top: 60px;
    line-height: 30px;
    text-align: justify;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .leisure_and_achievement img {
    width: 100%;
  }
  .list{
    width: 70%;
    margin: 0 auto;
  }
  .achievement {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    grid-gap: 30px;
    margin: 0 auto;
    width: 80%;
    text-indent: 20px;
    border: 5px dashed #464646;
    padding: 10px;
    line-height: 25px;
    font-weight: bold;
    -webkit-text-decoration: cursive;
            text-decoration: cursive;
  }
}

@media (max-width: 767px) {
  .back {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 60px auto;
    width: 80%;
    text-decoration: none;
    color: #464646;
    font-size: 25px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .back:hover {
    color: black;
    font-weight: bolder;
  }
  .history_of_create {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 30px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    text-indent: 20px;
  }
  .history_of_create img {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .bigger {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr auto 1fr;
        grid-template-rows: auto 1fr auto 1fr;
    grid-gap: 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bigger h2 {
    text-align: center;
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-bottom: 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .bigger_info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .img2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 90%;
  }
  .img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0 auto;
    background-repeat: no-repeat;
    width: 90%;
  }
  .now {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    grid-gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .now img {
    margin: 0 auto;
    width: 100%;
  }
  .now h2 {
    text-align: center;
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
  }
  .now p {
    text-align: bottom;
  }
  .new_direktor_info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .new_direktor_info p {
    text-align: justify;
  }
  .img_company {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
  }
  .new_derector {
    width: 80%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    margin: 60 auto;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    line-height: 19px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .new_derector h2 {
    text-align: left;
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    margin-bottom: 15px;
    padding-right: 30px;
    font-family: 'Ubuntu Condensed', sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .new_derector p {
    text-align: justify;
  }
  .img3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0 auto;
    width: 90%;
  }
  .leisure_and_achievement {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(13, auto);
    grid-gap: 15px;
    margin: 0 auto;
    text-indent: 20px;
    margin-top: 60px;
    line-height: 30px;
    text-align: justify;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .leisure_and_achievement img {
    width: 100%;
  }
  .achievement {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    grid-gap: 30px;
    margin: 0 auto;
    width: 80%;
    text-indent: 20px;
    border: 5px dashed #464646;
    padding: 10px;
    line-height: 25px;
    -webkit-text-decoration: cursive;
            text-decoration: cursive;
  }
}
@media (min-width: 300px) and (max-width:767px ) {
  .back {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 60px auto;
    width: 80%;
    text-decoration: none;
    color: #464646;
    font-size: 25px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .back:hover {
    color: black;
    font-weight: bolder;
  }
  .history_of_create {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 30px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    text-indent: 20px;
  }
  .history_of_create img {
    width: 100%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .bigger {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr auto 1fr;
        grid-template-rows: auto 1fr auto 1fr;
    grid-gap: 30px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bigger h2 {
    text-align: center;
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-bottom: 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .bigger_info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .img2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    margin: 0 auto;
    width: 348px;
    background-repeat: no-repeat;
  }
  .img {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0 auto;
    width: 337px;
    background-repeat: no-repeat;
  }
  .now {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 60px;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto auto;
        grid-template-rows: auto auto auto auto;
    grid-gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .now img {
    margin: 0 auto;
    width: 100%;
  }
  .now h2 {
    text-align: center;
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'Ubuntu Condensed', sans-serif;
  }
  .now p {
    text-align: bottom;
  }
  .new_direktor_info {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .new_direktor_info p {
    text-align: justify;
  }
  .img_company {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    border-radius: 10px;
    margin: 0 auto;
    width: 100%;
  }
  .new_derector {
    max-width: 80%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    margin: 60 auto;
    grid-row-gap: 20px;
    line-height: 19px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .new_derector h2 {
    text-align: left;
    border-bottom: 2px solid grey;
    padding-bottom: 10px;
    margin-bottom: 15px;
    
    font-family: 'Ubuntu Condensed', sans-serif;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .new_derector p {
    text-align: justify;
  }
  .img3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin: 0 auto;
    width: 348px;
    background-repeat: no-repeat;
    
  }
  .leisure_and_achievement {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-rows: repeat(13, auto);
    grid-gap: 15px;
    margin: 0 auto;
    text-indent: 20px;
    margin-top: 60px;
    line-height: 30px;
    text-align: justify;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .leisure_and_achievement img {
    width: 100%;
  }
  .achievement {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    grid-gap: 30px;
    margin: 0 auto;
    width: 80%;
    text-indent: 20px;
    border: 5px dashed #464646;
    padding: 10px;
    line-height: 25px;
    -webkit-text-decoration: cursive;
            text-decoration: cursive;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 10px;
  }
  .list{
    width: 70%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=about_us.css.map */