.services {
    font-size: 14px;
}

.services .all-services .single-service .single-service-img {
    align-items: center;
    display: flex;
}

.services .all-services .single-service .single-service-content > img {
    max-width: 100px;
}

.entry-content table {
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.entry-content th, .entry-content td {
    padding: 5px 10px;
}

.site-main ol {
    margin-left: 0;
    padding-left: 15px;
}

.site-main ol li {
    padding-left: 20px;
}

.contact-section .container .contact-right .btn {
    color: #ea0014;
    background: #fff;
}

.contact-section .container .contact-right .btn:hover {
    color: #fff;
    background: #ea0014;
}

@media screen and (min-width: 1200px) {
    .site-header {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 100;
    }

    #page {
        padding-top: 131px;
    }
}

@media screen and (min-width: 768px) {
    .contact-section .container .contact-left .img-caption {
        top: auto;
        bottom: -80px;
        right: 80px;
        padding: 15px 30px;
        font-size: 13px;
    }
}