.imagem-post-alt {
    background-color: purple;
    width: 1200px;
    height: 1200px;
    display: flex;
    flex-direction: row;
}

.imagem-post-alt .image-background {
    width: 450px;
    background-color: red;
    background-size: cover;
    background-position: center;
    border: 13px solid #012636;
}

.image-background div#animalImage {
    background-color: purple;
    border-radius: 0px;
    width: 100%;
    height: 100%;
}

.imagem-post-alt h1,  .imagem-post-alt h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

.imagem-post-alt h2 {
    color: white;
    text-transform: uppercase;
    font-size: 140px;
    line-height: 0.9;
}

.imagem-post-alt .logo-image {
    width: 130px;
}

.info-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
}

.imagem-post-alt .animal-titulo-container {
    line-height: 1;
}

.imagem-post-alt .animal-titulo-container p {
    font-size: 93px;
}

.imagem-post-alt .image-text-container {
    font-size: 43px;
    line-height: 0.6;
}