/*================================================
FL About Area CSS
=================================================*/
.fl-about-image {
  padding-right: 15px;
  text-align: center;
}

.fl-about-image img {
  border-radius: 0 250px 0 0;
}

.fl-about-content {
  padding-left: 15px;
}

.fl-about-content h1 {
  margin-bottom: 15px;
  max-width: 450px;
  font-size: 42px;
}
.fl-about-content h2 {
  margin-bottom: 15px;
  max-width: 450px;
  font-size: 38px;
}
.fl-about-content h3 {
  margin-bottom: 15px;
  max-width: 450px;
  font-size: 35px;
}
.fl-about-content h4 {
  margin-bottom: 15px;
  max-width: 450px;
  font-size: 30px;
}
.fl-about-content h5 {
  margin-bottom: 15px;
  max-width: 450px;
  font-size: 25px;
}
.fl-about-content h6 {
  margin-bottom: 15px;
  max-width: 450px;
  font-size: 20px;
}

.fl-about-content h2 span {
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
  color: var(--mainColor);
}

.fl-about-content .features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.fl-about-content .features-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

.fl-about-content .features-list li h3 {
  line-height: 1;
  font-size: 40px;
  margin-bottom: 10px;
}

.fl-about-content .features-list li p {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
}

.fl-about-content .fl-default-btn {
  margin-top: 10px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
    .fl-about-image {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .fl-about-image img {
        border-radius: 0 50px 0 0;
    }
    .fl-about-content {
        padding-left: 0;
        text-align: center;
    }
    .fl-about-content h1, .fl-about-content h2, .fl-about-content h3, .fl-about-content h4, .fl-about-content h5, .fl-about-content h6 {
        margin-bottom: 12px;
        font-size: 22px;
    }
    .fl-about-content h2 span {
        font-size: 24px;
    }
    .fl-about-content .features-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 25px;
        margin-bottom: 0;
        margin-left: -10px;
        margin-right: -10px;
    }
    .fl-about-content .features-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .fl-about-content .features-list li h3 {
        font-size: 25px;
    }
    .fl-about-content .features-list li p {
        font-size: 13px;
    }
    .fl-about-content .fl-default-btn {
        margin-top: 5px;
    }
   
}

/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .fl-about-content .features-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fl-about-image {
        padding-right: 0;
    }
    .fl-about-image img {
        border-radius: 0 100px 0 0;
    }
    .fl-about-content {
        padding-left: 0;
        margin-top: 30px;
        text-align: center;
    }
    .fl-about-content h1, .fl-about-content h2, .fl-about-content h3, .fl-about-content h4, .fl-about-content h5, .fl-about-content h6 {
        max-width: 100%;
        font-size: 30px;
    }
    .fl-about-content h2 span {
        font-size: 32px;
    }
    .fl-about-content .features-list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .fl-about-content .features-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .fl-about-content .features-list li h3 {
        font-size: 32px;
    }
    .fl-about-content .features-list li p {
        font-size: 13px;
    }
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .fl-about-image {
        padding-right: 0;
    }
    .fl-about-content {
        padding-left: 0;
    }
    .fl-about-content h1, .fl-about-content h2, .fl-about-content h3, .fl-about-content h4, .fl-about-content h5, .fl-about-content h6 {
        max-width: 100%;
        font-size: 35px;
    }
    .fl-about-content h2 span {
        font-size: 35px;
    }
    .fl-about-content .features-list li p {
        font-size: 13px;
    }
    .fl-about-content .fl-default-btn {
        margin-top: 5px;
    }
}