/**
* 2010-2023 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright 2010-2023 Webkul IN
* @license LICENSE.txt
*/

.all_labels_info_container {
    padding: 0;
}

.all_labels_header_container .header_title {
    margin-top: 10px;
}

.all_labels_header_container .header_title h2 {
    margin: 0;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
}

.all_labels_header_container .header_description {
    margin-top: 8px;
}

.all_labels_header_container .header_description p {
    margin: 0 auto;
    max-width: 786px;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}

.all_labels_container {
    margin-top: 20px;
}

.all_labels_container .label_item_container {
    display: inline-block;
    margin-bottom: 30px;
    padding: 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 3px;
    border-radius: 5px;
}

.label_item_container .label_title_container {
    padding-top: 11px;
    padding-bottom: 14px;
}

.label_item_container .label_title_container h4 {
    margin: 0;
    margin-left: 10px;
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
}

.label_item_container .label_image_container img {
    margin: 0 auto;
    max-height: 350px;
}
