.aurore-site-externe{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
gap: 1rem;
padding: 2rem;
}
.img-container{
background-size: 50%;
width: 50%;
height: 200px;
display: flex;
flex-wrap: wrap;
align-content: center;
}
h3, p{
color: #0C4270;
}
.content{
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 1rem;
}
.btn > a{
display: flex;
align-items: center;
}
@media only screen and (max-width: 993px) {
.aurore-site-externe{
flex-direction: column;
gap: 2rem;
}
}