#bike {
  padding: 100px 0;
}

#bike span{
  font-size: 17px;
  font-weight: 500;
}
#bike{
  background: #eee;
}
#bike .team-member {
  padding: 50px;
  background: #eee
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#bike .team-member .team-img {
  margin-left: 40px;
}
#bike .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#bike .team-member:hover {
  border-color: #45aed6;
}
#bike .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#bike .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#bike .social-icons > li {
  display: inline-block;
}
#bike .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}


#store .section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 3px;
  background: #45aed6;
}
#store .section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #45aed6;
  border-radius: 20px;
  background: #fff;
}
#store span{
  font-size: 17px;
  font-weight: 500;
}
#store .team-member .team-info {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}
#store .team-member {
  padding: 10px;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#store .team-member .team-img {
  margin-left: 20px;
  padding: 0 20px 0 20px;
}

@media screen and (max-width: 600px){
#store .team-member .team-img {
  margin-left: 55px;
  padding: 0 20px 0 20px;
}}

@media screen and (max-width: 600px){
#store p{
  margin-bottom: 10px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}}
#store {
  padding: 100px 0 70px;
  background: #fff;
  background-size: cover;
  color: #777777;
}
#store h1,
#store h2,
#store h3,
#store h4 {
  color: #777777;
}
#store strong {
  display: block;
  margin-bottom: 30px;
}
.store {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
