.flex {
    display: flex;
}

.direction-column {
    flex-direction:column ;
}

/* get-service */
.get-service-block_right {
    min-height: 0;
    background: none;
    position: fixed;
    margin: 0;
    right: 40px;
    top: 120px;
    z-index: 3;
}
.feedback {
    position: relative;
}
.feedback-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction:column ;
    margin: 12px 15px 19px 15px;
}
.feedback img {
    width: 335px;
    height: 125px;
}
.feedback-content p{
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0;
}
.feedback-content span{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}
.feedback-content a {
    background: linear-gradient(95.32deg, #1F75F6 8.54%, #DE286A 87.89%);
    box-shadow: 0px 0px 4.95194px rgba(142, 32, 203, 0.5);
    border-radius: 3px;
    width: 150px;
    height: 35px;
    font-weight: 700;
    font-size: 14.8558px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 7px;
    margin-top: 13px;
    cursor: pointer;
}

.feedback-content a:visited
{
    color: white;
}
/* get-service */


@media only screen and (max-width: 600px) {
    .get-service-block {
        position: initial;
        width: fit-content;
        margin: 0 auto 16px auto;
    }
    .get-service-block_right {
        min-height: auto;
    }
}
