.sale-banner__item-inner,
.text-btn {
    align-items: center;
}

.text-btn {
    text-transform: capitalize;
}

.sale-banner__item-inner {
    display: flex;
}

.sale-banner__item--style52 .sale-banner__item-inner,
.sale-banner__item--style5 .sale-banner__item-inner,
.sale-banner__item--style4 .sale-banner__item-inner {
    display: grid;

}

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

.sale-banner__item--style52 .sale-banner__item-content,
.sale-banner__item--style5 .sale-banner__item-content,
.sale-banner__item--style4 .sale-banner__item-content,
.sale-banner__item-thumb img,
.sale-banner__item-inner,
.sale-banner,
.text-btn,
.trk-btn {
    position: relative;
}

.sale-banner__item-discount-badge,
.text-btn::after,
.trk-btn:after {
    position: absolute;
}

.trk-btn {
    text-align: center;
}

.trk-btn span svg {
    margin-inline-start: 5px;
}

.trk-btn svg {
    margin-inline-end: 5px;
}

.sale-banner__item-inner,
.trk-btn {
    overflow: hidden;
}

.trk-btn {
    font-size: .875rem;
    border: transparent;
    color: #FFF;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    padding: 13px 24px;
    text-decoration: none;
    transition: all .3s ease-out;
    text-transform: capitalize;
    line-height: 1;
    border-radius: 7px;
    cursor: pointer;
}

.trk-btn svg {
    transition: all .3s ease-out;
    color: #FFF !important;
}

