


.section1 .text1 ul li:before{
  content: "";
  background-image: url(/wp-content/uploads/2021/03/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  top: 6px;
}

.section1 .text1 h1{
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 42px;
  -webkit-text-stroke: 1px #2a2a2a !important;
  -webkit-text-fill-color: transparent !important;
}


.section1 .text2 li:before{
  top: 0px;
}

@media (max-width: 991px){
  .section1 .text1 h1{
    font-size: 40px;
    line-height: 1.3;
  }
}

@media (max-width: 550px){
  .section1 .text1 h1{
    margin-bottom: 20px;
  }
}

/*********************************** SECTION 2 ********************************/

body .section2{
  border-radius: 12px;
}

.section2 .row-image img{
  height: 75px;
  width: 75px;
  object-fit: contain;
  object-position: bottom;
}

.section2 .row-heading .woodmart-text-block{
  max-width: 230px;
  margin: 0 auto;
}

.section2 .row-heading .woodmart-text-block a{
  text-decoration: underline;
}

.section2 .row-column{
  position: relative;
}

.section2 .row-column:before{
  content: "";
  position: absolute;
  right: -6%;
  top: 45%;
  transform: translateY(-50%);
  width: 13px;
  height: 19px;
  display: block;
  background-image: url(/wp-content/uploads/2021/03/arrow-next-web.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-color: #e8e8e8;
  border-radius: 50%;
  padding: 25px;
  background-position: center center;
}

.section2 .column4:before{
  display: none;
}

.section2 .numbers .woodmart-text-block{
  -webkit-text-stroke: 1px #2a2a2a !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 900 !important;
  font-size: 22px !important;
}

@media (max-width: 1500px){
  body .section2{
    margin: 0px;
  }
}

@media (max-width: 991px){
  .section2 .column2:before{
    display: none;
  }

  .section2 .heading1{
    margin-bottom: 20px;
  }

  .section2 .title .woodmart-text-block{
    font-size: 32px !important;
    line-height: 42px !important;
  }
}

@media (max-width: 767px){
  .section2 .row-column:before{
    display: none;
  }
}
