:root {
    --vs-transition-timing-function:
        cubic-bezier(1, .5, .8, 1);
    --vs-transition-duration: .15s;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

/* [type=checkbox],
[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-origin: border-box;
    border-color: #6b7280;
    border-width: 1px;
    color: #002142;
    display: inline-block;
    flex-shrink: 0;
    height: 1rem;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 1rem;
    --tw-shadow: 0 0 #0000;
}

[type=checkbox]:checked,
[type=radio]:checked {
    background-color: currentColor;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-color: transparent;
}

[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E")
}

[type=checkbox]:checked:focus,
[type=checkbox]:checked:hover,
[type=radio]:checked:focus,
[type=radio]:checked:hover {
    background-color: currentColor;
    border-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
}

.absolute {
    position: absolute;
}

.inset-0 {
    inset: 0;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.inline-block {
    display: inline-block;
}

.opacity-10 {
    opacity: .1;
}

.shadow-drawer,
.shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
} */

body {
    font-family: "Ubuntu", sans-serif;
}

p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

a {
    text-decoration: none;
}

/* style */
.fc-hidden-consent,
.fc-show-consent {
    display: flex;
    align-items: center;
    gap: 5px;
}

.fc-show-consent svg,
.fc-hidden-consent svg {
    display: inline-block;
}

.site-main {
    min-height: 100vh;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.sth-wrap-header {
    padding-bottom: 1.031rem;
    padding-top: 1.031rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 51 102 / var(--tw-bg-opacity));
}

.sth-header-inner {
    display: flex;
    align-items: center;
}

.btn-nav-header {
    height: 1.25rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-right: 4rem;
    cursor: pointer;
}

.nav-line {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    width: 2.75rem;
    height: .25rem;
}

.site-logo svg {
    fill: #fff;
}

@media (min-width: 1024px) {
    .site-logo svg {
        margin-right: 1.75rem;
    }

    .site-logo img {
        margin-right: 1.75rem;
    }
}

.sth-wrap-search {
    position: relative;
    width: 100%;
    max-width: 760px;
}

.sth-search-input input {
    width: 100%;
    --tw-bg-opacity: 1;
    --tw-border-opacity: 1;
    --tw-text-opacity: 1;
    opacity: .9;
    color: rgb(28 81 136 / var(--tw-text-opacity));
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    padding-right: 3rem;
    padding-left: 1.75rem !important;
    padding-bottom: .813rem;
    padding-top: .813rem;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    border-color: rgb(158 186 242 / var(--tw-border-opacity));
    border-width: 1px;
    border-radius: 9999px;
}

.sth-search-input input::placeholder {
    color: rgb(28 81 136 / var(--tw-text-opacity));
    font-size: 1rem;
}

.sth-search-by {
    background: linear-gradient(285.99deg, #EDF3FE 13.61%, #F2F7FF 100%);
    z-index: 1;
    min-width: 280px;
    gap: 1rem;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 9999px;
    right: .25rem;
    transform: translateY(-50%);
}

.meta-by {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-left: 1rem;
}

.meta-by svg {
    transform: scale(1);
    transition: transform var(--vs-transition-duration) var(--vs-transition-timing-function);
    transition-timing-function: var(--vs-transition-timing-function);
}

.btn-submit-s {
    padding-bottom: .875rem;
    padding-top: .875rem;
    padding-left: 2rem;
    padding-right: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 138 0 / var(--tw-bg-opacity));
    border-radius: 9999px;
    justify-content: center;
    margin-left: auto;
    text-transform: uppercase;
    border-style: none;
}

/* .btn {
    align-items: center;
    border-radius: 1.5rem;
    border-width: 2px;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    gap: .5rem;
    line-height: 1rem;
    overflow: hidden;
    position: relative;
    text-decoration-line: none !important;
} */

.sth-wrap-menu {
    background: #fff;
}

.sth-main-nav li a {
    padding-bottom: 1.75rem;
    padding-top: 1.75rem;
    transition-timing-function: linear;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-size: 1rem;
    font-weight: 400;
    display: block;
    line-height: 1rem;
    position: relative;
}

.sth-main-nav li a::before {
    content: "";
    width: 0;
    height: 4px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 138 0 / var(--tw-bg-opacity));
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.2s ease-in-out;
}

.sth-main-nav li a:hover::before {
    width: 100%;
}

.sth-main-nav li.current_page_item a::before {
    width: 100%;
}

.sth-main-nav li {
    list-style: none;
}

