@charset "utf-8";
/* CSS Document */
.container-add {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.image-container-add {
	max-width: 1200px;
    width: 100%;
    overflow: hidden;
	/*border-radius: 8px;*/
}

.ad-image{
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.bg-col-motorway {
    background-color: #0673c5;
}
