.width-1200 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

img {
    max-width: 600px !important;
    width: 100% !important;
}

.img {
    display: flex;
    justify-content: center;
    align-items: center;

    max-width: 600px;
    width: 100%;
    overflow: hidden;
    max-height: 400px;
}

.img img {
    max-width: 600px;
    width: 100%;
}

em {
    font-size: 14px;
    color: gray;
}

em a{
    color: gray;
}