.trk-btn:after {
    background: #FFF;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

@media (min-width: 576px) {
    .trk-btn {
        padding: 1rem 1.25rem;
    }
}

@media (min-width: 768px) {
    .trk-btn {
        padding: 1.125rem 1.5rem;
    }
}

.trk-btn--sm {
    background-color: #74B74E;
    padding: 13px 24px;
}

.trk-btn span {
    position: inherit;
    z-index: 1;
}

.trk-btn:hover.trk-btn {
    color: #FFF;
    transform: translateY(-3px);
}

.trk-btn:hover.trk-btn:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.text-btn {
    transition: all .3s ease-out;
    display: inline-flex;
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    color: #145961;
    border-bottom: 1px solid #145961;
}

.text-btn::after {
    transition: all .3s ease-out;
    content: "";
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0;
    background-color: #145961;
}

.text-btn:hover {
    color: #1d1d1d;
    border-color: #145961;

}

.sale-banner__item-inner {
    border-radius: 1rem;
}

@media (min-width: 1200px) {
    .sale-banner__item-inner {
        border-radius: 1.5rem;
    }
}

.sale-banner__item-thumb img {
    transition: all .3s ease-out;

}

.sale-banner__item-discount-badge {
    top: 30px;
    left: 400px;
    background-color: #F2C94C;
    border-radius: 50%;
    width: 106px;
    height: 106px;
    text-align: center;
    color: #161915;
    padding-top: 18px;
}

@media (min-width: 768px) {
    .sale-banner__item-discount-badge {
        left: 100px;
    }
}

@media (min-width: 992px) {
    .sale-banner__item-discount-badge {
        left: 380px;
    }
}

@media (min-width: 1200px) {
    .sale-banner__item-discount-badge {
        left: 430px;
    }
}

@media (min-width: 1400px) {
    .sale-banner__item-discount-badge {
        left: 450px;
    }
}

.sale-banner__item-discount-badge span {
    font-size: 14px;
}

.sale-banner__item-discount-badge--style3 {
    background-color: #145961;
    color: #FFF;
    top: 20px;
    left: 20px;
    width: 74px;
    height: 74px;
    padding-top: 10px;
}

@media (min-width: 768px) {
    .sale-banner__item-discount-badge--style3 {
        top: 30px;
        left: 135px;
    }
}

.sale-banner__item-discount-badge--style3 span {
    font-size: 12px;
    color: #EDF0ED !important;
}

.sale-banner__item-discount-badge--style3 h4 {
    color: #FFF;
    margin-bottom: 0;
    line-height: 14px;
}

.sale-banner__item--style4 .sale-banner__item-inner {
    background-color: #D2F7CF;
    background-image: url(../images/product/sale-banner/sale-banner-bg-sm.png);
    flex-wrap: nowrap;
    padding-inline: 24px;
    padding-block: 50px 29px;
    gap: 0px;

}

@media (min-width: 768px) {
    .sale-banner__item--style4 .sale-banner__item-inner {
        display: flex;
        gap: 40px;

    }
}

.sale-banner__item--style4 .sale-banner__item-thumb:before {
    display: none;
}

.sale-banner__item--style4 .sale-banner__item-content {
    flex: 1;
    margin-left: 0;
    max-width: 30ch;
    color: #161915;
}

.sale-banner__item--style4 .sale-banner__item-content span {
    color: #145961;
    font-weight: 500;
}

@media (min-width: 992px) {
    .sale-banner__item--style4 .sale-banner__item-content {
        padding-block: 60px 50px;
    }
}

@media (min-width: 1200px) {
    .sale-banner__item--style4 .sale-banner__item-content {
        padding-block: 48px 20px;
    }
}

.sale-banner__item--style5 .sale-banner__item-inner {
    padding: 0;
    background-color: #fafafa;
    background-image: url(../images/product/sale-banner/sale-banner-bg-sm3.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}


.sale-banner__item--style5 .sale-banner__item-content {
    max-width: 30ch;
    color: #161915;
    padding-block: 24px;
    padding-inline: 24px;
    margin-left: 0;
    flex: 1;
}

.sale-banner__item--style5 .sale-banner__item-content::before {
    background-color: #161915;
    opacity: .1;
}

.sale-banner__item--style52 .sale-banner__item-inner {
    padding: 0;
    background-color: #fafafa;
    background-position: bottom;
    background-repeat: no-repeat;

}

.sale-banner__item--style52 .sale-banner__item-thumb {
    flex: 1;
    text-align: center;
}

.sale-banner__item--style52 .sale-banner__item-content {
    max-width: 30ch;
    color: #161915;
    padding-block: 24px;
    padding-inline: 24px;
    margin-left: 0;
    flex: 1;
}

.sale-banner__item--style52 .sale-banner__item-content::before {
    background-color: #161915;
    opacity: .1;
}

.sale-banner__item:hover .sale-banner__item-thumb img {
    transform: scale(1.04);
}


.sale-banner__item-inner {
    align-items: center
}

.sale-banner__item-inner {
    display: flex
}

.sale-banner__item--style22 .sale-banner__item-inner,
.sale-banner__item--style2 .sale-banner__item-inner {
    display: grid
}

.trk-btn {
    display: inline-block
}

.sale-banner__item--style22 .sale-banner__item-content,
.sale-banner__item--style2 .sale-banner__item-content,
.sale-banner__item-thumb img,
.sale-banner__item-inner,
.sale-banner,
.trk-btn {
    position: relative
}

.sale-banner__item--style22 .sale-banner__item-content::before,
.sale-banner__item--style2 .sale-banner__item-content::before,
.sale-banner__item-discount-badge,
.trk-btn:after {
    position: absolute
}

.trk-btn {
    text-align: center
}

.trk-btn span svg {
    margin-inline-start: 5px
}

.trk-btn svg {
    margin-inline-end: 5px
}

.sale-banner__item-inner,
.trk-btn {
    overflow: hidden
}

.sale-banner__item-inner,
.trk-btn {
    overflow: hidden
}

:root {
    --brand-color: #145961;
    --secondary-color: #74B74E;
    --body-color: #FFF;
    --bg-color: #F2F7F5;
    --bg-color-2: #F2FFEB;
    --bg-color-3: #D2F7CF;
    --bg-color-4: #E1EBE7;
    --bg-dark-color: #073439;
    --title-color: #161915;
    --title-color-dark: #FFF;
    --text-color: #6F7E6E;
    --text-color-dark: #EDF0ED;
    --text-color-dark2: #A9B3A8;
    --border-color: #C6E2B6;
    --border-color-thin: #EBF8E4;
    --border-color-1: #C6CDC6;
    --border-color-2: #EDF0ED;
    --white-color: #FFF;
    --black-color: #000;
    --yellow-color: #F2C94C;
    --yellow-color-2: #FFDA84;
    --gray-color: #6F7E6E;
    --pink-color: #FFD3CC;
    --danger-color: #CE3939
}



.trk-btn {
    font-size: .875rem;
    border: transparent;
    color: var(--white-color);
    font-weight: 500;
    font-family: "Manrope", sans-serif;
    padding: 13px 24px;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-transform: capitalize;
    line-height: 1;
    border-radius: 7px;
    cursor: pointer
}

@media(min-width: 768px) {
    .trk-btn {
        font-size: 1rem
    }
}

.trk-btn svg {
    transition: all .3s ease-out;
    color: var(--white-color) !important
}

.trk-btn:after {
    background: var(--white-color);
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10
}

@media(min-width: 576px) {
    .trk-btn {
        padding: 1rem 1.25rem
    }
}

@media(min-width: 768px) {
    .trk-btn {
        padding: 1.125rem 1.5rem
    }
}

.trk-btn--md {
    background-color: var(--secondary-color);
    padding: 16px 24px
}

.trk-btn span {
    position: inherit;
    z-index: 1
}

.trk-btn:hover.trk-btn {
    color: var(--white-color);
    transform: translateY(-3px)
}

.trk-btn:hover.trk-btn:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

.sale-banner__item-inner {
    border-radius: 1rem
}

@media(min-width: 1200px) {
    .sale-banner__item-inner {
        border-radius: 1.5rem
    }
}

.sale-banner__item-thumb img {
    transition: all .3s ease-out;

}

.sale-banner__item-discount-badge {
    top: 30px;
    left: 400px;
    background-color: var(--yellow-color);
    border-radius: 50%;
    width: 106px;
    height: 106px;
    text-align: center;
    color: var(--title-color);
    padding-top: 18px;
}

@media(min-width: 768px) {
    .sale-banner__item-discount-badge {
        left: 100px
    }
}

@media(min-width: 992px) {
    .sale-banner__item-discount-badge {
        left: 380px
    }
}

@media(min-width: 1200px) {
    .sale-banner__item-discount-badge {
        left: 430px
    }
}

@media(min-width: 1400px) {
    .sale-banner__item-discount-badge {
        left: 450px
    }
}

.sale-banner__item-discount-badge span {
    font-size: 14px
}

.sale-banner__item-discount-badge--style2 {
    background-color: var(--brand-color);
    color: var(--white-color);
    top: 25px;
    left: 60px;
    width: 78px;
    height: 78px;
    padding-top: 4px
}

@media(min-width: 576px) {
    .sale-banner__item-discount-badge--style2 {
        top: 25px;
        left: 130px
    }
}

@media(min-width: 768px) {
    .sale-banner__item-discount-badge--style2 {
        top: 25px;
        left: 250px
    }
}

@media(min-width: 992px) {
    .sale-banner__item-discount-badge--style2 {
        top: 25px;
        left: 110px
    }
}

@media(min-width: 1200px) {
    .sale-banner__item-discount-badge--style2 {
        top: 25px;
        left: 150px
    }
}

.sale-banner__item-discount-badge--style2 span {
    font-size: 12px;
    color: var(--text-color-dark) !important
}

.sale-banner__item-discount-badge--style2 h4 {
    color: var(--white-color);
    margin-bottom: 0;
    line-height: 14px
}

.sale-banner__item--style2 .sale-banner__item-inner {
    flex-wrap: nowrap;
    padding-top: 24px;
    background-color: var(--bg-color-3);
    background-image: url(../images/product/sale-banner/sale-banner-bg-sm.png)
}

@media(min-width: 576px) {
    .sale-banner__item--style2 .sale-banner__item-inner {
        display: flex;
        padding-block: 32px;

    }
}

@media(min-width: 768px) {
    .sale-banner__item--style2 .sale-banner__item-thumb {
        display: block
    }
}

.sale-banner__item--style2 .sale-banner__item-thumb:before {
    display: none
}

.sale-banner__item--style2 .sale-banner__item-content {
    margin-left: 0;
    max-width: 30ch;
    color: var(--title-color);
    padding-block: 16px;
    padding-inline: 16px
}

@media(min-width: 576px) {
    .sale-banner__item--style2 .sale-banner__item-content {
        max-width: auto;
        margin-left: 50px
    }
}

.sale-banner__item--style2 .sale-banner__item-content span {
    color: var(--brand-color);
    font-weight: 500
}

.sale-banner__item--style2 .sale-banner__item-content::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--border-color);
    top: 0;
    left: -20px
}

