html {
    box-sizing: border-box;
}

#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.menu-opened {
    height: 100vh;
    overflow: hidden;
}

main.main {
    margin: 10px 0 120px;
}

.widget_custom_html,
.widget_mc4wp_form_widget {
    list-style: none;
}

.mc4wp-response .mc4wp-error p {
    color: #e02b27;
    margin-top: 7px;
}

.mc4wp-response .mc4wp-success p {
    color: #37b487;
    margin-top: 7px;
}

/*Header*/
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #141733;
    padding: 0 100px;
}

.header .logo {
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
}

.top-header a {
    font-family: "Open Sans";
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
}

.top-header .phone {
    display: flex;
    align-items: center;
}

.top-header .phone::before {
    content: url("../images/tel-icon.svg");
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.middle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 28px 100px;
    border-bottom: 1px solid rgba(20, 23, 51, 0.1);
}

.middle-header .menu-categories-btn,
.middle-header .separator {
    display: none;
}

.middle-header .return-btn {
    font-family: "Open Sans";
    color: #141733;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #d8e2ed;
    border-radius: 23px;
    padding: 12px 20px;
    text-decoration: none;
}

.middle-header .return-btn::before {
    content: url("../images/arrow-left.svg");
    margin-right: 8px;
}

.middle-header .search-area {
    position: relative;
}

.middle-header .search-field {
    border-radius: 4px;
    border: 1px solid rgba(127, 159, 197, 0.3);
    width: 310px;
    height: 55px;
    padding-left: 70px;
    font-family: "Open Sans";
    color: #141733;
    font-size: 16px;
    font-weight: 400;
}

.middle-header .search-field::placeholder {
    color: #5a5c70;
}

.middle-header .search-area button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    outline: none;
    box-shadow: none;
    border: none;
    background: none;
    color: #333;
    width: 40px;
    cursor: pointer;
    padding-left: 20px;
}

.middle-header .icon-search::before {
    content: url("../images/search.svg");
}

.header .categories-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 10px 18px;
    border-bottom: 1px solid #141733;
}

.header .categories-menu ul li:not(:last-child) {
    margin-right: 40px;
}

.header .categories-menu ul li a {
    font-family: "Encode Sans Expanded";
    color: #141733;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.header .categories-menu ul li a:hover {
    color: #ff503d;
}

.header .menu-wrapper .menu-header {
    display: none;
}

/*Footer*/
.footer {
    margin-top: auto;
}

.footer .footer-content {
    background-color: #141733;
    border-top: 7px solid #ff503d;
    padding: 33px 20px 30px;
    display: flex;
    justify-content: center;
}

.footer .footer-content .footer-info {
    margin-right: 10%;
}

.footer .footer-content .footer-categories {
    margin-right: 5%;
}

.footer .footer-content .footer-newsletter {
    width: 431px;
    margin-left: 10%;
}

.footer .footer-content .footer-info .logo {
    max-width: 226px;
    margin-bottom: 28px;
}

.footer .footer-content .footer-info .logo img {
    width: 100%;
    height: 100%;
}

.footer .footer-content .footer-info a,
.footer .footer-content .footer-info span {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
    display: inline-block;
}

.footer .footer-content .footer-info span {
    max-width: 0 5px;
}

.footer .footer-content .footer-info .social-networks {
    display: flex;
    align-items: center;
    margin-top: 27px;
}

.footer .footer-content .footer-info .social-networks li:not(:last-child) {
    margin-right: 10px;
}

.footer .footer-content .footer-info .social-networks .icon-facebook {
    content: url("../images/facebook.svg");
}

.footer .footer-content .footer-info .social-networks .icon-linkedin {
    content: url("../images/linkedin.svg");
}

