.omnichannel-area {
  background: #000;
  padding: 160px 0;
}
.omnichannel-area .full-content {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.omnichannel-area .full-content .left-part {
  width: 47%;
}
.omnichannel-area .full-content .left-part img {
    width: 100%;
    object-fit: cover;
    transform: scale(1.2);
}
.omnichannel-area .full-content .right-part {
  width: 53%;
  padding: 0 0 0 100px;
}
.omnichannel-area .full-content .right-part h2{
  font-size: 52px;
  color: #fff;
  font-family: 'Lexend';
  line-height:70px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 15px;
  display: inline-block;
}
.omnichannel-area .full-content .right-part h2 b{
  display: block;
  font-weight: 600;
}
.omnichannel-area .full-content .right-part p{
  padding: 0;
  margin: 0 0 30px 0;
  color: #fff;
  line-height: 33px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Inter';
}
.omnichannel-area .full-content .right-part h3{
  font-size: 28px;
  color: #fff;
  font-family: 'Lexend';
  line-height:50px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 40px;
}
.omnichannel-area .full-content .right-part a{
  text-transform: capitalize;
  font-size: 17px;
  color: #fff;
  font-family: 'Lexend';
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0 0 5px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.omnichannel-area .full-content .right-part a:hover{
   color: #008DF2;
  border-bottom: 1px solid #008DF2;
}