.sale-banner__item--style22 .sale-banner__item-inner {
    flex-wrap: nowrap;
    background-color: #fafafa;
    background-image: url(../images/product/sale-banner/sale-banner-bg-sm2.png);
    padding-top: 24px;

}

@media(min-width: 576px) {
    .sale-banner__item--style22 .sale-banner__item-inner {
        display: flex;
        padding-block: 32px
    }
}

.sale-banner__item--style22 .sale-banner__item-thumb {
    flex: 1;
    text-align: center
}

.sale-banner__item--style22 .sale-banner__item-content {
    max-width: 30ch;
    color: var(--title-color);
    padding-block: 18px;
    padding-inline: 16px;
    margin-left: 0;
    flex: 1
}

@media(min-width: 576px) {
    .sale-banner__item--style22 .sale-banner__item-content {
        max-width: auto;
        margin-left: 50px;
        padding-block: 16px
    }
}

.sale-banner__item--style22 .sale-banner__item-content span {
    color: var(--title-color);
    font-weight: 500
}

.sale-banner__item--style22 .sale-banner__item-content::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--title-color);
    top: 0;
    left: -20px;
    opacity: .1
}

.sale-banner__item:hover .sale-banner__item-thumb img {
    transform: scale(1.04)
}



/* 自编1.0 */
/* 特点概略 */

