/* 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; }
    }
*/
.result {
  padding: 80px 0;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .result {
    padding: 5.333vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .result {
    padding: 40px 0;
  }
}
.result .ln-title {
  text-transform: none;
}
.result__stat-plates-box {
  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;
  margin-top: 40px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .result__stat-plates-box {
    margin-top: 2.667vw;
  }
}
.result__stat-plates-box .stat-plates {
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(185, 213, 54, 0.1294117647);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 25px;
  max-width: 200px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .result__stat-plates-box .stat-plates {
    border-top-left-radius: 1.6vw;
    border-bottom-left-radius: 1.6vw;
    padding: 1.667vw;
    max-width: 13.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .result__stat-plates-box .stat-plates {
    max-width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .result__stat-plates-box .stat-plates {
    max-width: 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;
    border-radius: 14px;
  }
}
.result__stat-plates-box .stat-plates .icon {
  margin: auto;
  width: 60px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .result__stat-plates-box .stat-plates .icon {
    width: 4vw;
  }
}
@media only screen and (max-width: 767px) {
  .result__stat-plates-box .stat-plates .icon {
    margin: 0;
    width: 30px;
  }
}
.result__stat-plates-box .stat-plates .icon img {
  display: block;
}
.result__stat-plates-box .stat-plates p {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .result__stat-plates-box .stat-plates p {
    margin-top: 0.667vw;
    font-size: 1.333vw;
  }
}
@media only screen and (max-width: 767px) {
  .result__stat-plates-box .stat-plates p {
    margin: 0;
    margin-left: 15px;
  }
}
.result__stat-plates-box .paragraph-content {
  width: 100%;
  max-width: calc(100% - 200px);
  padding-left: 50px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .result__stat-plates-box .paragraph-content {
    max-width: calc(100% - 13.333vw);
    padding-left: 3.333vw;
  }
}
@media only screen and (max-width: 991px) {
  .result__stat-plates-box .paragraph-content {
    max-width: calc(100% - 150px);
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .result__stat-plates-box .paragraph-content {
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
.result__stat-plates-box .paragraph-content p {
  line-height: 1.5;
  font-size: 18px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .result__stat-plates-box .paragraph-content p {
    font-size: 1.2vw;
  }
}
.result__stat-plates-box .paragraph-content p:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .result__stat-plates-box .paragraph-content p:not(:first-child) {
    margin-top: 1.333vw;
  }
}
.result__stat-plates-box .paragraph-content h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #28282B;
  line-height: 1.2;
  font-size: 22px;
  margin-top: 30px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .result__stat-plates-box .paragraph-content h3 {
    font-size: 1.467vw;
    margin-top: 2vw;
  }
}
.result__stat-plates-box .paragraph-content li {
  line-height: 1.5;
  font-size: 18px;
}
@media only screen and (max-width: 1500px) and (min-width: 992px) {
  .result__stat-plates-box .paragraph-content li {
    font-size: 1.2vw;
  }
}