.bg_header h1 {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #000000c7;
    padding-top: 20px;
    top: 220px;
    max-width: 620px;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    padding-bottom: 20px;
}

.row.event {
    background-color: #e3e3e361;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    border-radius: 4px;
    border: 1px solid #0000002b;
}

p {
    font-size: 17px;
}

.blog_item {
    border: 1px solid black;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px;
    text-align: center;
}

img.attachment-large.size-large.wp-post-image {
    width: 100%;
    max-width: 590px;
    height: initial;
}

.blog_single {
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

.row.service {
    background-color: #8080802b;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
    border-radius: 4px;
}


.row.service strong {
    display: block;
    font-size: 29px;
    padding-bottom: 15px;
    border-bottom: 1px solid #00000036;
    margin-bottom: 31px;
}

h1.entry-title.single-title {
    background-color: black;
    padding: 43px;
    color: white;
    margin-bottom: 50px;
    margin-top: 50px;
    font-size: 40px;
}

.blog_single section.entry-content.cf {
text-align:left;
}
