.bold {
  font-weight: bold;
}

.navbar-brand {
  background-color: white;
  padding: 5px;
  border-radius: 5px;
}

.home_bg_custom {
  background-image: url(../img/bg/home-bg.jpg);
  background-size: cover;
  background-position: center center;
}

.single_feature_btn_light {
  transition: all 0.3s ease-in-out;
}

.single_feature_btn_light:hover {
  /* Ajusta las propiedades que deseas cambiar al pasar el cursor, por ejemplo: */
  color: #fff;
  background-color: #333;
}

.feature-two {
    margin-top: 50px;
  }

  .font-size-20{
    font-size: 20px !important;
  }