.pro-content h1 {
    font-size: 4vw;
    font-family: 'Roboto';
    font-weight: bold;
    letter-spacing: 0;
    color: #cf1212;
    text-align: left;
}

.pro-content h2 {
    font-size: 1.6rem;
    font-family: 'Roboto';
    color: #cf1212;
    text-align: left;
    padding-bottom: 1rem;
}

.pro-content .ac {
    text-align: center;
}

.pro-content p {
    font-family: 'RobotoLight';
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    text-align: left;
}

.pro-content {
    width: 100%;
    text-align: center;
}

.hidden-img {
    display: none;
}

.hidden-img {
    display: none;
}

.clearboth {
    clear: both;
}

.ac img {
    margin: 0 auto;
}

.no-padding {
    padding: 0;
}

.pro-content .font-red {
    color: #cf1212;
}