.quote-chip mat-chip {
    cursor: pointer;
    margin-top: 10px;
}
figure img {
    border: 2px solid black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
    background-color: #ff6419;
    color: #fff;
}
.after-991{
    display: none;
}
.before-1200{
    display: unset;
}
@media screen and (max-width: 1200px){
.before-1200{
    display: none;
}
.after-991{
    display: unset;
    width: 40px !important;
}
}

@media screen and (max-width: 992px) {
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{
    margin: 20px auto;
}
.before-1200{
    display: unset;
}
.after-991{
    display: none;
}
}
