﻿.rest-article .quote {font-size: 1.5rem; margin-bottom: 55px;}
.rest-article .quote .quote-icon {margin-left: 20px;}
.rest-article .quote .quote-icon > svg {width: 3.5rem; fill: #eb1f21;}
.rest-article .quote .quote-desc {flex: 1; padding-top: 20px;}
.rest-article .quote .quote-desc > p {font-size: 1.5rem; margin-bottom: 0;}
.rest-article .quote .quote-desc .quote-name {color: #ababab; font-size: 1.25rem; padding-top: 5px;}
.base-component img.imgBase {
    width: 790px;
    height: 530px;
}
/* MOBILE */
@media screen and (max-width: 1023px) {
    .rest-article .quote {font-size: 1.25rem; margin-bottom: 35px;}
    .rest-article .quote .quote-icon {margin-left: 15px;}
    .rest-article .quote .quote-icon > svg {width: 2.25rem; }
    .rest-article .quote .quote-desc {flex: 1; padding-top: 15px;}
    .rest-article .quote .quote-desc > p {font-size: 1.25rem;}
    .rest-article .quote .quote-desc .quote-name {font-size: 1.125rem;}
    .base-component img.imgBase {
        width: 330px;
        height: 220px;
    }
}
