.product-list-row {
    display: flex;
}
.products-list {
    padding-top: 121px;
}
.products-list .product-title .counter {
    color: #FFF;
    font-family: 'avenir-next-regular';
    font-size: 84px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -3.36px;
}
.products-list .product-title {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    gap: 29px;
    margin-bottom: 19px;
    padding-right: 20px;
}
.products-list .product-title h2 {
    margin: 0;
    color: #FFF;
    font-family: 'avenir-next-regular';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}
.product-list-row .post-content {
    padding: 43px 60px 0px 48px;
}
.product-list-row .post-content h3 {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}
.product-list-row .post-content p, .product-list-row .post-content ul li {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.product-list-row .post-content p {
    margin-bottom: 20px;
}
.product-list-row .btn.enquire-now, .product-list-row .btn.enquire-now:hover {
    display: inline-flex;
    height: 48px;
    padding: 16px 21px 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    flex-shrink: 0;
    border-radius: 42px;
    background: #FFF;
    box-shadow: 0 4px 12px 0 rgba(27, 48, 61, 0.25);
    color: #01010C !important;
    font-family: 'avenir-next-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
.product-list-row .btn.enquire-now {
    margin: 0px 0px 48px 48px;
}
.product-list-wrapper {
    display: flex;
    flex-direction: column;
    gap: 82px;
}
.product-list-row > div {
    width: 50%;
}
.product-list-col > img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
	aspect-ratio: 1.5;
}
.product-list-row .post-content > ul {
    margin-top: 0;
    padding-left: 26px;
}
.product-list-row:nth-child(even) {
    flex-direction: row-reverse;
}
.product-list-row:nth-child(even) .product-title {
    padding-left: 47px;
}
.product_related {
    display: flex;
    gap: 13px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 105px;
        flex-wrap: wrap;
}
.product_related h3 {
    margin: 0;
    color: #FFF;
    text-align: center;
    font-family: 'avenir-next-regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.product_related h2 {
    color: #FFF;
    font-family: 'avenir-next-regular';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
    margin: 0;
}
.product_related .btn.btn_find_out {
    color: #FFF;
    font-family: 'avenir-next-regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: inline-flex;
    height: 48px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 42px;
    border: 2px solid #fff;
    text-decoration: none;
}









@media(max-width: 991px){
.products-list .product-title .counter {
    font-size: 60px;
}
.products-list .product-title h2 {
    font-size: 24px;
    line-height: 28px;
}
.product-list-row:nth-child(even) .product-title {
    padding-left: 20px;
}
.product-list-row .post-content {
    padding: 24px 30px 0px 28px;
}
.product-list-row .btn.enquire-now {
    margin: 0px 0px 28px 28px;
}
.products-list {
    padding-top: 60px;
}
.product_related h2 {
    font-size: 28px;
    line-height: 60px;
}
.product_related {
    margin-top: 80px;
}
}



@media(max-width: 767px){
.product-list-row, .product-list-row:nth-child(even) {
    flex-direction: column;
}
.product-list-row > div {
    width: 100%;
}
.products-list {
    padding-top: 40px;
}
.product_related {
    margin-top: 60px;
}
}