﻿.banner {
  margin-top: 136px;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .text .con h2 {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.45);
}
.banner .text .con p {
  color: #fff;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.45);
  margin-top: 10px;
}
.orgainze-con {
  padding-bottom: 240px;
  position: relative;
}
.orgainze-con .con img {
  width: 100%;
}
.box1 {
  top: 20%;
}
@media screen and (max-width: 1440px) {
  .banner {
    margin-top: 116px;
  }
  .orgainze-con {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .banner {
    margin-top: 86px;
  }
}
@media screen and (max-width: 1024px) {
  .orgainze-con {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .banner .text .con h2 {
    font-size: 20px;
  }
  .banner .text .con p {
    margin-top: 4px;
  }
  .orgainze-con {
    padding-bottom: 100px;
  }
}
/*# sourceMappingURL=brief_organize.css.map */
