.product {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 80px;
}
.product .image-wrapper {
    width: 50%;
}
.product-section {
    padding: 24px 0 12px;
}
.product .content {
    width: 50%;
    padding: 20px 0;
    line-height: 1.7;
}
.product .content .description {
    text-align: left;
    margin-bottom: 40px;
}
.product .image {
    width: 100%;
    height: 350px;
}
.product .image .place_holder {
    width: 100%;
    height: 100%;
}
.attachment .detail a {
    font-size: 14px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.attachment {
    flex-wrap: nowrap;
    gap: 24px;
}
.attachment .zip-download .icon {
    width: 40px;
    height: auto;
}
.attachment .pdf-download {
    padding-left: 5px;
}
.attachment .pdf-download .icon {
    width: 40px;
    height: auto;
}
.attachment .detail {
    margin-left: 16px;
    text-align: left;
}
.attachment .detail a {
    color: #a4a4a4;
}
.attachment .detail a:hover {
    color: #606060;
}
.attachment .detail p {
    margin: 0;
    padding: 0;
}
.product .image-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.pagination {
    align-items: center;
    justify-content: center;
}
.page-link {
    color: #83ba40;
}
.page-item.active .page-link {
    background-color: #83ba40;
    border-color: #83ba40;
}
.pt-24 {
    padding-top: 24px;
}
.zip-download,
.pdf-download {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.catalog-logo {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.catalog-logo p {
    max-width: 400px;
    margin-left: 30px;
}
.catalog-logo img {
    width: 90px;
}
@media only screen and (max-width: 1024px) {
    .product-section .container {
        max-width: 90%;
    }
    .product .content {
        padding: 24px;
    }
    .flex {
        flex-direction: column;
        align-items: flex-start;
    }
    .attachment .zip-download {
        margin-bottom: 16px;
    }
    .product {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 768px) {
    .product .image {
        height: 300px;
    }
    .product .image-wrapper {
        width: 100%;
    }
    .product .content {
        width: 100%;
        padding: 0;
        min-height: 100px;
    }
    .product .content .description {
        margin-bottom: 24px;
    }
    .product {
        flex-direction: column;
        margin-bottom: 40px;
        gap: 20px;
    }
    .catalog-logo img {
        width: 60px;
    }
    .product.right {
        flex-direction: column-reverse;
    }
    .footer {
        position: relative;
    }
    .main-content {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 480px) {
    .product .image {
        height: 250px;
    }
    .product h4 {
        font-size: 1.2rem;
    }
}
