/* page-template-default landing */
body.page-template-default section#landing {
    padding-top: calc(150px + 5%);
    padding-bottom: 100px;
    background-size: cover;
    background-image: url('/wp-content/themes/truemarket/assets/img/pages/hero-about.webp');
    background-repeat: no-repeat;
    background-position: center center
}

body.page-template-default section#landing .content {
    max-width: 900px;
    text-align: left
}

@media screen and (max-width: 768px) {
    body.page-template-default section#landing .content {
        text-align: center
    }
}

body.page-template-default section#landing .content h1 {
    font-size: 47px;
    font-family: "Poppins-Bold";
    color: #f6f6f6;
    padding-bottom: .3em;
    position: relative;
    margin-bottom: .5em
}

@media screen and (max-width: 1040px) {
    body.page-template-default section#landing .content h1 {
        font-size: 39px
    }
}

@media screen and (max-width: 768px) {
    body.page-template-default section#landing .content h1 {
        font-size: 34px
    }
}

@media screen and (max-width: 500px) {
    body.page-template-default section#landing .content h1 {
        font-size: 30px
    }
}

@media screen and (max-width: 320px) {
    body.page-template-default section#landing .content h1 {
        font-size: 26px
    }
}

body.page-template-default section#landing .content h1::after {
    content: '';
    display: block;
    width: 50px;
    border-bottom: 5px dotted #c9c9c9;
    position: absolute;
    top: 100%;
    left: 3px
}

@media screen and (max-width: 768px) {
    body.page-template-default section#landing .content h1 {
        position: relative
    }

    body.page-template-default section#landing .content h1::after {
        content: '';
        display: block;
        width: 50px;
        border-bottom: 5px dotted #c9c9c9;
        position: absolute;
        top: 100%;
        left: 3px;
        left: calc(50% - 25px)
    }
}

body.page-template-default section#landing .content p {
    font-size: 15px;
    color: #ffffff;
    font-family: "Poppins-Light";
    line-height: 1.8em
}

@media screen and (max-width: 768px) {
    body.page-template-default section#landing .content p {
        font-size: 14px
    }
}

@media screen and (max-width: 320px) {
    body.page-template-default section#landing .content p {
        font-size: 13px
    }
}

body.page-template-default section#landing .content p:last-child .fancy-button {
    margin-top: 2rem
}

/* page-template-default page content */
body.page-template-default section#page-content {
    padding: 70px 0 90px;
}

body.page-template-default section#page-content .content {
    max-width: 100%;
}

body.page-template-default section#page-content h2 {
    font-size: 27px;
    font-family: "Poppins-Bold";
    color: #131f6b;
    margin-bottom: 0.6em;
    margin-top: 1.4em;
    line-height: 1.2em;
}

body.page-template-default section#page-content h3 {
    font-size: 20px;
    font-family: "Poppins-Medium";
    color: #131f6b;
    margin-bottom: 0.5em;
    margin-top: 1.2em;
    line-height: 1.3em;
}

body.page-template-default section#page-content h4,
body.page-template-default section#page-content h5,
body.page-template-default section#page-content h6 {
    font-size: 16px;
    font-family: "Poppins-Medium";
    color: #131f6b;
    margin-bottom: 0.4em;
    margin-top: 1em;
    line-height: 1.3em;
}

body.page-template-default section#page-content p {
    font-size: 15px;
    color: #7a7a7a;
    font-family: "Poppins-Light";
    line-height: 1.8em;
    margin-bottom: 1em;
}

body.page-template-default section#page-content p:last-child {
    margin-bottom: 0;
}

body.page-template-default section#page-content ul,
body.page-template-default section#page-content ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
}

body.page-template-default section#page-content ul {
    list-style: disc;
}

body.page-template-default section#page-content ol {
    list-style: decimal;
}

body.page-template-default section#page-content ul li,
body.page-template-default section#page-content ol li {
    font-size: 15px;
    color: #7a7a7a;
    font-family: "Poppins-Light";
    line-height: 1.8em;
    margin-bottom: 0.4em;
}

body.page-template-default section#page-content a {
    color: #131f6b;
    text-decoration: underline;
}

body.page-template-default section#page-content a:hover {
    opacity: 0.75;
}

body.page-template-default section#page-content strong,
body.page-template-default section#page-content b {
    font-family: "Poppins-Medium";
    color: #131f6b;
}

body.page-template-default section#page-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1em;
}

blockquote {
    border-left: 4px solid #c9c9c9;
    padding-left: 1em;
    margin-left: 0;
    margin-right: 0;
    color: #7a7a7a;
    font-style: italic;
    margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
    body.page-template-default section#page-content {
        padding: 50px 0 70px;
    }

    body.page-template-default section#page-content h2 {
        font-size: 22px;
    }

    body.page-template-default section#page-content h3 {
        font-size: 18px;
    }

    body.page-template-default section#page-content p,
    body.page-template-default section#page-content ul li,
    body.page-template-default section#page-content ol li {
        font-size: 14px;
    }
}

@media screen and (max-width: 320px) {
    body.page-template-default section#page-content p,
    body.page-template-default section#page-content ul li,
    body.page-template-default section#page-content ol li {
        font-size: 13px;
    }
}