.sth-main-nav ul {
    display: flex;
    gap: 4rem;
}

.wrap-sidebar-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;

}

.wrap-sidebar-menu.active {
    opacity: 1;
    visibility: visible;
}

.overlay-sidebar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: #000;
    opacity: 0.5;
}

.wrap-sidebar-menu.active .wrap-nav-side {
    left: 0;
}

.wrap-nav-side {
    width: max-content;
    background-color: #fff;
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 3rem;
    padding-left: 6rem;
    padding-right: 1.5rem;
    left: -100%;
    transition: all 0.3s ease-in-out;
}

.sth-nav-sidebar li {
    list-style: none;
    min-width: 366px;
}

.sth-nav-sidebar li a {
    display: block;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-bottom: .75rem;
    padding-top: .75rem;
    --tw-text-opacity: 1;
    color: rgb(0 51 102 / var(--tw-text-opacity));
    border-bottom: 1px solid rgb(0 51 102 / var(--tw-text-opacity));
}

.wrap-nav-side .logo {
    padding-bottom: 2.5rem;
}

.btn-close-side {
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 3;
    cursor: pointer;
}

.btn-close-side svg {
    fill: #036;
}

/* Footer */
.site-footer {
    position: relative;
    background-image: linear-gradient(to right, #036, #1d62a7);
    padding-top: 4rem;
    padding-bottom: 1.75rem;
    background-color: #1d62a7;
    overflow: hidden;
}

.site-footer .container {
    position: relative;
    z-index: 1;
}

.sth-footer-head {
    display: flex;
    /* align-items: center; */
}

.ft-newsletter {
    width: 50%;
}

.form-newsletter {
    width: 50%;
    display: flex;
    align-items: center;
}

.newsletter-lb {
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.5625rem;
    font-weight: 700;
}

.newsletter-desc {
    color: #fff;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 1366px) {
    .newsletter-lb {
        font-size: 1.875rem;
    }
}

.invert {
    filter: invert(1);
}

.sth-newsletter-img img {
    margin-right: 1rem;
    max-width: 70px;
    width: 100%;
    vertical-align: middle;
}

.sth-newsletter-item {
    display: flex;
    align-items: center;
    margin-bottom: .625rem;
}

.sth-newsletter-item:last-child {
    margin-bottom: 0;
}

.sth-newsletter-text p {
    color: #fff;
}

.sth-title-newsletter {
    font-weight: 700;
}

.sth-input-subcribe {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-bottom: .75rem;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
}

.sth-input-subcribe:focus {
    outline: none !important;
    box-shadow: none;
    border-color: #fff;
}

.sth-input-subcribe::placeholder {
    color: #fff;
}

.marketing-box input[type='checkbox'] {
    background-color: transparent;
    border: 2px solid;
    border-color: rgba(255, 138, 0, 1);
    border-radius: .25rem;
    cursor: pointer;
    height: 1.875rem;
    width: 1.875rem;
    margin-right: .625rem !important;
}

.marketing-box label {
    color: #fff;
    font-size: .875rem;
    line-height: 1.25rem;
}

.sth-wrap-submit input {
    align-items: center;
    border-radius: 1.5rem;
    border: 2px solid #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 700;
    gap: .5rem;
    line-height: 1rem;
    overflow: hidden;
    position: relative;
    text-decoration-line: none !important;
    padding: .75rem 2.25rem;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-transform: uppercase;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.sth-wrap-submit input:hover {
    border-color: rgba(70, 129, 244, 1);
    color: rgba(70, 129, 244, 1);
    ;
}

.sth-subcribe-content {
    display: flex;
    margin-top: 1.75rem;
    gap: 2rem;
}

.marketing-box {
    display: flex;
    gap: 10px;
}

.sth-more-consent {
    color: #fff;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: 20px;
    cursor: pointer;
}

.sth-full-consent p {
    color: #fff;
    font-size: .875rem;
    line-height: 1.25rem;
}

.sth-full-consent p a {
    color: #fff;
    text-decoration: underline;
}

.sth-full-consent {
    display: none;
}

.fc-hidden-consent {
    display: none;
    cursor: pointer;
}

.sth-social-box {
    display: flex;
    gap: 1.25rem;
}

.sth-social-box a {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.sth-social-box a img,
.sth-social-box a svg {
    height: 20px !important;
    width: auto !important;
    vertical-align: middle;
    transition: all 0.2s ease-in-out;
}

.sth-social-box a:hover img {
    scale: 1.2;
}

.sth-footer-middle {
    margin-top: 5rem;
    display: flex;
}

.ft-middle-left {
    width: 50%;
    margin-top: 1rem;
}

.ft-middle-right {
    width: 50%;
}

.sth-social-box {
    margin-top: 4rem;
}

.sth-nav-footer li a {
    color: #fff;
    line-height: 2.5rem;
    font-size: .875rem;
    display: block;

}

.sth-nav-footer li a:hover {
    text-decoration: underline;
}

.sth-nav-footer li {
    list-style: none;
}

.sth-nav-footer ul {
    column-count: 3;
}

.sth-footer-bottom {
    font-size: .875rem;
    line-height: 1.25rem;
    padding-top: 5rem;
    color: #fff;
}


.shadow-drawer {
    --tw-shadow: 0 0 15px 10px rgba(0, 0, 0, .25);
    --tw-shadow-colored: 0 0 15px 10px var(--tw-shadow-color);
}

.shadow-drawer,
.shadow-lg {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 15px 10px rgba(0, 0, 0, .25);
}

.marketing-box .wpcf7-list-item {
    margin-left: 0;
}

@media screen and (min-width: 1366px) {
    .newsletter-lb {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 1023px) {
    .btn-nav-header {
        display: none;
    }

    .sth-wrap-search {
        display: none;
    }

    .sth-header-inner {
        /* justify-content: center; */
        justify-content: space-between;
    }

    .sth-wrap-menu {
        display: none;
    }
}

.site-header-moblie {
    display: none;
}

@media screen and (max-width: 1023px) {
    .site-header-moblie {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: .75rem;
        padding-right: .75rem;
        z-index: 9999;
        background-color: rgba(0, 51, 102, 1);
    }

    .wrap-side-mobile {
        display: flex;
    }

    /* .flex-1 {
        flex: 1 1 0%;
    }

    .flex-col {
        flex-direction: column;
    }

    .items-center {
        align-items: center;
    }

    .justify-center {
        justify-content: center;
    }

    .h-full {
        height: 100%;
    }

    .flex {
        display: flex;
    }

    .relative {
        position: relative;
    }

    .size-6 {
        height: 1.5rem;
        width: 1.5rem;
    }

    .size-full {
        height: 100%;
        width: 100%;
    }

    .bg-blue-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(28 81 136 / var(--tw-bg-opacity));
    }

    .rounded-full {
        border-radius: 9999px;
    }

    .p-1 {
        padding: .25rem;
    }

    .inline-block {
        display: inline-block;
    }

    .text-xxs {
        font-size: .625rem;
        line-height: 1rem;
    }

    .mt-auto {
        margin-top: auto;
    } */

    .wrap-side-mobile svg {
        width: auto;
        fill: #fff !important;
        min-width: 24px;
        max-height: 24px;
    }

    .wrap-side-mobile svg path {
        fill: #fff;
    }

    .wrap-side-mobile p {
        color: #fff;
    }

    .btn-search-mobile {
        border-radius: 50%;
        width: 64px;
        height: 64px;
        border: 4px solid #036;
        margin-top: -20px;
        cursor: pointer;
    }

    .wrap-btn-icon {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        --tw-bg-opacity: 1;
        background-color: rgb(28 81 136 / var(--tw-bg-opacity));
        border-radius: 50%;
    }

    .open-mb-icon span {
        width: 1.5rem;
        height: 3px;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        display: block;
    }

    .open-mb-icon {
        padding: .125rem;
        justify-content: space-between;
        flex-direction: column;
        height: 1.25rem;
        display: flex;
    }

    .sth-menu-open-mb {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    .site-footer .container {
        max-width: 100%;
    }

    .ft-newsletter {
        width: 100%;
    }

    .form-newsletter {
        width: 100%;
    }

    .sth-footer-head {
        flex-wrap: wrap;
        gap: 30px;
    }

    .sth-subcribe-content {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .sth-footer-middle {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .ft-middle-right,
    .ft-middle-left {
        width: 100%;
    }

    .sth-nav-footer ul {
        column-count: 2;
    }
}

/* change */
.sth-fix-positon {
    transform: translateY(-50%);
}

.sth-wrap-tab {
    display: none;
}

.sth-wrap-tab.active {
    display: block;
}

.btn-tab-sth.active {
    background-color: #fff;
    --tw-text-opacity: 1;
    color: rgb(0 51 102 / var(--tw-text-opacity));
    font-weight: 600;
}

.video-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #036;
    width: 100%;
    height: 100vh;
    z-index: 99;
}

.video-popup .box-ct-video {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.video-popup .box-ct-video .close-btn {
    fill: #ffffff;
    position: absolute;
    right: 20px;
    top: 20px;

}

.tabs {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    justify-content: center;
}

.tab {
    background: none;
    border: none;
    padding: 0px 0;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
    display: flex;
    transition: background 0.3s ease;
}

.tab.active {
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(to right, #036, #2b77c4);
}

.tab.active .tab-ct-right {
    background: #f3f4f600;
}

.tab.active .tab-ct-right p {
    color: #ffffff;
}

.tab.active .tab-ct-left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #036, #2b77c4);
    mix-blend-mode: overlay;
    pointer-events: none;
}

.tab:hover .tab-ct-left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #036, #2b77c4);
    mix-blend-mode: overlay;
    pointer-events: none;
}

.tab:hover {
    background: linear-gradient(to right, #036, #2b77c4);
}

.tab:hover .tab-ct-right {
    background: #f3f4f600;
}

.tab:hover .tab-ct-right p {
    color: #ffffff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tabs .tab-ct-left {
    position: relative;
    padding: 40px 28px;
    display: flex;
    align-items: center;
    min-height: 33vh;
    max-width: 36vh;

}

.tabs .tab-ct-left img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.tabs .tab-ct-left h2 {
    color: #ffffff;
    position: relative;
    margin: 0px;
    text-align: start;
}

.tabs .tab-ct-right {
    padding: 40px 28px;
    max-width: 34vh;
    background: #f3f4f6;

}

.tabs .tab-ct-right p {
    text-align: start;
    margin: 0px;

}

.container-cs-hl {
    max-width: 1464px;
    padding: 40px 32px;
    margin: 0 auto;
}

.tabs .line-right:last-child {
    display: none;
}

.tab-content .tab-ct-drop {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 0px;
}

.tab-content .content-text p {
    margin: 0px;
}

.tab-content .content-text h2 {
    margin: 0px 0px 40px 0px;
}

.tab-content .content-text {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 550px;
}

#contact-id-1,
#contact-id-2 {
    scroll-margin-top: 160px;
}

.container-refen {
    max-width: 1384px;
    padding: 0 32px;
    margin: auto;
    margin-bottom: 40px;
}

.filter-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.posts-wrap-refence {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 44px;
}

.post-refence .thumb a {
    display: block;
}

.post-refence .thumb {
    margin-bottom: 20px;
}

.post-refence .content-box .text p {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #036;
}

.post-refence .content-box .text .title {
    margin-bottom: 12px;
}

.post-refence .content-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.filter-box .filter-left select {
    height: 3rem;
    margin-right: 8px;
    border: 1px solid rgba(158, 186, 242, 1);
    border-radius: 1.5rem;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.15s cubic-bezier(.4, 0, .2, 1);
}

.filter-box .filter-right label [type=checkbox] {
    border-radius: 4px;
    height: 1.875rem;
    width: 1.875rem;
    border-width: 2px;
    border-color: #ff8a00;
}

.post-refence a:hover svg g {
    fill: #ffffff;
}

.a-hover-refence:hover svg g {
    fill: #ffffff;
}

.a-hover-white:hover svg g {
    fill: #003366;
}

#menu-category li a {
    --tw-text-opacity: 1;
    color: rgb(0 51 102 / var(--tw-text-opacity));
    line-height: 1rem;
}

#menu-category li {
    padding-left: .625rem;
    padding-right: .625rem;
}

.pagination-refen {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
    gap: 20px;
    color: #036;
    font-size: 14px;
    border: #9ebaf2 1px solid;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 24px;
}

.pagination-refen .current {
    font-weight: 600;
}

.box-pagi-refen {
    display: flex;
    justify-content: flex-end;
}

.hl-css-pd {
    padding: 30px 0px;
}

.sth-wrap-btn_menu {
    display: none;
}
.sth-wrap-btn_menu p {
    color: #fff;
}
.sth-pd-1 {
    padding-top: 23px;
    padding-bottom: 23px;
}
.popup-view.active .content-pp-view{
	padding: 20px 25px;
	border-radius: 12px;
}
.container-policy{
	max-width: 1400px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: 0 auto;
	padding-top: 64px;
}
/* .wp-singular main{
	max-width: 1400px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin: 0 auto;
	padding-top: 64px;
} */
.entry-content h1{
	font-size: 1.5rem;
    line-height: 1.5rem;
	margin-bottom: 1rem;
    margin-top: 1rem;
	color: #000;
}
