﻿#gsProducts .gs-prod-card {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 8px 16px;
    text-align: left;
    width: calc(100% - 32px);
    height: 268px;
    position: relative;
}

    #gsProducts .gs-prod-card-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding: 16px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: transparent;
        background: linear-gradient(188.9deg, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.75) 100%);
    }

    #gsProducts h1,
    #gsProducts p {
        font-family: 'Lato', sans-serif;
        color: #fff;
        text-align: left;
    }

    #gsProducts h1 {
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
    }

    #gsProducts p {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }

    #gsProducts .btn.btn-primary {
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        border: 1px solid #fff;
        background-color: transparent;
        padding: 13px 48px 13px 24px;
        background-image: url('//images.goodsam.com/goodsam.com/icon/arrows/arrow-right-white.png');
        background-position: calc(100% - 20px) center;
        background-repeat: no-repeat;
    }

        #gsProducts .btn.btn-primary:hover {
            color: #474342;
            background-color: #fff;
            background-image: url('//images.goodsam.com/goodsam.com/icon/arrows/arrow-right-gray.png');
        }

#gsProducts #GSMCard {
    background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_gsm_bg_m_3.jpg');
}

#gsProducts #RVVCard {
    background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_rvv_bg_m.jpg');
}

#gsProducts #GRACard {
    background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_gra_bg_m.jpg');
}

#gsProducts #ESPCard {
    background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_esp_bg_m.jpg');
}

#gsProducts #GTACard {
    background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_gta_bg_m.jpg');
}

#gsProducts #GIACard {
    background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_gia_bg_m.jpg');
}

@media (min-width: 768px) and (max-width: 1199px) {

    #gsProducts .gs-prod-card {
        height: 268px;
        width: calc(50% - 24px);
        margin: 12px;
    }
}

@media (min-width: 1200px) {
    #gsProducts .gs-prod-card {
        height: 360px;
        width: calc(50% - 12px);
        margin: 12px;
    }

        #gsProducts .gs-prod-card:nth-child(1),
        #gsProducts .gs-prod-card:nth-child(3) {
            margin-left: 0;
        }

        #gsProducts .gs-prod-card:nth-child(2),
        #gsProducts .gs-prod-card:nth-child(6) {
            margin-right: 0;
        }

        #gsProducts .gs-prod-card:nth-child(n+3) {
            width: calc(25% - 18px);
        }

    #gsProducts .gs-prod-card-content {
        padding: 22px 32px;
    }

    #gsProducts h1 {
        font-size: 20px;
        line-height: 26px;
    }

    #gsProducts p {
        font-size: 18px;
        line-height: 24px;
    }

    #gsProducts #GSMCard {
        background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_gsm_bg_d.jpg');
    }

    #gsProducts #RVVCard {
        background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_rvv_bg_d.jpg');
    }

    #gsProducts #GRACard {
        background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_gra_bg_d.jpg');
    }

    #gsProducts #ESPCard {
        background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_esp_bg_d.jpg');
    }

    #gsProducts #GTACard {
        background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_gta_bg_d.jpg');
    }

    #gsProducts #GIACard {
        background-image: url('//images.goodsam.com/goodsam.com/home/gs_home_gia_bg_d.jpg');
    }
}
