.automatization_event_banner {
    padding: 30px;
    background-size: cover;
}
.pointer {
    cursor: pointer;
}
.automatization_event_banner > div {
    color: #fff;
    position: relative;
}


.automatization_event_banner::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 52, 100, .6);
}

.automatization_event_banner__title {
    display: block;
}

.automatization_event_banner__name {
    display: block;
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.automatization_event_banner__info {
    display: flex;
    justify-content: space-between;
}

section.automatization-section-banner{
    padding-bottom:2.5rem;
}

.automatization-section-banner img {
    width: 100%;
}