
.external-products .product-container{
    cursor:pointer;
    max-width: 200px;
    margin:0 auto;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 4px 8px 0px rgba(44, 60, 47, 0.2);
    border-radius: 16px;
    padding: 0;
    padding-top: 18px;
    padding-bottom: 18px;
}
.external-products{
    width:100%; margin:0 auto;text-align:center;margin-bottom:20px;
}
.external-products a.product-title{
    font-size: 16px;
    line-height:22px;
    height: 62px;
    margin-bottom: 12px;
    font-weight:400;
    display:inline-block;
    overflow:hidden;
    text-align:left;
    font-weight:bold;
    margin-top:20px;
    text-decoration:none;
    font-family: 'Poppins Regular';
    padding-left: 10px;
    padding-right: 10px;
    cursor:pointer;
}
.external-products.product .product-container img{
    max-height: 126px;
    width: auto;
    height: auto;
}
.external-products .product-button{
    background: #46B9AB;
    text-decoration: none !important;
    color: #ffffff !important;
    font-weight: bold;
    border-radius: 25px 25px 25px 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: none;
    cursor:pointer;
    font-family:'Poppins Regular';
}
.external-products .product-button:hover{
    background:#2A6F67;
}
@media (max-width: 767px){
    .external-products .product-container{
        width:45% !important;
        margin-bottom:40px;
    }
    .external-products a.product-title{
        height:auto;
        margin-top:12px;
    }
}
@media (max-width: 400px){
    .external-products .product-container{
        width:auto !important;
        margin-bottom:40px;
    }
}
@media (max-width: 480px){
    .external-products a.product-title{
        font-size: 16px;
        line-height: 1.3;
    }
}
