body {
    line-height: 1.5;
}

.header-text .text-line1 {
    font-size: 3em;
    font-weight: bold;
    color: #4d5156;
}

.header-text .text-line2 {
    font-size: 1em;
    color: #4d5156;
}

.award-header-space {
    height:80px;
}

.award-detail-space {
    height:20px;
}

.award-product-space {
    height:60px;
}

.award-footer-space {
    height:320px;
}

.title {
    font-size: 24px;
    font-weight: bold;
}

.description {
    font-size: 18px;
    color: #555;
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.product {
    max-width: 25%; 
}

.product-image {
    width: 100%;
    height: auto;
}

.product-name {
    font-weight: bold;
}

.product-name, .product-price {
    margin: 5px 0;
}

.details-block {
    margin-top: 20px;
}

.view-more-btn, .close-btn, .details-btn {
    display: block; 
    cursor: pointer;
    margin-top: 20px;
}

.view-more-dis-btn, .close-dis-btn, .details-dis-btn {
    display: block; 
    cursor: default;
    margin-top: 20px;
}

.close-btn, .details-btn {
    display: none;
}

.close-btn-block {
    text-align: left;
}

.details-btn-block {
    text-align: right;
}

@media (max-width: 768px) {

    .award-header-space {
        height:100px;
    }

    .header-text .text-line1 {
        font-size: 1.5em;
        font-weight: bold;
        color: #4d5156;
    }

    .product-row {
        justify-content: center;
    }

    .product {
        flex: 1 1 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 60px;
    }

    .product-image {
        width: 80%;
        height: auto;
    }

    .product-name {
        font-weight: bold;
        text-align: left;
    }
    
    .product-name, .product-price {
        margin: 5px 0;
        text-align: left;
    }
    
    .details-block {
        margin-top: 20px;
        text-align: left;
    }
}
