.why-choose-section{
  background:#f0f0f0;
}
.why-choose-section .processing-container {
    max-width: 1200px;
    margin: 0 auto 0px;
    padding: 78px 15px 115px;
}
.why-choose-section .processing-container .top-area{
  margin: 0 auto 36px;
  max-width: 1100px;
}
.why-choose-section .processing-container .top-area h2 {
    font-family: 'Gotham';
    font-size: 32px;
    font-weight: normal;
    color: #303433;
    padding-top: 15px;
    margin-left: 22px;
    font-weight: 600;
    position: relative;
    line-height: 1.1;
    margin: 0 0 11px;
    padding-bottom: 0;
      text-align: center;
}
.why-choose-section .processing-container .top-area p{
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}
.why-choose-section .processing-container .middile-area{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
 
}
.why-choose-section .processing-container .middile-area .left-part {
  width: 48%;
  max-height: 800px;
}
.why-choose-section .processing-container .middile-area .left-part img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why-choose-section .processing-container .middile-area .right-part {
  width: 52%;
  padding: 0 0 0 95px;
}
.why-choose-section .processing-container .middile-area .right-part h3{
  color: #000;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 32px;
  padding: 0;
  margin: 0 0 3px;
}
.why-choose-section .processing-container .middile-area .right-part ul{
  padding: 0; 
  margin: 0;
}
.why-choose-section .processing-container .middile-area .right-part ul li{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  padding: 0 0 6px;
  list-style-type: none;
}
.why-choose-section .processing-container .middile-area .right-part ul li:before{
  display: none;
}
.why-choose-section .processing-container .bottom-area p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.8;
  padding: 0 0 24px;
  margin: 0;
}
.why-choose-section .processing-container .bottom-area ul{
  padding: 0 0 10px 20px; 
  margin: 0;
}
.why-choose-section .processing-container .bottom-area ul li{
  color: #000;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 29px;
  opacity: 0.8;
}
.why-choose-section .processing-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;
  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 .why-choose-section .processing-container .middile-area .right-part ul li,
body.widget-snippet .why-choose-section .processing-container .bottom-area ul li,
body.widget-snippet .why-choose-section .processing-container .bottom-area p,
body.widget-snippet .why-choose-section .processing-container .top-area p{
  opacity: unset;
}
body.widget-snippet .why-choose-section .processing-container .middile-area .right-part h3,
body.widget-snippet .why-choose-section .processing-container .middile-area .right-part ul li,
body.widget-snippet .why-choose-section .processing-container .bottom-area ul li,
body.widget-snippet .why-choose-section .processing-container .bottom-area p,
body.widget-snippet .why-choose-section .processing-container .top-area p,
body.widget-snippet .why-choose-section .processing-container .top-area h3{
padding:10px;
}
body.widget-snippet .why-choose-section .processing-container .top-area,
body.widget-snippet .why-choose-section .processing-container .middile-area,
body.widget-snippet .why-choose-section .processing-container .bottom-area{
  padding:15px;
}
.why-choose-section .processing-container .middile-area .right-part ul li p {
    margin: 0 0 10px;
}
