﻿
.survey h5 {
    position: relative;
    margin-bottom: 1em;
}

.survey h4 {
    position: relative;
}

.survey-item:nth-of-type(n+2) h4::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 2em;
    width: 50%;
    height: 0.5px;
    background-color: rgb(200, 200, 200);
    margin: 0 25%;
}
@media screen and (max-width: 767px) {
    .survey h4 {
        margin-bottom: 1.5rem;
    }

    .survey-item:nth-of-type(n+2) h4::before {
        bottom: 4em;
    }

    .survey-item {
        margin: 0px 15px 80px 15px;
    }
}

.survey div {
    margin-top: 4em;
    text-align: center;
}
.survey-item p {
    font-size: 17px;
    line-height: 32px;
}

.survey-item {
    margin-bottom: 80px;
}