.what-make-unique {
  background: url("/template/bb11f4da/images/what-make-unique-bg.jpg");
 padding: 120px 0;
}
.what-make-unique .content-area {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}
.what-make-unique .content-area .left-area {
  width: 37%;
}
.what-make-unique .content-area .right-area {
  width: 63%;
}
.what-make-unique .content-area .left-area h2 {
  margin:0;
  padding:0 30px 0 0;
  color: #171733;
  font-family: 'Armin Grotesk';
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 66px;
}
.what-make-unique .content-area .right-area ul{
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.what-make-unique .content-area .right-area ul li{
  color: #000;
  font-family: Armin Grotesk;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  padding: 0 45px 0 85px;
  margin: 0 0 40px;
  width: 50%;
}
.what-make-unique .content-area .right-area ul li:after{
  background: url("/template/bb11f4da/images/unique-tick.svg");
  width: 50px;
  height:50px;
  left: 0;
  top: -5px;
}



@media screen and (max-width: 1500px) {
.what-make-unique .content-area .left-area {
  width: 32%;
}
.what-make-unique .content-area .right-area {
  width: 68%;
}
}
@media screen and (max-width: 1400px) {
.what-make-unique .content-area {
  max-width: 1300px;
}
}

@media screen and (max-width: 1300px) {
.what-make-unique .content-area .right-area ul li{
  font-size: 19px;
}
.what-make-unique .content-area {
  max-width: 1200px;
}
.what-make-unique .content-area .left-area h2 {
  font-size: 42px;
}
.what-make-unique .content-area .right-area ul li:after {
  background-size:38px;
  width: 38px;
  height:38px;
}
  .what-make-unique .content-area .right-area ul li{
  padding: 0 35px 0 55px;
  }
}

@media screen and (max-width: 1200px) {
.what-make-unique .content-area .left-area {
    width: 100%;
  padding-bottom:20px;
}
.what-make-unique .content-area {
  flex-direction:column;
  padding: 0 30px;
}
.what-make-unique {
    padding: 70px 0;
}
.what-make-unique .content-area .right-area {
    width: 100%;
}
.what-make-unique .content-area .right-area ul li {
    padding: 0 20px 0 40px;
    margin: 0 0 20px;
}
.what-make-unique .content-area .right-area ul li:after {
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: -2px;
}
  .what-make-unique .content-area .left-area h2 {
  font-size: 37px;
}
}