.top-categories {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

.top-categories .item {
    text-align: center;
    background-color: #fafafa;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.top-categories .item .icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 10px;
}

.top-categories .item .icon img {
    max-width: 36px;
    border-radius: 0;
}

.top-categories .item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #1d1d1d;
}

.top-categories .item span {
    display: block;
    font-size: 15px;
    color: #1d1d1d;
}

.top-categories .item span.counter {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 5px 8px;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    color: #00bdfe;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}

@media (max-width: 992px) {
    .top-categories .item {
        margin-bottom: 15px;
    }
}

/* 产品特点 */
.main-services {
    margin-top: 100px;
}

.main-services .service-item {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #f5f5f7;
}

.main-services .last-service {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.main-services .left-image {
    margin-right: 15px;
}

.main-services .left-image img {
    border-radius: 15px;
}

.main-services .right-image {
    margin-left: 15px;
}

.main-services .right-image img {
    border-radius: 5px;
}

.main-services .right-text-content {
    margin-left: 15px;
}

.main-services .left-text-content {
    margin-right: 15px;
}

.main-services .left-text-content h4 {
    font-size: 36px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 30px;
}

.main-services .right-text-content h4 {
    font-size: 36px;
    font-weight: 700;
    color: #1d1d1d;
    margin-bottom: 30px;
}

.main-services .right-text-content span {
    font-size: 25px;
    font-weight: 500;
    color: #D9A426;
}

.main-services .left-text-content span {
    font-size: 25px;
    font-weight: 500;
    color: #D9A426;
}

.right-text-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2rem;
}

.left-text-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 2rem;
}

@media (max-width: 992px) {
    .main-services .left-image {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .main-services .right-text-content {
        margin-left: 0;
    }

    .main-services .right-image {
        margin-left: 0;
        margin-top: 30px;
    }

    .top-categories {
        display: none;
    }
}

@media screen {
    .banner-header {
        height: 91vh;
        background-position: center;
        background-color: #003366;
    }
}

.text-center h4 {
    font-size: 40px;
    color: #145961;

}

.text-left h1 {
    color: #D9A426;
}

.text-left h6 {
    font-size: 30px;
    color: #D9A426;
    letter-spacing: 2px !important;
    font-weight: 500 !important;
    padding: 0px 0px 0px 5px;
}

/* 定义动画 */
@keyframes colorFade {
    0% {
        color: #145961;
    }

    50% {
        color: #74B74E;
    }

    100% {
        color: #145961;
    }
}

/* 应用到 h4 标签的动画样式 */
.animated-title {
    animation: colorFade 12s infinite;
    transition: color 6s;
}

/* 添加不同延迟 */
.delay-1 {
    animation-delay: 0s;
}

.delay-2 {
    animation-delay: 1s;
}

.delay-3 {
    animation-delay: 2s;
}

.top-categories .item .icon .iconfont {
    font-size: 38px;
    color: #D9A426;
}

.img img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.hover-card {
    cursor: pointer;
}

#main-image {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    /* 过渡效果 */
    ;
}

.card {
    border: var(--bs-card-border-width) solid #f5f5f7;
    background-color: #fafafa;
}

.custom-card-body {
    margin: auto;
    padding: 0;
    width: 100%;
    height: auto;
}

