.tax-service-parent > h2 {
  color: #3b3b3b;
  font-family: "Raleway",sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
  text-align: center;
}

.tax-service-parent > h2::after {
  background: #6abad0 none repeat scroll 0 0;
  bottom: auto;
  content: "";
  height: 1px;
  left: calc(50% - 17px);
  position: absolute;
  top: 50px;
  width: 36px;
}

body.widget-snippet{
	padding:50px;
}

body.widget-snippet .tax-service-parent{
	padding-top: 20px;
}

.home-flex-container .tax-home-img {
	flex: 0 0 55%;
}
.home-flex-container .tax-home-img img{
	width: 100%;
}
.home-flex-container .tax-home-content {
	flex: 0 0 40%;
	justify-content: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.home-flex-container:nth-child(odd)  .tax-home-img{
	margin-right: -35px;
}
.home-flex-container:nth-child(even) .tax-home-content {
	margin-right: -35px;
}
.home-flex-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding: 65px 0 65px;
}
.home-flex-container:nth-child(odd){
	flex-direction: row;
}
.home-flex-container:nth-child(even){
	flex-direction: row-reverse;
}

.text-small-box > h3 {
	color: #373737;
	font-family: "Raleway",sans-serif;
	font-size: 26px;
	font-weight: 800;
	line-height: 24px;
	margin: 15px 0 0;
}
.text-small-box > p{
	color: #373737;
	font-family: "Raleway",sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
}
.text-small-box > span {
	color: #373737;
	font-family: "Raleway",sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
}

.text-small-box {
    background: #fff none repeat scroll 0 0;
    box-shadow: 5px 0 25px rgba(0,0,0,0.12);
    text-align: center;
    height: 62%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 100%;
}

.text-small-box a.btn-tax {
    background: #6abad0 none repeat scroll 0 0;
    color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 15px auto 0;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
}

.text-small-box a.btn-tax:hover {
	background: #808080;
	color: #fff;
	text-decoration: none;
}
