.product-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 59px;
    color: #373737;
}

.product-description {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 25px;
    color: #373737;
}

.btn-buy-product {
    border: none;
    background: #0196FD;
    border-radius: 100px;
    padding: 10px 23px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    font-variant: small-caps;
    color: #FFFFFF !important;
    text-transform: lowercase;
    text-decoration: none !important;
}

.btn-buy-product:hover {
    text-decoration: none !important;
    color: #FFFFFF;
    box-shadow: 3px 3px 10px #9EC3E6;
}

.col-info h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}

.col-info p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #373737;
}

.col-info:hover {
    box-shadow: 0px 3px 20px rgba(114, 114, 114, 0.25);
}

.view-more-products {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #007BFF !important;
    text-decoration: none !important;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .product-title {
        font-size: 28px;
        line-height: 34px;
    }

    .product-description {
        font-size: 11px;
        line-height: 25px;
    }
}

@media (max-width: 576px) {
    .col-btn-buy-product {
        text-align: center !important;
    }
}

.scroll-container {
    margin: 5px;
    width: 400px;
    -webkit-overflow-scrolling: touch;
}
  
.item {
    width: 250px;
}
  
.flex {
    display: flex;
    flex-wrap: nowrap; 
    overflow: auto;
    overflow-y: hidden;
}

.flex-item {
    flex: 0 0 auto;
}