
.trends-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 129%;
}

.trends-heading span {
    color: #ED1C24;
}

.trends-logo-section {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-left: 0;
}

.trends-logo-section .field--name-field-description {
    font-family: var(--paragraph-font);
    font-size: 17px;
    color: #000;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 129%;
}

.date-section {
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

.date-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    font-family: arial;
    font-style: italic;
}

.date-section p {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: italic;
    color: #000;
    line-height: 129%;
}

.secret-section,
.date-section {
    background: #F5F7FA;
}

.secret-section {
    padding: 90px 0;
}

.secret-heading {
    font-size: 32px;
    font-weight: 700;
    line-height: 129%;
}

.scroll-section {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 0;
}

.scroll-section img {
    margin: 0;
}

.scroll-section .field--name-field-pbn-title {
    font-family: var(--paragraph-font);
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 129%;
}

.trends-section {
    position: relative;
    text-align: center;
    top: 10%;
}

.trends-logo-section img,
.trends-section img,
.template-img img,
.post-newsletter img {
    width: 100%;
    margin-bottom: 0;
}

.read-desc {
    padding: 60px 0;
    margin-bottom: 60px;
    background: #fff;
}

.read-desc h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    padding-bottom: 15px;
    margin: 0;
    line-height: 129%;
}

.read-desc h4 {
    font-size: 22px;
    font-weight: 700;
    color: #ED1C24;
    margin: 0;
    line-height: 129%;
}

.read-header {
    /* background:  url(../img/read-banner.png) center center no-repeat; */
    background-size: cover !important;
    position: relative;
}

.read-section {
    padding: 120px 0;
    text-align: center;
}

.read-content {
    display: flex;
    gap: 32px;
    align-items: center;
    margin: 0;
}

.read-content .field--name-field-pbn-title {
    font-family: var(--heading-font);
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    line-height: 129%;
}

.pbn-logo {
    height: 86px;
    margin-bottom: 25px;
}

.paw-img .field--name-field-container-image {
    text-align: center;
}

.paw-img img {
    width: unset;
    height: unset !important;
    text-align: center;
    position: relative;
    top: -25px;
}

.business-heading {
    font-size: 32px;
    font-weight: 700;
    color: #ED1C24;
    padding-bottom: 20px;
    line-height: 129%;
}

.business-desc,
.business-subscribe {
    font-family: var(--paragraph-font);
    font-size: 17px;
    padding-bottom: 20px;
    color: #000;
    line-height: 129%;
}

.business-subscribe {
    font-weight: 900;
    color: #ED1C24;
    padding-bottom: 40px;
}

.newsletter {
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.newsletter .form-control {
    border-radius: 5px;
    padding: 15px 20px;
    width: 65%;
}

.newsletter button {
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid #ED1C24;
}
.post-section {
    padding-left: 100px;
}
.post-newsletter .input-group {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
}
.post-newsletter .input-group .js-form-type-email{
    width: 200%;
}

.post-newsletter .pbn_logo img {
    width: 145px;
    height: 65px;
    margin-bottom: 25px;
}

.post-newsletter {
    margin-bottom: 90px;
}

.read-content img {
    margin: 0;
}

.post-newsletter .form-actions {
    width: 100%;
}

.post-newsletter .col-lg-6 .fadeInUp {
    padding-left: 80px;
}


@media screen and (max-width: 768px) {
    .pages-page-banner::before { 
        height: 92% !important;
    }
    .trends-logo-section .field--name-field-description {
        margin-bottom: 0;
        padding-right: 15px;
    }
    .trends-logo-section {
        padding-right: 40px;
        padding-left: 40px;
    }
    .post-section {
        padding-left: 30px;
    }
    .date-section,
    .post-newsletter{
        padding-right: 30px;
        padding-left: 30px;
    }
    .post-newsletter .col-lg-6 .fadeInUp {
        padding-left: 30px;
    }
    .read-desc {
        padding-left: 20px;
    }

    .trends-heading {
        text-align: center;
    }

    .trends-logo-section p {
        margin-bottom: 0 !important;
    }

    .secret-section {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 55px;
        padding-bottom: 0 !important;
    }

    .trends-section {
        top: 20px;
    }

    .read-section {
        padding: 60px 0;
    }
    .read-desc h3 {
        padding-right: 60px;
    }
    .read-content {
        display: block;
        margin-bottom: 45px;
    }
    .read-content img {
        margin-bottom: 30px;
    }
    .read-desc {
        margin-bottom: 40px;
        padding-top: 100px;
    }

    .template-img {
        position: relative;
        top: 65px;
        margin: 0;
    }

    .newsletter {
        display: block;
    }
    .newsletter .form-control {
        width: 100%;
        margin-bottom: 35px;
    }
    .newsletter button {
        width: 100%;
    }
    .post-newsletter .input-group {
        display: block;
    }
    .scroll-section {
        gap: 30px;
    }
    .scroll-section .field--name-field-pbn-title {
        margin-right: 10px;
    }
    .post-newsletter .input-group button {
        margin-top: 35px;
        width: 100%;
    }

    .post-newsletter {
        margin-bottom: 60px;
    }
    .read-content .field--name-field-pbn-title {
        text-align: center;
    }
    .post-newsletter .input-group .js-form-type-email{
        width: unset;
    }
     .template-img img {
        height: 253px;
     }
    .post-newsletter img {
        height: 271px;
    }
    .trends-section img {
        height: 200px;
    }
    .trends-logo-section img {
        height: 59px;
        width: 314px;
    }
    .pbn_logo {
        text-align: center;
    }
    .post-newsletter .pbn_logo img {
        width: 148px;
        height: 86px;
    }
    .date-content {
        font-size: 20px;
    }
    .trends-logo-section {
        align-items: center;
    }
}