@font-face {
    font-family: 'ThirstyRoughRegOne';
    src: url('../../fonts/ThirstyRoughRegOne/ThirstyRoughRegOne.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/ThirstyRoughRegOne/ThirstyRoughRegOne.otf')  format('opentype'),
    url('../../fonts/ThirstyRoughRegOne/ThirstyRoughRegOne.woff') format('woff'),
    url('../../fonts/ThirstyRoughRegOne/ThirstyRoughRegOne.ttf')  format('truetype'),
    url('../../fonts/ThirstyRoughRegOne/ThirstyRoughRegOne.svg#ThirstyRoughRegOne') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ThirstyRoughRegOne {
    font-family: 'ThirstyRoughRegOne', sans-serif;
    font-weight: normal;
}

.title--block {
    font-size: 4.8rem;
    line-height: 5rem;
}

blockquote:before,
blockquote:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

blockquote {
    padding: 60px 40px;
    position: relative;
    color: #393939;
    font-weight: 300;
    font-size: 3rem;
    line-height: 4.8rem;
}

blockquote:before,
blockquote:after {
    position: absolute;
    font-size: 3.8rem;
    line-height: 3.8rem;
}

blockquote:before {
    top: 30px;
    left: 0;
    content: "\f10d"
}

blockquote:after {
    bottom: 30px;
    right: 0;
    content: "\f10e"
}

blockquote strong {
    font-weight: 600;
}


@media (min-width: 992px) {
    blockquote {
        font-size: 3rem;
        line-height: 4.8rem;
    }
}
