.ad-code {
    max-width: 400px;
    margin: 2rem 0 1rem 0;
}
.ad-code .image-ad{
    max-height: 300px;
}
.ad-code .image-ad img{
    max-width: 100%;
}

.ad-code .text-ad{
    display: flex;
    flex-direction: column;
    gap:16px;
    padding: 1rem;
    background-color: #eee;
    border-radius: 6px;
}