/******************************************************************
Stylesheet: acfbloc css
******************************************************************/
/******************************************************************
Stylesheet: mixins
******************************************************************/
/* line 6, ../scss/acfbloc.scss */
.services-wrapper {
  padding: 20px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
/* 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;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-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;
}

/* line 51, ../scss/acfbloc.scss */
.button-wrapper {
  position: relative;
  max-width: 100%;
  width: 340px;
  margin: auto;
  padding: 50px 0 10px 80px;
}
/* line 58, ../scss/acfbloc.scss */
.button-wrapper .image {
  position: absolute;
  left: -80px;
  bottom: 0;
}