.bjone {
    background-image: url("/template/pc/skin/dy_css/product/stmh_image/bj3.png");
    background-size: cover;
    background-position: right;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.bjtwo {
    background-image: url("/template/pc/skin/dy_css/product/stmh_image/bj2.png");
    background-size: cover;
    background-position: right;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.bjthree {
    background-image: url("/template/pc/skin/dy_css/product/stmh_image/bj4.png");
    background-size: cover;
    background-position: right;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.btn-primary {
    color: #ffffff !important;
    margin-top: 15px;
    padding: 5px 10px 5px 10px;
    border-radius: 12px;
    background-color: #003366;
    font-weight: 400;
}

.btn-primary span,
a,
a:hover {
    color: #D9A426;
}

.card-body h5 {
    font-weight: 700;
    color: #D9A426;

}

.wzds {
    background-color: #fafafa;
    padding: 20px;
    border-radius: 12px;

}

.wzds h3 {
    color: #145961;
    font-size: 1.5rem;
}

.wzds h4 {
    color: #145961;
    font-size: 1.5rem;
}

.wzds p {
    font-size: 14px;
    font-weight: 400;

}

.img-fillet img {
    border-radius: 12px;
}

@media screen {

    .banner-header[data-overlay-dark] h6,
    .banner-header h6 {
        color: #ffffff;
    }
}

@media screen {

    [data-overlay-dark] h1,
    [data-overlay-dark] h2,
    [data-overlay-dark] h3,
    [data-overlay-dark] h4,
    [data-overlay-dark] h5,
    [data-overlay-dark] h6,
    [data-overlay-dark] span {
        color: #ffffff;
    }
}

.video-qcmb {
    width: 102%;
    height: auto;
    aspect-ratio: 1.45/1;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fafafa;
    margin-left: -0.5%;

}

.video-qcmb video {
    width: 100%;
    height: auto;
    position: absolute;

}

.wrapper {
    width: 100%;
}

.home-hero {
    display: grid;
    grid-gap: 13px;
    grid-auto-rows: minmax(150px, auto);
}

.home-hero>* {
    padding: 30px;
    background-color: #fff;
    color: #fff;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    /* 确保圆角作用于子元素 */
    position: relative;
}

.home-hero img {
    background-color:#000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    /* 确保图片的圆角一致 */
}

.feature {
    color: #fff;
}

.photos {
    color: #fff;
}

.news {
    color: #fff;
}

.special {
    color: #fff;
    display: flex;
    flex-direction: column;
}

.feature h3 {
    z-index: 2;
    color: #ffffff;
}

.news h3 {
    z-index: 2;
    color: #ffffff;
}

.photos h3 {
    z-index: 2;
    color: #ffffff;
}


.amazing h3,
.special h3 {
    margin-top: auto;
    z-index: 2;
    color: #ffffff;
}

.amazing {
    color: #fff;
    display: flex;
    flex-direction: column;
}

.amazing p {
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1rem;
    color: #ffffff;
}

.feature p {
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1rem;
    color: #ffffff;

}

.special p {
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1rem;
    color: #ffffff;
}

.news p {
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1rem;
    color: #ffffff;
}

.photos p {
    z-index: 2;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1rem;
    color: #ffffff;
}

.cta {
    background-color: #D2F7CF;
    color: #fff;
    display: flex;
    flex-direction: column;

}

a.spam-button:link {
    text-decoration: none;
    background-color: #fff;
    color: #333;
    display: block;
    padding: 5px;
    margin: auto auto 20px;
    width: 90%;
    text-align: center;

}

@media (min-width: 500px) {
    .home-hero {
        grid-template-columns: 1fr 1fr;
    }

    .feature {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .special {
        grid-column: 1;
        grid-row: 3 / 6;
    }

    .amazing {
        grid-column: 1;
        grid-row: 6;
    }

    .cta {
        grid-column: 2;
        grid-row: 5 / 7;
    }
}

@media (min-width: 800px) {
    .home-hero {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: minmax(150px, auto) minmax(150px, auto);
        grid-auto-rows: minmax(100px, auto);
    }

    .feature {
        grid-column: 1;
        grid-row: 1 / 6;
    }

    .special {
        grid-column: 2;
        grid-row: 1 / 4;
    }

    .amazing {
        grid-column: 2;
        grid-row: 4 / 6;
    }

    .cta {
        grid-column: 3;
        grid-row: 3 / 6;
    }
    
    .line_pdf{
        height: 570px;
    }
    
}

.line_pdf{
    border-radius: 1.5rem;
}

@media (max-width: 428px) {
    .line_pdf{
    height: 360px;
        
    }
    
}