body.widget-snippet .ready-switch .switch-area:after {
  display:none;
}
.wc-switch-head .switch-title {
  font-family: Lexend;
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
  margin: 0 auto 20px;
}
.wc-switch-head .switch-sub-title {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #fff;
}
.ready-switch {
  background: #000;
}

.ready-switch .switch-area .image-switch {
  max-width: 1300px;
  margin: 0 auto;
}
.widget-snippet .ready-switch .button-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 0;
}

.widget-snippet .ready-switch .button-section a.demo-button{
  max-width: 190px;
  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 .ready-switch .button-section .demo-button:hover{
  background: #373737;
  text-decoration: none;
}
.widget-snippet .ready-switch .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 .ready-switch .button-section .demo-button-two:hover{
  color: #008DF2;
  border-bottom: 1px solid #008DF2;
  background: transparent
}
.ready-switch .wc-switch-head {
  display: block;
  margin-bottom: 60px;
}
.ready-switch .switch-area {
  position: relative;
}
.ready-switch .switch-area:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 24.34%, rgba(0, 0, 0, 0.92) 87.27%);
}
@media screen and (max-width:1366px) {
.ready-switch .switch-area .image-switch {
    max-width: 88%;
}
}
@media screen and (max-width: 991px) {
.ready-switch .wc-switch-head {
    max-width:80%;
  margin:0 auto;
    margin-bottom: 60px;
}
  .ready-switch .switch-area .image-switch {
  max-width: 700px;
  margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
.ready-switch .wc-switch-head {
    max-width:80%;
  margin:0 auto;
    margin-bottom: 60px;
}
  .ready-switch .switch-area .image-switch {
  max-width: 94%;
  margin: 0 auto;
}
  .wc-switch-head .switch-title {
  font-size: 34px;
  line-height: 46px;
}
.ready-switch .wc-switch-head {
  margin-bottom: 30px;
}
}
