/**
* 2010-2020 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* 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 https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2020 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

.qips_hotel_information_heading {
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 48px;
    margin-bottom: 25px;
}

.qips_hotel_information_description {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.partner_logo_container {
    position: relative;
    display: inline-block;
}

.qips_partner_information_text {
    line-height: 48px;
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.qips_home_block_desc_line {
    width: 150px;
    margin: 10px auto;
}

.partner_logo_row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    overflow-x: auto;
    padding: 20px 0;
}

.partner_logo_container {
    flex: 0 0 auto;
    max-width: 150px;
    text-align: center;
}

.partner_logo_img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: transparent;
}