.footer .footer-content .links-title,
.footer .footer-content .footer-newsletter .widget_mc4wp_form_widget h2 {
    color: #fff;
    font-family: "Encode Sans Expanded";
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer .footer-content .footer-categories .categories-menu li>a,
.footer .footer-content .footer-conditions li>a {
    color: #fff;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
}

.footer .footer-content .footer-categories .categories-menu li>a:hover,
.footer .footer-content .footer-conditions li>a:hover {
    text-decoration: underline;
}

.footer .footer-content .footer-newsletter .widget_mc4wp_form_widget input[type=email] {
    border-radius: 4px;
    border: 1px solid #b4ceed;
    color: #141733;
    font-size: 16px;
    font-family: "Open Sans";
    height: 45px;
    max-width: 320px;
    width: 100%;
    padding-left: 20px;
}

.footer .footer-content .footer-newsletter .widget_mc4wp_form_widget input[type=email]::placeholder {
    color: rgba(20, 23, 51, 0.7);
}

.footer .footer-content .footer-newsletter .widget_mc4wp_form_widget .mc4wp-form {
    position: relative;
}

.footer .footer-content .footer-newsletter .widget_mc4wp_form_widget input[type=submit] {
    position: absolute;
    border-radius: 23px;
    border: 2px solid #ff503d;
    background-color: #ff503d;
    height: 45px;
    min-width: 147px;
    padding: 0 5px;
    right: 0px;
    font-family: "Encode Sans Expanded";
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.footer .footer-content .footer-newsletter .widget_mc4wp_form_widget input[type=submit]:hover {
    border: 2px solid #f91a02;
    background-color: #f91a02;
}

.footer .footer-bottom {
    background-color: #2b2e47;
    padding: 10px;
    text-align: center;
}

.footer .footer-bottom p {
    color: #fff;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}

.footer .footer-bottom p a {
    color: #fff;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
}

.footer .footer-bottom p strong {
    font-weight: 700;
}

/*Home*/
.main .breadcrumb {
    display: flex;
    margin: 0 100px;
}

.main .breadcrumb li,
.main .breadcrumb li a {
    font-family: "Open Sans";
    color: #141733;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
}

.main .breadcrumb li:last-child {
    font-weight: 700;
}

.main .breadcrumb li:not(:last-child):after {
    content: "/";
    margin-right: 5px;
}

.main .heading-area .title,
.main .not-found-title {
    margin: 16px 0 43px;
    color: #141733;
    font-family: "Encode Sans Expanded";
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.main .not-found-title {
    text-align: left;
    padding: 0 20px;
    margin: 50px 0 20px;
}

.main .heading-area .title .color-change {
    color: #ff503d;
}

.main .blog-section .blog-row {
    border-top: 1px solid #e7e7ea;
    padding: 51px 25px 0px;
}

.main .blog-section .blog-row .block {
    max-width: 1432px;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: 80px auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f5f9;
}

.main .blog-section .blog-row .block .title-wrapper,
.main .blog-section .blog-row .block .description {
    padding-right: 10px;
}

.main .blog-section .blog-row .block .image-holder {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column: 2;
}

.main .blog-section .blog-row .block .image-holder .image-container {
    max-width: 496px;
    display: block;
}

.main .blog-section .blog-row .block .image-holder .image-container img {
    height: 100%;
    width: 100%;
    border-radius: 30px;
}

.main .blog-section .blog-row .block .title {
    margin-bottom: 30px;
}

.main .blog-section .blog-row .block .title a,
.main .not-found-subtitle {
    font-family: "Encode Sans Expanded";
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: #141733;
    text-decoration: none;
}

.not-found-subtitle {
    padding: 0 20px;
}

.main .blog-section .blog-row .block .extra-info {
    display: flex;
    color: #141733;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.main .blog-section .blog-row .block .extra-info .separator-text,
.main .post-section .extra-info .separator-text {
    margin: 0 1px;
}

.main .blog-section .blog-row .block .excerpt, .main .blog-section .blog-row .block .description {
    color: #141733;
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 40px;
}

.main .blog-section .blog-row .block .more-link {
    font-family: "Encode Sans Expanded";
    color: #ff2d43;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid #ff2d43;
    text-decoration: none;
}

.main .blog-section .blog-row .block .more-link:hover {
    border-bottom: 2px solid #ff2d43;
    color: #f91a02;
}

.main .blog-section .navigation .pager-list {
    display: flex;
    margin: auto;
    width: 100%;
    max-width: 1432px;
}

.main .blog-section .navigation {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}

.main .blog-section .navigation ul li.active {
    background-color: #d8e2ed;
}

.main .blog-section .navigation ul li:not(:last-child) {
    margin-right: 10px;
}

.main .blog-section .navigation ul li {
    border: 1px solid #d8e2ed;
    padding: 8px 12px;
    border-radius: 17px;
    width: 35px;
}

.main .blog-section .navigation ul li:hover {
    text-decoration: underline;
}

.main .blog-section .navigation ul li a {
    color: #141733;
    font-family: "Open Sans";
    font-size: 16px;
    text-decoration: none;
}

.main .blog-section .navigation .next-button {
    border-radius: 17px;
    border: 1px solid #d8e2ed;
    color: #141733;
    font-family: "Open Sans";
    font-size: 16px;
    text-decoration: none;
}

.main .blog-section .navigation .next-button,
.main .blog-section .navigation .previus-button {
    width: auto;
    padding: 8px 23px;
}

.main .blog-section .navigation .next-button::after {
    content: url("../images/arrow-left.svg");
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 10px;
}

.main .blog-section .navigation .previus-button::before {
    content: url("../images/arrow-left.svg");
    display: inline-block;
    margin-right: 10px;
}

.main .blog-section .navigation .previus-button {
    border-radius: 17px;
    border: 1px solid #d8e2ed;
    color: #141733;
    font-family: "Open Sans";
    font-size: 16px;
}

/*Post*/
.main .post-heading .title {
    font-family: "Encode Sans Expanded";
    color: #141733;
    font-size: 40px;
    font-weight: 700;
    margin: 37px auto 20px;
    max-width: 1200px;
    padding: 0 15px;
    text-align: center;
}

.main .post-heading .extra-info {
    display: flex;
    color: #141733;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 14px;
    justify-content: center;
}

.main .post-heading .separator {
    border-bottom: 1px solid #e7e7ea;
    margin-bottom: 30px;
}

.main .post-section .post-content {
    font-family: "Open Sans";
    color: #141733;
    font-size: 16px;
    line-height: 28px;
    max-width: 1140px;
    margin: auto;
    padding: 0 25px;
}

.main .post-section .post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

.main .post-section .post-content iframe {
    max-width: 100%;
}
.main .post-section .post-content strong {
    font-weight: 700;
}

.main .post-section .post-content a {
    color: inherit;
}

.main .blogpost-section {
    border-top: 1px solid #e7e7ea;
    margin-top: 70px;
    padding-top: 30px;
}

.main .blogpost-section .post-recent-posts-title {
    color: #ff503d;
    font-family: "Encode Sans Expanded";
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

.main .blog-slider {
    display: flex;
    max-width: 1430px;
    margin: auto;
    padding: 0 25px;
}

.main .blog-slider .blog-col {
    width: 31%;
    margin-right: 4%;
}

.main .blog-slider .blog-col .image-holder a {
    height: 100%;
    max-height: 219px;
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
}

.main .blog-slider .blog-col .image-holder img {
    height: 100%;
    max-width: 100%;
    border-radius: 30px;
}

.main .blog-slider .blog-col .description .title {
    font-family: "Encode Sans Expanded";
    color: #141733;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #e7e7ea;
    padding-bottom: 13px;
    margin-bottom: 20px;
    min-height: 70px;
}

.main .blog-slider .blog-col .description .excerpt {
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 24px;
}

.main .blog-slider .blog-col .description .more-link {
    font-family: "Encode Sans Expanded";
    color: #ff2d43;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 6px;
    border-bottom: 1px solid #ff2d43;
    text-decoration: none;
}

.main .blog-slider .blog-col .description .more-link:hover {
    border-bottom: 2px solid #ff2d43;
    color: #f91a02;
}

/*Post content*/
.main .post-section .post-content ol {
    margin-bottom: 30px;
}

.main .post-section .post-content p {
    font-family: "Open Sans";
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}

.main .post-section .post-content h2 {
    font-family: "Encode Sans Expanded";
    color: #141733;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 20px;
}

.main .post-section .post-content h3 {
    font-family: "Encode Sans Expanded";
    color: #141733;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
}

.main .post-section .post-content h4 {
    font-family: "Encode Sans Expanded";
    color: #141733;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
}

.main .post-section .post-content a:hover {
    color: #ff503d;
}

.main .post-section .post-content .boton {
    transition: all .4s ease-in-out;
    background: #ff503d;
    border-radius: 28px;
    color: white;
    text-transform: uppercase;
    font-family: 'Encode Sans Expanded';
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 12px;
    text-decoration: none;
    display: block;
    max-width: 280px;
    text-align: center;
    margin: 20px auto;
}

.main .post-section .post-content .boton:hover {
    background: #f91a02;
    color: white;
}

.main .post-section .post-content .aligncenter {
    position: relative;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
}

.barcode-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.barcode-table td,
.barcode-table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.barcode-table tr:nth-child(even) {
    background-color: #f1f3f9;

}

@media (max-width: 1200px) {

    /*Header*/
    .top-header {
        padding: 0 50px;
    }

    .middle-header {
        padding: 28px 50px;
    }
}

@media (max-width: 1100px) {

    /*footer*/
    .footer .footer-content .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
        width: 60%;
    }
}

@media (max-width: 1024px) {
    main.main {
        margin: 10px 0 77px;
    }

    /*header*/
    .top-header {
        padding: 0 15px;
    }

    .header .logo {
        position: static;
        left: inherit;
        margin-right: 0;
        transform: none;
    }

    .middle-header .return-btn .extra-text {
        display: none;
    }

    .middle-header .search-field {
        width: 240px;
    }

    .header .menu-wrapper {
        display: none;
        position: absolute;
        top: 0;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        overflow: scroll;
        z-index: 1;
    }

    .header .menu-wrapper .menu-header {
        display: block;
        background-color: #141733;
        border-bottom: 1px solid #ff503d;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 20px;
    }

    .header .menu-header .cross {
        content: url("../images/cross.svg");
        width: 16px;
        height: 16px;
        margin-left: 20px;
        cursor: pointer;
    }

    .header .categories-menu ul {
        padding: 0;
        flex-direction: column;
        border: none;
        align-items: flex-start;
    }

    .header .categories-menu ul li {
        padding: 12px 25px;
        border-bottom: 1px solid #e2e2e5;
        width: 100%;
        margin: 0;
        font-family: "Open Sans";
    }

    .header .categories-menu ul li a {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
    }

    .header .menu-header .logo {
        height: 15px;
    }

    .header .menu-header .logo img {
        width: 100%;
        height: 100%;
    }

    .header .menu-header .logo a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .middle-header {
        padding: 5px 0;
    }

    .middle-header .search-area {
        width: auto;
        margin-bottom: 10px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 15px;
        width: 100%;
        max-width: 500px;
    }

    .middle-header .search-field {
        width: 100%;
        height: 45px;
    }

    .middle-header .search-area button {
        left: 15px;
    }

    .middle-header .return-btn {
        padding: 9px 15px;
        margin-left: 15px;
    }

    .middle-header .logo {
        height: 25px;
        margin-left: auto;
        margin-right: 20px;
    }

    .middle-header .logo img {
        width: 100%;
        height: 100%;
    }

    .middle-header .logo a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .middle-header .menu-categories-btn,
    .middle-header .separator {
        display: block;
    }

    .middle-header .menu-categories-btn {
        content: url("../images/hamburguesa.svg");
        margin-right: 20px;
        cursor: pointer;
    }

    .middle-header .separator {
        width: 100%;
        border-bottom: 1px solid rgba(20, 23, 51, 0.1);
        margin-top: 5px;
        margin-bottom: 8px;
    }

    /*Footer*/
    .footer .footer-content {
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-content .footer-info {
        margin-right: 0;
        margin-bottom: 13px;
    }

    .footer .footer-content .footer-categories,
    .footer .footer-content .footer-conditions {
        margin: 0;
        width: 100vw;
    }

    .footer .footer-content .footer-newsletter {
        margin-left: 0;
        width: 100%;
        max-width: 430px;
        margin-top: 20px;
    }

    .footer .footer-content .footer-info .footer-col-1-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footer-content .footer-info .logo {
        margin-bottom: 18px;
        width: 151px;
    }

    .footer .footer-content .footer-info a,
    .footer .footer-content .footer-info span {
        font-size: 12px;
        line-height: 20px;
    }

    .footer .footer-content .footer-info .social-networks {
        margin-top: 15px;
    }

    .footer .footer-content .footer-info .social-networks li:not(:last-child) {
        margin-right: 18px;
    }

    .footer .footer-content .footer-newsletter .widget_mc4wp_form_widget h2 {
        text-align: center;
    }

    .footer .footer-content .footer-newsletter .widget_mc4wp_form_widget input[type="email"] {
        width: 80%;
    }

    .footer .footer-content .footer-categories .categories-menu ul,
    .footer .footer-content .footer-conditions ul {
        display: none;
    }

    .footer .footer-content .links-title {
        margin-bottom: 0;
        padding: 15px 25px;
        border-bottom: 2px solid #5a5c70;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }

    .footer .footer-content .links-title::after {
        content: url("../images/dropdown-arrow.svg");
    }

    .footer .footer-content .links-title.active::after {
        transform: rotate(180deg);
        top: 5px;
        position: relative;
    }

    .footer .footer-content .footer-categories {
        border-top: 2px solid #5a5c70;
    }

    .footer .footer-content .footer-categories .categories-menu ul>li,
    .footer .footer-content .footer-conditions ul>li {
        background-color: #373951;
        padding: 12px 40px;
        border-bottom: 2px solid #5a5c70;
    }

    .footer .footer-content .footer-categories .categories-menu ul>li a,
    .footer .footer-content .footer-conditions ul>li a {
        display: block;
        width: 100%;
    }

    .footer .footer-content .links-title,
    .footer .footer-content .footer-newsletter .widget_mc4wp_form_widget h2 {
        font-size: 16px;
        line-height: 20px;
    }

    /*Home*/
    .main .breadcrumb {
        margin: 0 25px;
    }

    .main .heading-area .title {
        font-size: 25px;
        line-height: 27px;
    }

    .main .heading-area .title {
        margin: 25px 0 53px;
    }

    .main .blog-section .blog-row .block {
        display: flex;
        flex-direction: column;
        margin-bottom: 26px;
        padding-bottom: 37px;
        align-items: flex-start;
    }

    .main .blog-section .blog-row .block .title-wrapper,
    .main .blog-section .blog-row .block .description {
        padding: 0;
    }

    .main .blog-section .blog-row .block .title a {
        font-size: 16px;
        line-height: 20px;
    }

    .main .blog-section .blog-row .block .title {
        margin-bottom: 20px;
    }

    .main .blog-section .blog-row .block .image-holder .image-container {
        max-width: 450px;
        margin-bottom: 15px;
    }

    .main .blog-section .blog-row .block .extra-info {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .main .blog-section .blog-row .block .excerpt {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 27px;
    }

    .main .blog-section .blog-row .block .more-link {
        font-size: 13px;
    }

    .main .blog-section .navigation .pager-list {
        justify-content: center;
    }

    /*post*/
    .main .post-heading .title {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 12px;
    }

    .main .post-heading .extra-info {
        font-size: 11px;
        line-height: 16px;
    }

    .main .blogpost-section .post-recent-posts-title {
        font-size: 25px;
        line-height: 27px;
        margin-bottom: 35px;
    }

    .main .blog-slider {
        flex-direction: column;
    }

    .main .blog-slider .blog-col {
        margin: 0 auto 80px;
        max-width: 600px;
        width: 100%;
    }

    .main .blog-slider .blog-col .description .title {
        padding-bottom: 11px;
        margin-bottom: 15px;
        min-height: auto;
    }

    .main .blogpost-section {
        padding-top: 30px;
        margin-top: 83px;
    }

    /*post content*/
    .main .post-section .post-content h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .main .post-section .post-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .main .post-section .post-content {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 500px) {

    /*header*/
    .middle-header .logo {
        height: 15px;
    }
}