.inventory-synchronisation{
  background: #fff;
}
.inventory-synchronisation .synchronisation-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 130px 0 170px;
}
.inventory-synchronisation .synchronisation-container .top-area{
  margin: 0 auto 75px;
  max-width: 1100px;
}
.inventory-synchronisation .synchronisation-container .top-area h2 {
  color: rgba(0, 0, 0, 1);
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height:70px;
  padding: 0;
  margin: 0 0 24px;
  text-align: center;
  font-family: 'Lexend';
}
.inventory-synchronisation .synchronisation-container .top-area p{
  padding: 0;
  margin: 0;
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
}
.inventory-synchronisation .synchronisation-container .middile-area{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
 
}
.inventory-synchronisation .synchronisation-container .middile-area .left-part {
  width: 52%;
    padding: 0 30px 0 0;
}
.inventory-synchronisation .synchronisation-container .middile-area .right-part {
  width: 48%;
}
.inventory-synchronisation .synchronisation-container .middile-area .left-part h3{
  color: #000;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 32px;
  padding: 0;
  margin: 0 0 3px;
  font-family: 'Lexend';
}
.inventory-synchronisation .synchronisation-container .middile-area .left-part ul{
  padding: 0; 
  margin: 0;
}
.inventory-synchronisation .synchronisation-container .middile-area .left-part ul li{
  color: #000;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 29px;
  padding: 0 0 6px;
}
.inventory-synchronisation .synchronisation-container .middile-area .left-part ul li:before{
  display: none;
}
.inventory-synchronisation .synchronisation-container .bottom-area p {
  color: #000;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.8;
  padding: 0 0 24px;
  margin: 0;
}
.inventory-synchronisation .synchronisation-container .bottom-area ul{
  padding: 0 0 10px 20px; 
  margin: 0;
}
.inventory-synchronisation .synchronisation-container .bottom-area ul li{
  color: #000;
font-family: Outfit;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 29px;
  opacity: 0.8;
}
.inventory-synchronisation .synchronisation-container .bottom-area ul li:after{
  background:#84CDB4;
  top: 11px;
}


.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
}

body.widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .right-part ul li,
body.widget-snippet .inventory-synchronisation .synchronisation-container .bottom-area ul li,
body.widget-snippet .inventory-synchronisation .synchronisation-container .bottom-area p,
body.widget-snippet .inventory-synchronisation .synchronisation-container .top-area p{
  opacity: unset;
}
body.widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .right-part h3,
body.widget-snippet .inventory-synchronisation .synchronisation-container .middile-area .right-part ul li,
body.widget-snippet .inventory-synchronisation .synchronisation-container .bottom-area ul li,
body.widget-snippet .inventory-synchronisation .synchronisation-container .bottom-area p,
body.widget-snippet .inventory-synchronisation .synchronisation-container .top-area p,
body.widget-snippet .inventory-synchronisation .synchronisation-container .top-area h3{
padding:10px;
}
body.widget-snippet .inventory-synchronisation .synchronisation-container .top-area,
body.widget-snippet .inventory-synchronisation .synchronisation-container .middile-area,
body.widget-snippet .inventory-synchronisation .synchronisation-container .bottom-area{
  padding:15px;
}

@media screen and (max-width: 1500px) {
.inventory-synchronisation .synchronisation-container {
  max-width: 1320px;
}
.inventory-synchronisation .synchronisation-container .middile-area .left-part {
  padding: 0 50px 0 0;
}
}
@media screen and (max-width: 1440px) {
.inventory-synchronisation .synchronisation-container {
  max-width: 1320px;
}

}
@media screen and (max-width: 1366px) {
.inventory-synchronisation .synchronisation-container {
  max-width: 1300px;
}
}
@media screen and (max-width: 1280px) {
.inventory-synchronisation .synchronisation-container {
  max-width: 1220px;
  padding: 130px 0;
}
.inventory-synchronisation .synchronisation-container .middile-area .left-part, .inventory-synchronisation .synchronisation-container .middile-area .right-part{
  width: 50%;
  }
.inventory-synchronisation .synchronisation-container .top-area {
  margin: 0 auto 50px;
  max-width: 1100px;
}
}
@media screen and (max-width: 1024px) {
.inventory-synchronisation .synchronisation-container {
  max-width: 100%;
    padding: 70px 30px;
}
.inventory-synchronisation .synchronisation-container .top-area h2 {
  font-size: 44px;
  line-height: 58px;
  }
.inventory-synchronisation .synchronisation-container .top-area {
  margin: 0 0 50px;
}

.inventory-synchronisation .synchronisation-container .middile-area .left-part {
  padding: 0 30px 0 0;
}
  .inventory-synchronisation .synchronisation-container .middile-area .left-part ul li p{
    margin-bottom: 10px
  }
}
@media screen and (max-width: 991px){
.inventory-synchronisation .synchronisation-container .top-area h2 {
  font-size: 34px;
  line-height: 48px;
  }
.inventory-synchronisation .synchronisation-container .middile-area .left-part,
.inventory-synchronisation .synchronisation-container .middile-area .right-part {
  padding: 0;
  width: 100%;
}
.inventory-synchronisation .synchronisation-container .middile-area {
  padding: 0;
  flex-direction: column-reverse
}
  .inventory-synchronisation .synchronisation-container .middile-area .right-part img{
    width: 100%;
    max-height: 500px;
    margin: 0 auto 20px;
    object-fit: cover;
  }
  .inventory-synchronisation .synchronisation-container .top-area {
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 767px){
.inventory-synchronisation .synchronisation-container {
    padding: 50px 20px 60px;
}
div.inventory-synchronisation .synchronisation-container .top-area h2 {
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  }
  div.inventory-synchronisation .synchronisation-container .top-area p {
      text-align: left;
  }
  
  
.inventory-synchronisation .synchronisation-container .middile-area .right-part img {
  border-radius: 10px;
}

}
