body.widget-snippet .why-wc-outperforms .black-area{
 display: none 
}
body.widget-snippet .why-wc-outperforms .outperforms-area {
  z-index: unset
}
.outperforms-title {
  font-family: Lexend;
  font-size: 72px;
  font-weight: 600;
  line-height: 85px;
  letter-spacing: -0.04em;
  text-align: center;
}
.outperforms-sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
  text-align: center;
}
.wc-outperforms-head {
  max-width: 958px;
  margin: 0 auto;
}
.outperforms-area {
  display: grid;
  padding: 70px 30px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  grid-gap: 33px 33px;
  max-width:1440px;
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}
.why-wc-outperforms {
  padding: 85px 0;
  background: url(/template/361ccb64/images/outperforms-bg.svg) no-repeat;
  background-size: cover;
}
.outperforms-area .image-section {
  width: 100%;
  height: 228px;
  background: rgba(248, 248, 248, 1);
}
.outperforms-area .text-section{
 padding:27px 15px 34px;
 text-align: center;
}
.outperforms-area .text-section p {
  font-family: Lexend;
  font-size: 17px;
  font-weight: 500;
  line-height: 22.5px;
  letter-spacing: -0.01em;
  text-align: center;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.outperforms-area .text-section p:after{
  content:  url(/template/361ccb64/images/compare-arrow.svg);
  opacity: 0;
  margin-left: 2px;
  display: inline-block;
  height: 15px;
  overflow: hidden;
        -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.outperforms-area .single-item:hover .text-section p:after{
    opacity: 1;
      margin-left: 8px;
        -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.outperforms-area .image-section img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
      mix-blend-mode: multiply;
    background-blend-mode: multiply;
}
.outperforms-area .image-section {
  position: relative;
}
.outperforms-area .single-item {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 2px 12px rgba(9, 30, 66, 0.05);
  overflow: hidden;
          -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.outperforms-area .single-item a {
  text-decoration: none;
}
.why-wc-outperforms .black-area{
  height: 220px;
  background:#000;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.outperforms-area .single-item:hover {
  box-shadow: 0px 2px 12px rgba(9, 30, 66, 0.25);
          -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.outperforms-area .single-item:hover .text-section p{
	color:#008DF2;
}
@media screen and (max-width: 1024px) {
.why-wc-outperforms {
    padding: 55px 0;
}
.outperforms-title {
    font-size: 50px;
    line-height: 70px;
}
.wc-outperforms-head {
    max-width: 750px;
}
.outperforms-area {
    padding: 30px 30px;
    grid-gap: 33px 15px;
}
.outperforms-area .image-section {
    height: 170px;
}
.outperforms-area .image-section img {
    max-width:150px
}
.outperforms-area .text-section {
    padding: 20px 5px 25px;
    text-align: center;
}
.outperforms-area .text-section p {
    font-size: 16px;
}
}

@media screen and (max-width: 991px) {
.outperforms-title {
    font-size: 40px;
    line-height: 56px;
}
.wc-outperforms-head {
    max-width: 550px;
}
.outperforms-area .image-section {
    height: 130px;
}
.outperforms-area .image-section img {
    max-width:120px;
    max-height:30px;
}
.outperforms-area .text-section {
    line-height: 24px;
    padding: 20px 20px 25px;
}
}
@media screen and (max-width: 767px) {
.outperforms-title {
    font-size: 32px;
    line-height: 46px;
    margin: 0 0 20px;
}
.wc-outperforms-head {
    max-width: 100%;
}
    .why-wc-outperforms {
        padding: 35px 15px;
    }
.outperforms-area .image-section {
    height: 180px;
}
.outperforms-area .image-section img {
    max-width: 170px;
    max-height: 40px;
}
.outperforms-sub-title {
    font-size: 17px;
}
.outperforms-area {
        padding: 10px;
        max-width:370px;
        display:block
    }
.outperforms-area .text-section {
    line-height: 24px;
    padding: 20px 15px 25px;
}
.outperforms-area .single-item{
    margin-bottom: 25px;
}
.outperforms-area .text-section p {
    font-size: 17px;
}
}
