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

.automatization_event_banner .btn{
	background-color:#fff;
}
.automatization_event_banner::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    /*background-color: rgba(1, 52, 100, .6);*/
	background: linear-gradient(44.49deg, rgb(58%, 8%, 19%, 0.2) 8.11%, rgb(21%, 66%, 88%, 0.2) 50.4%, rgb(1%, 36%, 57%, 0.2) 99.73%);
	border-radius:40px;
}

.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%;
}

section.automatization-section-banner.random-place-banner {
    padding-top: 0;
    padding-bottom: 3rem;
    width: 100%;
}

.random-place-banner .container-fluid{
    padding-left: 0;
    padding-bottom: 0;
}