.text-section {
    padding: 60px 0;
    font-family: 'Proxima Nova Rg';
}

.text-section__content {
    border-bottom: 1px solid #DCDCDC;
}

.text-section__content h1,
.text-section__content h2 {
    font-weight: 700;
    font-size: 30px;
    color: #383838;
    margin-bottom: 20px;
}

.text-section__content p {
    font-weight: 300;
    font-size: 16px;
    color: #383838;
    line-height: 1.6;
}

.text-section__content a {
    color: #048ec9;
    text-decoration: none;
}

.text-section__content a:hover {
    text-decoration: underline;
}

.text-section__content img {
    max-width: 100%;
    height: auto;
}

.text-section__content figcaption {
    font-style: italic;
    color: #383838;
    font-weight: 100;
}

.text-section__content strong {
    color: #383838;
}

@media (max-width: 768px) {
    .text-section {
        padding: 20px 0;
    }

    .text-section__content h1,
    .text-section__content h2 {
        font-size: 24px;
    }
}

.text-section__content blockquote {
    margin: 30px 0;
    padding: 10px 30px 20px 40px;
    border-left: 8px solid #DCDCDC;
    font-size: 24px;
    color: #383838;
}

.text-section__content blockquote::before {
    content: '';
    display: block;
    width: 50px;
    height: 36px;
    margin-bottom: 16px;
    background-color: #F5C300;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M96 224C84.72 224 74.05 226.5 64 229.9V224c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-8C57.31 64 0 121.3 0 192v160c0 53 43 96 96 96s96-43 96-96-43-128-96-128zm256 0c-11.28 0-21.95 2.497-32 5.899V224c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-8C313.3 64 256 121.3 256 192v160c0 53 43 96 96 96s96-43 96-96-43-128-96-128z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M96 224C84.72 224 74.05 226.5 64 229.9V224c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-8C57.31 64 0 121.3 0 192v160c0 53 43 96 96 96s96-43 96-96-43-128-96-128zm256 0c-11.28 0-21.95 2.497-32 5.899V224c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24h-8C313.3 64 256 121.3 256 192v160c0 53 43 96 96 96s96-43 96-96-43-128-96-128z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}