.at-quote {
    margin: 3em 1em 0 1em;
}

.at-quote blockquote {
    border: none;
}

.at-quote__quote {
    position: relative;
    display: inline-block;
    font-size: 1.4em;
    font-weight: 600;
    font-style: normal;
}

.at-quote__quote:before,
.at-quote__quote:after {
    position: absolute;
    font-size: 2em;
    font-style: italic;
    content: '"';
    color: #ff3550;
}

.at-quote__quote:before {
    top: -4rem;
    left: -2rem;
    transform: rotate(180deg);
}

.at-quote__quote:after {
    right: -2rem;
    bottom: -5rem;
}

.at-quote__author {
    margin: 0;
    font-size: .7em;
}

.at-quote__author cite {
    font-style: normal;
}

@media (min-width: 1350px) {
 	.at-quote {
    	margin: 3em auto 0 auto;
      	width: 70%;
  	}
}