/* variables for text */
/* Main Color Palet */
/*
Green Dark: #5bbd80, rgb(91 189 128)
Green light: #c0d72f, rgb(192 215 47)

*/
/* variables for bg */
/* variables for fonts */
/* ================================ Global Mixins =========================== */
/*
** Transition use **
    .foo {
        @include transition(all 0.35s ease-in-out);
    }
*/
/*
** Position use **
    .foo {
        @include position(both);
    }
*/
/*
**clearfix use **
    .foo {
        @include clearfix;
    }
*/
/*
** center-auto **
    .foo {
        @include center-auto;
    }
*/
/*
** placeholder use **
    input,
    textarea {
        @include input-placeholder {
            color: $grey;
        }
    }
*/
/*
** pseudo use **
    div::after {
        @include pseudo;
        top: -1rem; left: -1rem;
        width: 1rem; height: 1rem;
    }
*/
/*
** prefix use **
    div {
       @include css3-prefix(transform, scale3d(2.5, 2, 1.5));
    }
}*/
/* Animation use
**
    @include keyframes(fade-out) {
        0% { opacity: 1; }
        90% { opacity: 0; }
    }
*/
.cmr {
  padding: 80px 0;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cmr {
    padding: 5.33vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .cmr {
    padding: 40px 0;
  }
}
.cmr .ln-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -20px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cmr .ln-row {
    margin: 0 -1.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .cmr .ln-row {
    margin: 0 -15px;
  }
}
.cmr .ln-row .items {
  padding: 0 20px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cmr .ln-row .items {
    padding: 0 1.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .cmr .ln-row .items {
    width: 100%;
    padding: 0 15px;
  }
}
.cmr__media {
  width: 45%;
}
@media only screen and (max-width: 991px) {
  .cmr__media {
    width: 100%;
  }
}
.cmr__media figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cmr__media figure {
    border-radius: 1.6vw;
  }
}
@media only screen and (max-width: 767px) {
  .cmr__media figure {
    border-radius: 12px;
  }
}
.cmr__media figure img {
  display: block;
  width: 100%;
}
.cmr__content {
  width: 55%;
}
@media only screen and (max-width: 991px) {
  .cmr__content {
    width: 100%;
    margin-top: 30px;
  }
}
.cmr__content .points:not(:first-child) {
  margin-top: 30px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cmr__content .points:not(:first-child) {
    margin-top: 2vw;
  }
}
@media only screen and (max-width: 991px) {
  .cmr__content .points:not(:first-child) {
    margin-top: 20px;
  }
}
.cmr__content .points__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 28px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cmr__content .points__wrap {
    font-size: 1.867vw;
    margin-bottom: 0.667vw;
  }
}
@media only screen and (max-width: 767px) {
  .cmr__content .points__wrap {
    font-size: 22px;
  }
}
.cmr__content .points__wrap span {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  font-size: 28px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cmr__content .points__wrap span {
    width: 3.333vw;
    min-width: 3.333vw;
    height: 3.333vw;
    font-size: 1.867vw;
  }
}
@media only screen and (max-width: 767px) {
  .cmr__content .points__wrap span {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 22px;
  }
}
.cmr__content .points__wrap span:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #5bbd80;
  left: -25px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .cmr__content .points__wrap span:before {
    left: -1.667vw;
  }
}
@media only screen and (max-width: 991px) {
  .cmr__content .points__wrap span:before {
    left: -20px;
  }
}