/* color */
/* font */
/* transition */
.outerWrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../assets/images/homeBg.jpg");
  position: relative; }

.wrap {
  max-width: 1200px; }

.deco1 {
  position: absolute;
  right: 0;
  top: 15%; }
  @media (max-width: 1536px) {
    .deco1 {
      top: 10%; } }
  @media (max-width: 1440px) {
    .deco1 {
      opacity: 0.75; } }
  @media (max-width: 1024px) {
    .deco1 {
      display: none; } }

@media (max-width: 640px) {
  .aboutItem {
    display: flex;
    flex-direction: column; } }
