@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
* {
    font-family: 'Poppins', sans-serif;
}

#webdev #webdev-navigation {
    margin-top: 100px;
}

#webdev #webdev-navigation .nav-tabs {
    border: 1px solid transparent;
}

#webdev #webdev-navigation .nav-tabs .nav-link:hover {
    border: 1px solid transparent;
}

#webdev #webdev-navigation .nav-tabs .nav-link.active {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-bottom: 3px solid blue;
}

#webdev #webdev-content {
    margin-top: 50px;
}

#webdev #webdev-content .container .card.my-2.mx-4 {
    min-height: 390px;
    /* max-height: 64vh !important; */
}

#webdev #webdev-content .container .row .col-md-4 .card-deck .card img {
    min-width: 30% !important;
}

#webdev .container #supplier-info .row .col-md-6 {
    border-bottom: 2px solid #1fad6a;
}

@media (min-width: 768px) {
    #webdev #webdev-content .container .row .col-md-4 .card-deck .card #view-products-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 360px) {
    #webdev #webdev-content .container .row .col-md-4 .card-deck .card #view-products-btn {
        position: absolute;
        bottom: 0;
        margin-bottom: 15px;
    }
}