* {
    font-family: roboto !important;
}

.btn {
    border-radius: 4px !important;
}

.pt-cv-readmore {
    background-color: #C80F2D !important;
    border: #C80F2D !important;
    margin: 10px 0;
}

.pt-cv-wrapper img {
    max-height: 150px;
    object-fit: cover;
    background-color: #fff;
    display: block;
    margin: auto;
    padding: 0 !important;
    width: 100%;
}

.page-main .page-title-wrapper .page-title {
    color: #050203;
    font-size: 20px;
    margin: 0 0 15px;
    color: #050203;
    font-family: 'Roboto';
}
a, a:hover, a:focus, a:visited, a:active {
    color: #050203;
}
p {
    font-size:17px
}