/******************************************************************
Stylesheet: acfbloc css
******************************************************************/
/******************************************************************
Stylesheet: mixins
******************************************************************/
/* line 6, ../scss/acfbloc.scss */
.services-wrapper {
  padding: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
    height: 100%;
}
/* line 10, ../scss/acfbloc.scss */
.services-wrapper h2 {
  margin-top: 0;
}
/* line 13, ../scss/acfbloc.scss */
.services-wrapper img {
  margin-bottom: 20px;
}
/* line 17, ../scss/acfbloc.scss */
.services-wrapper a {
  color: #333;
  text-decoration: none;
}
/* line 22, ../scss/acfbloc.scss */
.services-wrapper .btn-readmore {
  margin: 20px 0;
}
/* line 25, ../scss/acfbloc.scss */
.services-wrapper .btn-readmore span {
  display: inline-block;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}
/* line 35, ../scss/acfbloc.scss */
.services-wrapper:hover {
  background-color: #e4e4e4;
  cursor: pointer;
}
/* line 39, ../scss/acfbloc.scss */
.services-wrapper:hover a {
  color: #333;
}
/* line 43, ../scss/acfbloc.scss */
.services-wrapper:hover .btn-readmore span {
  color: #333;
  background-color: #fff;
}
