
  body.widget-snippet .compare-or-webcommander {
    background-size: 716px;
}
.compare-or-webcommander {
  background:rgba(255, 250, 243, 1);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 0;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}
.compare-wc-inner {
  width: 100%;
  margin: 0 auto
}
.compare-wc-inner .compare-inner-img{
  padding-top: 40px;
  }

.compare-wc-inner .compare-inner-img, .compare-wc-inner .compare-inner-img img{
  height:100%;
  object-fit:contain;
  object-position:bottom
}
.compare-inner-body {
  width: 686px;
  margin-left: auto;
  padding: 120px 150px 150px 0;
}
.compare-inner-body h1 {
  font-family: Lexend;
font-size: 60px;
font-weight: 600;
line-height: 74px;
letter-spacing: -0.04em;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.compare-inner-body .sfwc-inner-content p{
  font-family: Inter;
font-size: 18px;
font-weight: 400;
line-height: 31px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.widget-snippet .button-section {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 15px 0 0;
}

.widget-snippet .button-section a.demo-button{
  max-width: 148px;
  margin: 0;
  display: block;
  padding: 10px 5px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 18px;
  height: 40px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  background: #008DF2;
  width: 100%;
  border-radius: 50px;
}
.widget-snippet .button-section .demo-button:hover{
  background: #000;
  text-decoration: none;
}
.widget-snippet .button-section .demo-button-two {
  text-transform: capitalize;
  font-size: 16px;
  color: #000;
  font-family: 'Lexend';
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
  margin: 0 0 0 28px;
}
.widget-snippet .button-section .demo-button-two:hover{
  color: #008DF2;
  border-bottom: 1px solid #008DF2;
  background: transparent
}


@media screen and (max-width: 1500px) {
.compare-inner-body {
    padding: 100px 50px 120px 0;
}

}


@media screen and (max-width: 1366px) {
.compare-inner-body {
    padding: 100px 50px 120px 30px;
}
}


@media screen and (max-width: 1280px) {
  .compare-inner-body {
        padding: 80px 50px 80px 30px;
     width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .compare-inner-body {
        padding: 60px 30px 70px 20px;
        width: 100%;
    }
.compare-inner-body h1 {
  font-size: 48px;
  line-height: 60px;

}
}
@media screen and (max-width: 991px) {
  .compare-or-webcommander {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
   .compare-inner-body {
    max-width: 100%;
  }
   .compare-inner-body .sfwc-inner-content{
    max-width: 380px; 
  }
  .compare-inner-body h1 {
    font-size: 42px;
    line-height: 52px;
    margin: 10px 0 25px
  }
 .compare-wc-inner .compare-inner-img {
   max-width:350px;
   margin-left:auto;
   margin-top: -270px;
   height: 270px;
  }
   .compare-wc-inner .compare-inner-img img{width: 100%;height: 100%;}
}
@media screen and (max-width: 767px) {
   .compare-inner-body {
    max-width: 100%;
    padding: 60px 15px 10px;
  }
  .compare-wc-inner .compare-inner-img {
        max-width: 100%;
        margin:0;
        height: auto;
        padding: 15px 0 0 15px;
    }
   .compare-inner-body .sfwc-inner-content{
    max-width: 380px; 
  }
  .compare-inner-body h1 {
    font-size: 34px;
    line-height: 46px;
    margin: 10px 0 25px
  }
  .widget-snippet .button-section a.demo-button,   .widget-snippet .button-section a.demo-button-two{
        font-size: 14px;
  }
  .widget-snippet .button-section a.demo-button-two{
  margin: 0 0 0 20px;
  }
  .compare-inner-body img{
    max-width: 140px 
  }
}
