.page-content {
    background: white;
    color: #111;
    font-size: 18px;
}

.page-content iframe {
    width: 100% !important;
}

.page-content .text-content a > span {
    color: #f18622 !important;
}

@media only screen and (max-width: 600px) {
    .big-title h1 {
        margin-bottom: 30px !important;
    }
}

.page-content .post-block {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
}

.page-content .products-block {
    padding: 2rem;
    margin-top: 2rem;
    border-radius: 10px;
    border: 1px solid #efefef;
    box-shadow: 0 0 31px rgba(0, 0, 0, .1);
}

.page-content .products-block .big-title {
    background: #f18300;
    color: white;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 5px 10px #cccccc42;
    text-align: center
}

.page-content .related-block h2 {
    background: #f18300;
    color: white;
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0 5px 10px #cccccc42;
    text-align: center
}

