body.widget-snippet .about-new-inner .new-content .new-right-part p,
body.widget-snippet .about-new-inner .new-content .new-right-part ul li{
  opacity:unset;
}
body.widget-snippet .about-new-inner {
  margin: 100px auto 100px;
}
body.widget-snippet .new-left-part .inner-editor, body.widget-snippet .new-right-part .inner-editor{
  padding:10px;
}
.about-new-inner {
  max-width: 1400px;
  margin: 0 auto 100px;
}
.about-new-inner .new-content {
  display: flex;
  flex-wrap: wrap;
}
.about-new-inner .new-content .new-left-part {
  width: 50%;
}
.about-new-inner .new-content .new-left-part img{
 height: 100%;
  object-fit: cover;
}
.about-new-inner .new-content .new-right-part {
  width: 50%;
  padding: 0 0 0 80px;
}
.about-new-inner .new-content .new-right-part p{
  padding: 0 0 15px;
  margin: 0;
  color: #000;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  opacity: 0.8;
}
.about-new-inner .new-content .new-right-part p a{
  color: #e54261;
}
.about-new-inner .new-content .new-right-part p a:hover {
  color: #84CDB4;
  text-decoration: underline;
}
.about-new-inner .new-content .new-right-part ul{
  margin-bottom: 0;
}
.about-new-inner .new-content .new-right-part ul li{
  color: #000;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  opacity: 0.8;
}
.about-new-inner .new-content .new-right-part ul li:after{
  background-color: #84cdb4;
  top: 12px;
}


@media screen and (max-width: 1429px){
.about-new-inner {
  padding: 0 25px;
}
}

@media screen and (max-width: 1200px){
.about-new-inner {
  margin: 0 auto 80px;
  padding: 0;
}
.about-new-inner .new-content .new-right-part {
  padding: 0 0 0 50px;
}

}
@media screen and (max-width: 991px){
 .about-new-inner {
  margin: 0 auto 70px;
}
 .about-new-inner .new-content .new-right-part {
  padding: 0 0 0 30px;
}
.about-new-inner .new-content .new-right-part p {
  padding: 0px 0 12px;
}
}

@media screen and (max-width: 767px){
.about-new-inner {
  margin: 0 auto 30px;
}
.about-new-inner .new-content .new-left-part {
  width: 100%;
}
.about-new-inner .new-content .new-right-part {
  padding: 25px 0 0 0;
  width: 100%;
}
}
