.lighting-fast-area {
    padding: 130px 0 215px;
}
.lighting-fast-area .inner-container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lighting-fast-area .inner-container .right-part {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}
.lighting-fast-area .inner-container .left-part {
  width: 44%;
  padding: 0 80px 0 0;
}
.lighting-fast-area .inner-container .right-part .item.one {
  background: #008DF2 url('/template/361ccb64/images/lightening-img-1.png') no-repeat;
  height: 492px;
  padding: 35px 39px 100px;
  border-radius: 10px;
  width: 400px;
  min-height: 492px;
  background-size: cover;
}
.lighting-fast-area .inner-container .right-part .item.two{
  background: #000 url('https://stagingwc.mywebcommander.com/template/361ccb64/images/lightening-img-2.png') no-repeat;
  height: 425px;
  padding: 240px 39px 45px;
  border-radius: 10px;
  width: 350px;
  min-height: 425px;
  background-size: cover;
}
.lighting-fast-area .inner-container .right-part .item h3 {
  padding: 0;
  margin: 0 0 30px 0;
  color: #fff;
  line-height: 33px;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Lexend';
}

.lighting-fast-area .inner-container .right-part .item a {
  max-width: 200px;
  margin: 0;
  display: block;
  padding: 10px 5px;
  color: #000;
  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: #fff;
  width: 100%;
  border-radius: 50px;
  font-size: 16px;
}
.lighting-fast-area .inner-container .right-part .item.one:hover a{
background: #000;
color: #fff;
}
.lighting-fast-area .inner-container .right-part .item.two a{
background: #008DF2;
color: #fff;
}
.lighting-fast-area .inner-container .right-part .item.two:hover a{
background: #fff;
color: #000;
}
.lighting-fast-area .inner-container .left-part h2{
  
  padding: 0;
  margin: 0 0 10px 0;
  color: #000;
  line-height: 65px;
  font-size: 52px;
  font-weight: 600;
  font-family: 'Lexend';
  display: inline-block;
}
.lighting-fast-area .inner-container .left-part h2 b{
  display: block;
  font-weight: 600;
}
.lighting-fast-area .inner-container .left-part h3{
  padding: 0;
  margin: 0 0 30px 0;
  color: #000;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter';
}
.lighting-fast-area .inner-container .left-part h3:last-of-type{
  margin: 0;
}
