

.row.thnkyou-row img {
    max-width: 400px;
}
.thank-you-img {
    margin-bottom: 35px;
}
.thankyoudemo h2 {
    font-weight: 600;
    margin-bottom: 10px;
}

.thankyoudemo h2 +p {
    margin-bottom: 25px;
}

.thankyoudemo p {
    margin-bottom: 16px;
    margin-top: 0;
}
.review-link img.img-fluid {
    max-width: 150px;
    width: 100%;
    object-fit: contain;
}
.review-link a {
    color: #00a0af;
    transition: all .4s ease-out;
}
.review-link a:hover {
    text-decoration: underline;
}
.thankyou-content ul li a {
    padding: 0 14px;
    border-right: 1px solid #ddd;
    display: inline-block;
}
.review-link {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .thankyoudemo p {
        margin-bottom: 10px;
    }
    .thankyoudemo h2 +p {
        margin-bottom: 15px;
    }
}