.header {
  height: 30px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.middle {
  height: 680px;
  text-align: center;
}
.desript {
  color: #218eb8;
  margin-top: 40px;
  font-size: 18px;
}
.number {
  color: #218eb8;
}
.row.footer {
  height: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.leftcol {
  display: flex;
  justify-content: flex-end;
}
.usewp_box h3 {
  font-weight: 300;
}

.usewp_box {
  width: 100%;
  max-width: 1080px;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  padding-top: 30px;
}

.usewp_box_list ul li {
  width: 31%;
  float: left;
  text-align: center;
  list-style: none;
  margin: 0 1%;
  background: #fbfbfb;
  padding: 30px 0 10px 0;
  border-radius: 3px;
  box-shadow: 0 0 30px 0 rgba(99, 99, 99, 0.3);
}

.usewp_box_list h4 {
  font-weight: 300;
  width: 100%;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
}

.usewp_box_list ul li p {
  line-height: 50px;
  color: #000;
}

.usewp_box_list ul li p span {
  font-size: 22px;
}

.usewp_box_list ul li h5 {
  font-weight: 300;
}
.dropdown {
  display: inline;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.dropbutton {
  background-color: transparent;
  border: none;
  color: #218eb8;
}
.button {
  background-color: #ff9500;
  color: #ffffff;
  height: 53px;
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .usewp_box_list ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.row.center {
  display: flex;
  align-items: center;
  height: 600px;
  justify-content: center;
}

.col.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.link {
  margin-left: 10px;
  margin-right: 10px;
}
