﻿.card.tw-map__small-info-card {
    width: 100%;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    opacity: 0.8;
    color: #1e4075;
}

    .card.tw-map__small-info-card h4 {
        font-weight: bold !important;
    }

.tw-map__large-info-card {
    width: 100%;
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    opacity: 0.8;
    color: #1e4075;
}

    .tw-map__large-info-card h4 {
        font-weight: bold;
    }

.tw-map {
    background-image: url("../../assets/img/map.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    min-height: 445px;
}

.tw-map__bottom-border {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.tw-product-slider__img {
    width: 90%;
}

.tw-product-slider__card {
    width: 90%;
    border: none;
    border-radius: 10px;
}

.tw-product-slider__paragraph {
    line-height: 2;
}

.tw-product-slider__arrows {
    color: rgba(0, 0, 0, 0.2);
    font-size: 70px;
}