/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about3 .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about3 .content ul {
  list-style: none;
  padding: 0;
}
.about3 .content ul li {
  padding-bottom: 10px;
}
.about3 .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #0880e8;
}
.about3 .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.cards {
  padding: 0 0 60px 0;
}
.cards img {
  border-radius: 0;
}
.cards .card {
  border: 0;
  text-align: center;
}
.cards .card-body {
  -moz-text-align-last: center;
  text-align-last: center;
}
.cards .card-title a {
  font-weight: 600;
  font-size: 18px;
  color: #05579e;
  transition: 0.3s;
}
.cards .card-title a:hover {
  color: #054a85;
}
.cards .btn {
  background: #0880e8;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.cards .btn:hover {
  background: #2b99f8;
}