.ft-text{
    color: #fff;
    font-size: 16px;
}
.test-h1{
	color: #293155;
    font-family: "Josefin Sans",sans-serif;
    font-size: 39px;
    font-weight: 700;
    margin: 0;
    position: relative;
    text-transform: capitalize;
    z-index: 99;
}
.test-p{
	    color: #777;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 12px auto auto;
    max-width: 670px;
}
  @media only screen and (max-width: 649px) {
	  .ab-sh{
	box-shadow: none !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 1px;
	  }
  }
.ab-sh{
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.13), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 1px;
	height: 241px;

}	