.response-author {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
}

.response-author-img img {
    max-width: 115px;
    border-radius: 50%;
}

.response-summary {
    display: none;
    margin-bottom: 40px;
}

.response-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EBE4FA;
    margin-right: 10px;
}

@media only screen and (max-width: 1200px) {


    .response-summary {
        display: block;
    }
}