.director {
  display: flex;
  width: 100%;
  margin-top: 160px;
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .director {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .director {
    margin-top: 80px;
  }
}

.director__left {
  width: 73.3%;
  background-color: rgba(244, 243, 245, 1);
  padding: 50px 0 50px 60px;
  border-radius: 20px 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .director__left {
    width: 100%;
    /* min-height: 620px;*/
    border-radius: 20px 20px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .director__left {
    padding: 40px 25px 25px 25px;
    border-radius: 10px 10px 0 0;
    /*  min-height: 460px;*/
  }
}

@media screen and (max-width: 375px) {
  .director__left {
    padding: 20px 20px 20px 20px;
  }
}

.director__left > p {
  margin: 30px 0 100px 0;
  max-width: 805px;
}

@media screen and (max-width: 1024px) {
  .director__left > p {
    margin: 30px 0 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .director__left > p {
    margin: 15px 0 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .director__left > span {
    font-size: 20px !important;
  }
}

.director_soc {
  display: inline-block;  
  height: 50px;
  position: relative;
  margin-left: 10px;
}

.director_soc a {  
  top: 14px;
  position: absolute;
}

.director_soc svg{
  background-color: #fff;
    border-radius: 50%;
}

.director__right {
  width: 26.7%;
  background-color: rgba(239, 72, 36, 1);
  border-radius: 0 20px 20px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .director__right {
    width: 100%;
    height: 155px;
    border-radius: 0 0 20px 20px;
  }
}

.director__right > img {
  position: absolute;
  top: 30px;
  right: 90px;
  width: 110%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

@media screen and (max-width: 1400px) {
  .director__right > img {
    width: 95%;
  }
}

@media screen and (max-width: 1300px) {
  .director__right > img {
    right: 0px;
    width: 100%;
    bottom: 0;
    top: auto;
  }
}

@media screen and (max-width: 1024px) {
  .director__right > img {
    width: 270px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 375px) {
  .director__right > img {
    width: 220px;
  }
}

.h {
  display: none;
}

@media screen and (max-width: 1024px) {
  .h {
    display: block;
    height: 130px;
  }
}

@media screen and (max-width: 768px) {
  .h {
    height: 160px;
  }
}

@media screen and (max-width: 380px) {
  .h {
    height: 140px;
  }
}

@media screen and (max-width: 375px) {
  .h {
    height: 120px;
  }
}
