.blockquote-section {
margin-top: 40px;
margin-bottom: 40px;
overflow-x: hidden;
position: relative;
}
.blockquote-section:before, .blockquote-section:after {
content: "";
border: 1px solid #fa4616;
position: absolute;
width: 90%;
height: 1px;
z-index: 99;
}
@media (min-width: 800px) {
.blockquote-section:before, .blockquote-section:after {
width: 50%;
margin-top: 2.5%;
margin-bottom: 2.5%;
}
}
.blockquote-section::before {
left: 0;
right: 0;
top: 0;
margin: auto;
}
@media (min-width: 800px) {
.blockquote-section::before {
left: 8%;
right: unset;
}
}
.blockquote-section::after {
right: 0;
left: 0;
bottom: 0;
margin: auto;
}
@media (min-width: 800px) {
.blockquote-section::after {
right: 8%;
left: unset;
}
}
.blockquote-section .card {
border: none;
border-radius: 0;
max-width: 1200px;
width: 90%;
margin-left: auto;
margin-right: auto;
padding: 38px 0;
}
.blockquote-section .card .blockquote {
display: flex;
margin-bottom: 0;
}
@media (max-width: 800px) {
.blockquote-section .card .blockquote {
text-align: center;
}
}
.blockquote-section .card .blockquote .quote {
font-size: 26px;
line-height: 48px;
text-align: center;
color: #0021a5;
font-family: "gentonamedium";
}
@media (min-width: 800px) {
.blockquote-section .card .blockquote .quote {
text-align: left;
}
}
.blockquote-section .card .blockquote .quotee {
font-size: 19px;
line-height: 48px;
text-align: center;
color: #0021a5;
margin-left: 10px;
display: inline-block;
}
@media (min-width: 800px) {
.blockquote-section .card .blockquote .quotee {
text-align: left;
}
}
.faculty-blockquote-section .card {
background-color: transparent !important;
border: none !important;
}