.promotionalEvent_type1 {
    padding: 3rem;
    padding-bottom: 50px;
    background: linear-gradient(0deg, #FFFFFF 0%, #FFF6F5 65%);
    position: relative;
}

    .promotionalEvent_type1::after {
        content: '';
        position: absolute;
        background-image: url(../../../../../img/bgImage4.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        top: 88px;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: -1;
    }

.promotionalEvent_type1 .title-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px;
}

.promotionalEvent_type1 h2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
    text-align: start;
    font-weight: 500;
    margin-top: 0;
}


.promotionalEvent_type1 .image-wrap {
    overflow: hidden;
}

.promotionalEvent_type1 .image-wrap img {
    height: auto;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.promotionalEvent_type1 img {
    vertical-align: middle;
    border: 0;
}

.promotionalEvent_type1 .location {
    margin: 0 0;
    font-size: 1rem;
}

    .promotionalEvent_type1 .time i{
        color: var(--color-primary);
    }

        .promotionalEvent_type1 .time span {
        font-size: 1rem;
        color: #5E5E5E;
    }

        .promotionalEvent_type1 .m-b-sm {
        margin-bottom: 8px;
    }

    .promotionalEvent_type1 .ng-star-inserted-map {
        display: flex;
    }

.promotionalEvent_type1 .fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.promotionalEvent_type1 .fa {
    display: inline-block;
    font: normal normal normal 0.85rem / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.promotionalEvent_type1 .content {
    font-size: large;
    margin: 0 0 0 0;
    padding: 0 0;
    font-weight: 300;
}

.promotionalEvent_type1 .cont, .promotionalEvent_type1 .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.promotionalEvent_type1 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #000;
    font-weight: 600;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    font-size: 1.5rem;
}

    .promotionalEvent_type1 .wire {
        content: '';
        width: 60px;
        height: 4px;
        display: block;
        background-color: var(--color-primary);
        margin-top: 10px;
        margin-bottom:10px;
    }

    .promotionalEvent_type1 .title:hover {
        color: var(--color-primary);
    }

.promotionalEvent_type1 .note {
    padding-top: 30px;
}

