header {
  height: 340px;
  width: 100%;
  background-image: url("../../../images/146187.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

main {
  background-color: var(--fifth-color);
  background-image: url(../../../images/about-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.trans {
  transform: translateY(-20%);
}

p {
  line-height: 28px;
}

.box {
  position: relative;
}
.box .icon {
  position: absolute;
  top: 30px;
  opacity: 0.3;
  margin-bottom: 30px;
}
.box .icon svg,
.box .icon img {
  width: 75px;
  height: 75px;
}

html[lang=en] .box .icon {
  right: 30px;
}

html[lang=ar] .box .icon {
  left: 30px;
}

#about {
  padding-bottom: 1px;
}

@media (max-width: 500px) {
  .box .icon {
    top: 20px;
  }
  .box .icon svg,
  .box .icon img {
    width: 50px;
    height: 50px;
  }
  html[lang=en] .box .icon {
    right: 20px;
  }
  html[lang=ar] .box .icon {
    left: 20px;
  }
}/*# sourceMappingURL=about.css.map */