/*--------------------------------------------------------------
  ## .features
--------------------------------------------------------------*/
.features {
	position: relative;
	padding-top: 54px;
	padding-bottom: 54px;
}

.features__text h3 {
	margin-bottom: 10px;
	
  font-size: 20px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: #060c2e;
}

.features__text p {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #060c2e;
}

@media (max-width: 575.98px) {
  /*--------------------------------------------------------------
  ## .features
  --------------------------------------------------------------*/
  .features {
	padding: 5px;
	padding-top: 37px;
	padding-bottom: 40px;
  }

/*   .features::before,
  .features::after {
	left: 5%;
	right: 5%;
	width: 90%;
  } */

  .features__text h3 {
    padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 10px;
	
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }

  .features__text p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /*--------------------------------------------------------------
  ## .features
  --------------------------------------------------------------*/
  .features {
	padding: 5px;
	padding-top: 37px;
	padding-bottom: 10px;
  }

/*   .features::before,
  .features::after {
	left: 5%;
	right: 5%;
	width: 90%;
  } */

  .features__text h3 {
    padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 10px;
	
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }

  .features__text p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /*--------------------------------------------------------------
  ## .features
  --------------------------------------------------------------*/
  .features {
	padding: 5px;
	padding-top: 37px;
	padding-bottom: 10px;
  }

/*   .features::before,
  .features::after {
	left: 5%;
	right: 5%;
	width: 90%;
  } */

  .features__text h3 {
    padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 10px;
	
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }

  .features__text p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /*--------------------------------------------------------------
  ## .features
  --------------------------------------------------------------*/
  .features {
  	display: flex;
	flex-direction: column;
	  
	padding: 5px;
	padding-top: 37px;
	padding-bottom: 40px;
  }
	
  .features__item {
	width: 100%!important;
  }

  .features__text h3 {
    padding-right: 10%;
	padding-left: 10%;
	margin-bottom: 10px;
	
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }

  .features__text p {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #060c2e;
  }
}

@media (min-width: 1200px) {
}