/* path file: templates/europe/components/license/licensing/.default/style.css */

.license-block.licensing .license-cards .card__img img {
    width: 188px;
    height: 163px;
}

@media(min-width:768px) {
    .licensing-section {
        background-color: #57433C;
    }
}

@media(max-width:768px) {
    .licensing .license-block__title {
        color: #000;
        text-align: center;
    }

    .licensing .license-block__subtitle {
        display: none;
    }

    .card-license .card-header {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .license-block.licensing .license-cards .card__img {
        margin-right: 15px;
    }

    .license-block.licensing .license-cards .card__img img {
        width: 75px;
        height: auto;
    }


    .licensing-section .card-license .card-header {
        padding-bottom: 0;
    }

    .licensing-section .card-license .card-body {
        width: 100%;
    }

    .licensing-section .card-license .card__text {
        text-align: left;
        padding-bottom: 30px;
    }

    .licensing-section .card-license .card__text br {
        display: none;
    }

    .licensing-section .card-license {
        margin-bottom: 0;
    }
}