.success-img {
    height: 120px;
    width: 120px
}

.success-img .success-img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

.btn-custom-review {
    background-color: #3e9b8e;
    border-radius: 1.5em 1.5em;
    color: #fff;
    margin: 5px 0;
    min-width: 180px;
    padding: 5px 20px
}

.text-teal {
    color: #f2631c;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px
}