.page-tax {
    padding-top: 175px;
}

.page-tax h1 {
    margin-top: 0px;
    margin-bottom: 80px;
    font-family: 'Raleway', sans-serif;
    line-height: 60px;
    font-size: 40px;
    font-weight: 900;
    color: #212121;
    border-bottom: 6px solid #ffc001;
    height: 50px;
    display: inline-block;
}

.content-page-tax p {
    margin-top: 0px;
    margin-bottom: 110px;
    font-family: 'Raleway', sans-serif;
    line-height: 40px;
    font-size: 17px;
    font-weight: 500;
    color: #212121;
}

.block-qsns-tax {
    margin-bottom: 50px;
}

.block-single-service-for-tax {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.block-single-service-for-tax img {
    position: relative;
    z-index: 1;
}

.block-single-service-for-tax p {
    display: block;
    width: 60%;
    margin-left: 40px;
    position: absolute;
    top: 100px;
    z-index: 3;
    font-family: 'Raleway', sans-serif;
    line-height: 44px;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    transition: .5s;
}

.block-single-service-for-tax a.button {
    position: absolute;
    width: auto;
    left: 55px;
    right: 55px;
    bottom: 55px;
    z-index: 2;
    text-align: center;
    opacity: 0;
    transition: .5s;
}

.block-single-service-for-tax:hover, .block-single-service-for-tax p:hover, .block-single-service-for-tax a:hover {
    cursor: pointer;
}

.block-single-service-for-tax:hover > p {
    top: 55px;
}

.block-single-service-for-tax:hover > a.button {
    opacity: 1;
}

.block-allservices {
    margin-bottom: 50px;
}