
body .section1 {
  position: relative;
  z-index: 9;
}

body .page-section.section1:before {
  content: "";
  width: 19vw;
  height: 320px;
  position: absolute;
  display: block;
  top: 34%;
  left: -12px;
  background-image: url(/wp-content/uploads/2021/03/home-sec2-element2.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

body .page-section.section1:after {
  content: "";
  width: 25vw;
  height: 470px;
  display: block;
  position: absolute;
  top: 5%;
  right: -1px;
  background-image: url(/wp-content/uploads/2021/03/home-sec2-element.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  visibility: visible;
}

.section1 .heading1 .woodmart-text-block {
  font-family: 'Lovelace' !important;
}

body .section1 .icons-size-large .woodmart-social-icon {
  width: 30px;
  height: 30px;
}

body .section1 .text2 .woodmart-text-block {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500 !important;
  font-size: 15px !important;
  line-height: 25px !important;
}

.section1 .img0{
  position: absolute;
  right: -16.4vw;
  opacity: 0.3;
  top: 0px;
  transition: 2s;
  transform-origin: top;
  transform: rotate(-10deg);
  animation: windy 20s infinite ease-in-out;
  z-index: 999999;
  pointer-events: none;
}

@keyframes windy {
  0%{
    transform: rotate(-10deg) scale(1);
  }

  50%{
    transform: rotate(20deg) scale(1.2);
  }

  100%{
    transform: rotate(-10deg) scale(1);
  }
}

@media (max-width: 550px) {
  .section1 .heading1 .woodmart-text-block {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
