.top-container {
    background-color: var(--flash-white);
    padding: 9px 0px;
}

.top-container ol {
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-container ol span,
.top-container ol span a {
    font-family: var(--font-urbanist);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--black);
    text-transform: capitalize;
}

.post-product.current-item {
    color: var(--red);
}

.section_heading {
    margin-bottom: 24px;
}

.secondary_btn {
    background-color: var(--white);
    color: var(--red);
    font-size: 20px;
    border-radius: 10px;
    font-weight: 600;
    padding: 15px;
    text-wrap: nowrap;
    max-width: 244px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.product {
    display: flex;
    gap: 20px;
    margin: 20px 0 46px;
}

.product_media {
    max-width: 41.429%;
    width: 100%;
}

.product_media .product_image {
    position: relative;
}

.slider-for-image {
    position: relative;
    padding-top: 90.69%;
}

.slider-for-image img {
    position: absolute;
    inset: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.product_media .product_image .slide_prev_btn,
.product_media .product_image .slide_next_btn {
    cursor: pointer;
    max-width: 28px;
    width: 10%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    box-sizing: border-box;
    z-index: 1;
    cursor: pointer;
}

.product_media .product_image .slide_prev_btn svg,
.product_media .product_image .slide_next_btn svg {
    max-width: 20px;
    height: 20px;
    width: 100%;
}

.product_media .product_image .slide_prev_btn svg {
    transform: rotate(180deg);
    color: var(--dark-gray);
}

.product_media .product_image .slide_btn.active {
    background-color: var(--red);
    color: var(--white);
}

.product_media .product_image .slide_prev_btn {
    left: 20px;
}

.product_media .product_image .slide_next_btn {
    right: 20px;
}

.product_media .slick-dots {
    display: none !important;
}

.product_media .product_small_image {
    display: flex;
    gap: 24px;
    margin-top: 24px;
}

.slider-nav .slick-slide {
    opacity: 1;
    transform: scale(1);
    transition: none;
}

/* .product_small_image .slick-track {
    width: 100% !important;
} */

.product_small_image .slick-slide {
    max-width: 218px;
    width: 100%;
    max-height: 180px;
    border: 5px solid transparent;
    cursor: pointer;
    display: flex;
}


.product_small_image.single-thumbnail {
    display: flex;
    justify-content: start;
    align-items: center;
}

.product_small_image.single-thumbnail div {
    width: 100% !important;
    justify-content: start;
}

.product_small_image .slick-current {
    border-color: var(--red);
}

.product_small_image .slick-slide {
    width: 100% !important;
    overflow: hidden;
}

.product_small_image .slick-slide img {
    aspect-ratio: 1;
    height: 100%;
    object-fit: cover;
}

.product_small_image .slick-track {
    display: flex;
    /* width: 100% !important; */
    justify-content: space-between;
    /* transform: unset !important; */
}

.product_small_image .slick-list {
    padding: 0 !important;
}

.product_small_image .slick-next {
    right: 0px;
}

.product_small_image .slick-prev {
    left: 0px;
}

.product_small_image .slick-next:before {
    display: none !important;
}

.product_small_image .slick-prev:before {
    display: none;
}



.section_title .title {
    padding: 12px 25px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}

.section_title .title::before,
.section_title .title::after {
    content: url('http://yuzet1.wp.demoproject.info/wp-content/uploads/2025/03/dot.png');
}

.section_title .title::before {
    margin-right: 20px;
}

.section_title .title::after {
    margin-left: 20px;
}

.product_info_main {
    width: 100%;
    max-width: 100%;
}

.product_info_main .section_heading {
    margin-bottom: 20px;
}

.product_order_btn {
    padding: 20px 0px 0px;
}

.product_info_main .product_description {
    margin-bottom: 21px;
}

.product_info_main .product_description .product_inner_content {
    position: relative;
    margin-top: -4px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.5s ease-in-out;
}

.product_info_main .product_description.expand .product_inner_content {
    -webkit-line-clamp: unset;
    overflow: visible;
    max-height: none;
    gap: 10px;
}

.product_info_main .product_description p {
    font-size: 24px;
    line-height: 29px;
    color: var(--gray);
    font-weight: 500;
    margin-bottom: 8px;
}

.product_info_main .product_description ul {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product_info_main .product_description ul li {
    list-style-type: disc;
    font-size: 24px;
    line-height: 29px;
    color: var(--gray);
    font-weight: 500;
    margin-bottom: 8px;
}

.product_info_main .product_description .read_more {
    font-size: 20px;
    line-height: 24px;
    color: var(--red);
    font-weight: 600;
    text-decoration: underline;
    margin-top: 10px;
}

.product_info_main .product_description .read_more_content {
    display: none;
}

.data_item_content .specification_table {
    position: relative;
    /* overflow-x: scroll; */
}

.data_item_content .specification_table table {
    width: 100%;
    /* overflow-x: scroll; */
}


.specification_table table thead th {
    font-family: var(--font-urbanist);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: start;
    color: var(--black);
    padding: 0px 10px 16px;
   
}

.specification_table table tr {
    vertical-align: baseline;
    display: flex;
    gap: 20px;
}

.specification_table table tr td:first-child,
.specification_table table thead th:first-child {
    padding-left: 0px;
    max-width: 380px;
    width: 100%;
}

.specification_table table tr:last-child td {
    padding-bottom: 5px;
}

.specification_table table tr td,
.specification_table table thead th{
    max-width: 280px;
    width: 100%;
} 
.specification_table table tr td:nth-child(3),
.specification_table table thead th:nth-child(3){
    max-width: 320px;
    width: 100%;
}



.specification_table table tr td {
    font-family: var(--font-urbanist);
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    padding: 0px 10px 16px;
    color: var(--black);
    /* white-space: nowrap; */
}


.specification .specifi_detail_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 12px;
}

.specification .specifi_detail_content ul {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.specification .specifi_detail_content ul li {
    list-style-type: disc;
}

.product_info_ads_banner {
    display: inline-block;
    position: relative;
    padding-top: 45%;
    width: 100%;
    margin: 20px 0px 0px;
}

iframe#youtubeVideo,
.product_info_ads_banner video,
.product_info_ads_banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_info_additinal {
    margin: 21px 0;
}

.product_info_additinal .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_variation {
    width: 100%;
    max-width: 100%;
}

.product_info_additinal .title select {
    font-family: var(--font-urbanist);
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    background-color: var(--aqua-haze);
    padding: 13px;
    border: none;
    outline: none;
    appearance: none;
    width: 100%;
}

.product_info_additinal .title .expand_btn {
    position: absolute;
    cursor: pointer;
    right: 15px;
    cursor: pointer;
}

.product_info_ads_banner a {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 37.25%;
    height: 100%;
}

.product_info_ads_banner a img {
    position: absolute;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    inset: 0;
    height: 100%;
}


.product_info_detailed {
    display: flex;
    flex-wrap: wrap;
    max-width: 24px 0;
}


.product_info_detailed .data_item_title {
    order: 1;
    flex: 1;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding: 13px;
    /* margin-bottom: 24px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--aqua-haze);
}
.product_info_detailed .data_item_info,
.product_info_detailed .data_item_content.data_item_info{
    display: none !important;
}

.product_info_detailed .data_item_title .expand_btn {
    display: none;
    transition: all 0.3s;
}

.product_info_detailed .data_item_title a {
    color: var(--gray);
}

.product_info_detailed .data_item_title.active {
    border-bottom: 1px solid var(--red);
}

.product_info_detailed .data_item_title.active .expand_btn {
    rotate: 180deg;
}

.product_info_detailed .data_item_title.active a {
    color: var(--red);
}

.product_info_detailed .data_item_content .data_info_content {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 24px;
    border-bottom: 1px solid var(--silver);
}

.product_info_detailed .data_item_content .data_info_content h3 {
    font-family: var(--font-urbanist);
    font-weight: 700;
    font-size: 30px;
    line-height: 39px;
    color: var(--black);
}

.product_info_detailed .data_item_content .data_info_content p {
    font-family: var(--font-urbanist);
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--black);
    max-width: 670px;

}

.product_info_detailed .data_item_content {
    width: 100%;
    order: 2;
    flex-direction: column;
    color: var(--gray);
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    padding-top: 24px;
}

/* specification */

.specification {
    padding: 24px;
    border-bottom: 1px solid var(--silver);
}

.product_info_detailed .data_item_content .specification .specification_title {
    color: var(--black);
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px;
}

.product_info_detailed .data_item_content .specification .product_code {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 29px;
}

.product_info_detailed .data_item_content .specification .product_code strong {
    color: var(--black);
}

.product_info_detailed .data_item_content .specification .product_code span {
    color: var(--gray);
}

.product_info_detailed .data_item_content .specification .sizes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product_info_detailed .data_item_content .specification .sizes h4 {
    color: var(--black);
    font-size: 24px;
    line-height: 29px;
}

.product_info_detailed .data_item_content .specification .sizes ul {
    display: flex;
    gap: 10px;
}

.product_info_detailed .data_item_content .specification .sizes .size {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--aqua-haze);
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: var(--black);
    padding: 10px 28px;
}



.product_image_item {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
    position: relative;
    justify-content: start;
    width: 100%;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.product_image_item:last-child {
    border: none;
    margin-bottom: 0px;
}

.product_img_content {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
}

.prod_image {
    position: relative;
    padding-top: 30%;
    width: 100%;
    max-width: 230px;
}

.prod_image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pro_img_text {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pro_img_text h2 {
    font-family: var(--font-urbanist);
    font-size: 28px;
    line-height: 32px;
    color: var(--dark-gray);
}

.pro_img_text p {
    font-family: var(--font-urbanist);
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: var(--medium-gray);
}

/*  */
.product_info_detailed .multi_purpose_app {
    padding: 46px 0px 0px;
}

.product_info_detailed .multi_purpose_app ul {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.product_info_detailed .multi_purpose_app ul li {
    font-size: 24px;
    line-height: 29px;
}

.product_info_detailed .multi_purpose_app ul li strong {
    color: var(--black);
    font-weight: 600;
}

.product_info_detailed .multi_purpose_app ul li span {
    color: var(--gray);
}

/* related_product */

.related_product {
    margin: 42px 0px 46px;
}

.related_product .product_list {
    display: flex;
    gap: 20px;
}

.related_product .product_item_details {
    padding: 24px 24px 0;
}

/* .related_product .product_card .product_item_photo{
    margin-bottom: 24px;
} */

.related_product .related_product_name {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_product .product_list .product_info {
    color: var(--gray);
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_product .product_card .view_details_btn {
    padding: 15px 30px;
    line-height: 24px;
    letter-spacing: -0.2px;
    cursor: pointer;
}

.related_product .slick-track {
    display: flex;
    gap: 20px;
}

/* brochure_section */

.brochure_section {
    position: relative;
    margin: 0px 0 46px;
}

.brochure_section .brochure_logo {
    position: absolute;
    right: 20px;
    top: 20px;
    /* width: 15%; */
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;

}

.brochure_logo img {
    max-width: 100px;
    width: 100%;
}

.brochure_logo .brochure_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: var(--white);
}

.brochure_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brochure_content h1 {
    font-size: 31px;
    line-height: 37px;
    color: var(--white);
    font-weight: 700;
    text-align: center;
}

/* newsletter_section */
.newsletter_section {
    position: relative;
    padding: 44px 60px;
    background-color: var(--black);
    z-index: 9;
}

.newsletter_content .left_section h2 {
    font-size: 40px;
    line-height: 48px;
}

.newsletter_content .left_section p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
}

.newsletter_content .right_section {
    position: relative;
    width: 100%;
    max-width: 552px;
}

.newsletter_form {
    display: flex;
    border: 1px solid var(--gray);
    border-radius: 5px;
}

.newsletter_form input {
    padding: 20px 27px;
    color: var(--gray);
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    border-radius: 5px 0 0 5px;
    border: 0;
    width: 100%;
}

.newsletter_form button {
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    background-color: var(--red);
    color: var(--white);
    font-size: 18px;
    line-height: 22px;
    padding: 16px 26px;
    border: 0;
    white-space: nowrap;
}

.newsletter_section .newsletter_content {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    color: var(--white);
}

/* .newsletter_section::after{
    content: url('http://yuzet1.wp.demoproject.info/wp-content/uploads/2025/03/Shadow.png');
    position: absolute;
    bottom: 0;
} */
@media screen and (min-width: 769px) {
    .product_info_detailed .data_item_content.active {
        display: flex !important;
    }

    .product_info_detailed .data_item_content {
        display: none !important;
    }
}

@media screen and (max-width: 1440px) {
    .section_title {
        margin-bottom: 16px;
    }

    .section_title .title {
        font-size: 26px;
        line-height: 30px;
        padding: 8px 16px;
    }

    .section_title .title::before {
        margin-right: 12px;
    }

    .section_title .title::after {
        margin-left: 12px;
    }

    .product_info_main .product_description p,
    .product_info_main .product_description ul li {
        font-size: 20px;
        line-height: 24px;
    }

    .product_info_main .product_description .read_more {
        font-size: 18px;
        line-height: 22px;
    }

    .product_media {
        max-width: 50%;
    }

    .product_info_detailed .data_item_content {
        font-size: 20px;
        line-height: 24px;
    }

    .product_info_detailed .multi_purpose_app ul {
        gap: 8px;
    }

    .product_info_detailed .multi_purpose_app ul li {
        font-size: 20px;
        line-height: 24px;
    }

    /* specification */
    .product_info_detailed .data_item_content .specification .specification_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .product_info_detailed .data_item_content .specification .product_code {
        font-size: 20px;
        line-height: 24px;
    }

    .product_info_detailed .data_item_content .specification .sizes h4,
    .product_info_detailed .data_item_content .specification .sizes .size {
        font-size: 20px;
        line-height: 24px;
    }

    .related_product .product_item_details {
        padding: 16px 16px 0;
    }

    .related_product .related_product_name {
        font-size: 24px;
        line-height: 28px;
    }

    .related_product .product_list .product_info {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 16px;
    }

    .related_product .product_card .view_details_btn {
        padding: 10px 20px;
        font-size: 18px;
    }

    .newsletter_content .left_section {
        text-align: center;
    }

    .newsletter_content .left_section h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .newsletter_content .left_section p {
        font-size: 18px;
        line-height: 24px;
    }

    .newsletter_section .newsletter_content {
        flex-direction: column;
    }

    /* specification table */
    .specification_table table tr td {
        font-size: 20px;
        line-height: 28px;
    }

    .specification_table table thead th {
        font-size: 22px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1280px) {
    .brochure_content {
        gap: 10px;
    }

    .brochure_content h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .brochure_section .brochure_logo {
        right: 40px;
        top: 25px;
    }

    .brochure_section .brochure_logo img {
        display: none;
    }

    .brochure_content .secondary_btn {
        padding: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .product {
        flex-direction: column;
    }

    .product_media {
        max-width: 70%;
        margin: auto;
    }

    .related_product .slick-track {
        gap: 10px;
    }

    .related_product .product_item_details {
        padding: 10px 0 0;
    }

    .related_product .related_product_name {
        font-size: 20px;
        line-height: 24px;
    }

    .related_product .product_list .product_info {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    }

    .brochure_section .brochure_logo {
        right: 30px;
        top: 20px;
    }

    .specification_table table tr td {
        font-size: 18px;
        line-height: 24px;
    }

    .prod_image {
        padding-top: 40%;
    }

    .pro_img_text h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .pro_img_text p {
        font-size: 20px;
        line-height: 28px;
    }

    .product_info_detailed .data_item_content .data_info_content h3{
        font-size: 24px;
        line-height: 32px;
    }

    .product_info_detailed .data_item_content .data_info_content p{
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width : 991px) {
    .brochure_logo .brochure_name {
        font-size: 16px;
        line-height: 20px;
    }

    .brochure_section .brochure_logo {
        right: 25px;
        top: 15px;
    }

}

@media screen and (max-width: 768px) {
    .section_heading {
        margin-bottom: 16px;
    }

    .product_info_main .product_name {
        max-width: 220px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product_media {
        max-width: 100%;
    }

    .product_small_image .slick-slide {
        max-width: 180px;
    }

    .product_media .product_small_image {
        justify-content: center;
        margin-top: 16px;
    }

    .product_info_detailed {
        flex-direction: column;
    }

    .product_info_detailed .data_item_title {
        justify-content: space-between;
    }

    .product_info_detailed .data_item_title,
    .product_info_detailed .data_item_content {
        order: unset;
        text-align: left;
        margin-bottom: 0;
    }

    .product_info_main .product_description p,
    .product_info_main .product_description ul li,
    .product_info_detailed .data_item_content,
    .product_info_detailed .multi_purpose_app ul li {
        font-size: 16px;
        line-height: 20px;
    }

    .product_info_detailed .data_item_title .expand_btn {
        display: flex;
    }

    /* specification */
    .specification {
        padding: 12px;
    }

    .product_info_detailed .data_item_content {
        padding-top: 12px;
        padding-bottom: 24px;
    }

    .product_info_detailed .data_item_content .specification .specification_title {
        font-size: 20px;
        line-height: 24px;
    }

    .product_info_detailed .data_item_content .specification .product_code {
        margin-bottom: 12px;
    }

    .product_info_detailed .data_item_content .specification .sizes .size {
        padding: 8px 16px;
    }

    .product_info_detailed .data_item_content .specification .product_code,
    .product_info_detailed .data_item_content .specification .sizes h4,
    .product_info_detailed .data_item_content .specification .sizes .size {
        font-size: 16px;
        line-height: 20px;
    }

    .data_item_content .specification_table,
    .data_item_content .specification_table table {
        overflow-x: scroll;
        scrollbar-color: var(--red) var(--white);
    }

    .specification_table table tr{
        display: table-row;
    }

    .specification_table table tr td {
        font-size: 16px;
        line-height: 20px;
        white-space: nowrap;
    }

    .specification_table table thead th {
        font-size: 18px;
        line-height: 24px;
        white-space: nowrap;

    }

    .product_image_item {
        flex-direction: column-reverse;
    }

    .prod_image {
        max-width: 100%;
        padding: 50%;
    }

    .pro_img_text h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .pro_img_text p {
        font-size: 16px;
        line-height: 28px;
    }

    /* brochure */
    .brochure_content {
        gap: 8px;
    }

    .brochure_content h1 {
        font-size: 18px;
        line-height: 22px;
        max-width: 80%;
    }

    .brochure_content .secondary_btn {
        padding: 8px;
        max-width: fit-content;
        font-size: 16px;
        line-height: 20px;
    }

    .brochure_logo .brochure_name {
        font-size: 14px;
        line-height: 20px;
    }

    .brochure_section .brochure_logo {
        right: 10px;
        top: 10px;
    }

    .brochure_section .brochure_logo img {
        display: none;
    }

    /* newsletter_form */
    .newsletter_section {
        padding: 20px 20px 40px;
    }

    .newsletter_content .left_section h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .newsletter_content .left_section p {
        font-size: 16px;
        line-height: 20px;
    }

    .newsletter_form {
        flex-direction: column;
        align-items: center;
        border: 0;
        gap: 10px;
    }

    .newsletter_form input,
    .newsletter_form button {
        border-radius: 5px;
    }

    .newsletter_form input {
        width: 80%;
        padding: 14px 22px;
    }

    .newsletter_form button {
        padding: 12px 24px;
        font-size: 16px;
        line-height: 20px;
    }

    .top-container ol span,
    .top-container ol span a {
        font-size: 16px;
        line-height: 20px;
    }
    .product_info_detailed .data_item_content .data_info_content{
        gap: 5px;
        padding: 16px;
    }
    
    .product_info_detailed .data_item_content .data_info_content h3{
        font-size: 20px;
        line-height: 28px;
    }

    .product_info_detailed .data_item_content .data_info_content p{
        font-size: 16px;
        line-height: 20px;
    }

    .product_info_ads_banner{
        padding-top: 58%;
    }
}

@media screen and (max-width: 640px) {
    .brochure_section .brochure_image img {
        object-fit: cover;
        height: 200px;
        object-position: 10%;
    }

    .brochure_section .brochure_logo {
        display: none;
    }

    .brochure_content {
        width: 50%;
        left: 66%;
    }



    .brochure_content .secondary_btn {
        padding: 9px;
    }
}

@media screen and (max-width : 480px) {
    .brochure_content h1 {
        font-size: 16px;
        line-height: 20px;
    }

    .brochure_content {
        top: 45%;
        left: 76%;
    }

    .top-container ol span,
    .top-container ol span a {
        font-size: 14px;
        line-height: 20px;
    }
}