
.each-work.longer {
  min-height: 450px;
  overflow: hidden;
}
.each-work.longer.col-4 {
  min-height: 230px;
}
.ux-ui-design .work-container .each-work.longer img {
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
.ux-ui-design .work-container .each-work.longer:hover img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
@media (max-width: 767px) {
  .ux-ui-design .work-container .each-work.longer:hover img {
    -webkit-transform: unset;
    transform: unset;
  }
  .each-work.longer,
  .each-work.longer.col-4 {
    min-height: unset;
  }
  .section--next,
  .section--prev {
    -webkit-transform: unset;
    transform: unset;
  }
  .work-header h1 {
    font-size: 36px;
  }
}
img.logo-main {
  width: 100%;
  max-width: 200px;
}
.about {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  max-width: 75%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .about {
    max-width: 100%;
  }
}
.about--banner {
  position: relative;
  height: 475px;
}
.about--banner:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 200px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  border-color: #f37075 transparent transparent #f37075;
  border-style: solid;
  border-width: 5px;
}
.about--banner:after {
  content: "";
  position: absolute;
  top: 75px;
  left: 400px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #f37075;
}
.about--banner p {
  max-width: 650px;
  width: 100%;
  background-color: rgba(184, 218, 233, 0.5);
  padding: 10px;
}
.about--banner h2 {
  position: relative;
  margin-top: 35px;
  margin-bottom: -10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  max-width: 780px;
  width: 100%;
}
.about--banner a {
  text-decoration: none;
  color: #27304f;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
}
.about--banner a:hover svg {
  left: 10px;
}
.about--banner a svg {
  position: relative;
  left: 5px;
  width: 15px;
  fill: #27304f;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
}
.about--banner img {
  position: absolute;
  bottom: -120px;
  right: -5%;
  width: 100%;
  max-width: 450px;
  z-index: -10;
  -webkit-transform: rotateY(540deg);
  transform: rotateY(540deg);
}
.about--banner img.logo {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.about--banner .col-md-6 {
  width: 50%;
}
.about--banner .col-md-6 h2 {
  font-size: 48px;
  margin-bottom: 30px;
}
.about--options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about--options > a {
  position: relative;
  width: 150px;
  height: 75px;
  text-decoration: none;
  color: #27304f;
  border: 10px solid #f37075;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.about--options > a:first-child {
  background-image: url(../img/about-winners.jpg);
}
.about--options > a:nth-child(2) {
  background-image: url(../img/about-philosophy.jpg);
}
.about--options > a:nth-child(3) {
  background-image: url(../img/about-history.jpg);
}
.about--options > a:hover h3 {
  bottom: -50px;
}
.about--options h3 {
  position: absolute;
  bottom: -38px;
  left: 10px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .about--banner {
    height: 100%;
  }
  .about--banner:before {
    top: 0;
    left: 125px;
  }
  .about--banner:after {
    top: 35px;
    left: 260px;
  }
  .about--banner h2 {
    margin-top: 10px;
    font-size: 44px;
  }
  .about--banner h2:before {
    top: 28px;
    left: 168px;
  }
  .about--banner h2:after {
    top: 163px;
    left: 163px;
  }
  .about--banner img {
    width: 265px;
    bottom: 10px;
  }
}
@media (max-width: 600px) {
  .about--banner {
    height: auto;
  }
  .about--banner:before {
    left: 155px;
  }
  .about--banner:after {
    left: 310px;
  }
  .about--banner h2 {
    margin-top: 0;
    font-size: 55px;
  }
  .about--banner h2:before {
    top: 43px;
    left: 214px;
  }
  .about--banner h2:after {
    top: 205px;
    left: 205px;
  }
  .about--options {
    display: none;
  }
}
