section{
    padding: 50px 0;
}
section h2, section h3, section h4, section h5, section h6{
    color: #666;
}
section h2{
    margin-bottom: 30px;
    text-align: center;
}
section p{
    color: #757070;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}
/*section ul {
    list-style: none;
    margin: -20px 0 0 10px;
    padding: 0;
}*/

section ul.text-description > li:before {
    display: inline-block;
    content: "-";
    margin-left: -8px;
    width: 10px;
}

section ul.no-style{
    list-style: none;
}

section li {
    color: #757070;
    font-size: 16px;
    font-weight: 300;
}

.text-color-blue{
    color: #5282FC !important;
}
.text-color-white{
    color: #fff !important;
}
/*
** Title
*/
.section-title {
  background-color: #f4f8ff;
}

.section-title h1 {
  color: #5283ff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  position: relative;
  padding-left: 35px;
}

.section-title h1 span {
  width: 23px;
  height: 23px;
  display: inline-block;
  background: #5282ff;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  line-height: 1.9;
}

@media (max-width: 767.98px) {
  .section-title h1 {
    margin-left: 2em;
  }
}

@media (max-width: 575.98px) {
    section{
        padding: 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    section p{
        font-size: 16px;
        margin-bottom: unset;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    section p {
        font-size: 15px;
        margin-bottom: unset;
    }
}