.containerTitle h2 {
    font-size: 2.2rem;
    padding-bottom: 1rem;
    font-family: 'Lustria';
    word-break: break-all;
}

.arrow {
    padding-bottom: 7px;
    cursor: pointer;
}

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

.wrapperImage img {
    object-fit: cover;
    height: 600px;
    max-width: 1330px;
    width: 100%;
}

.containerRelatedPostContent {
    display: flex;
}

@media(max-width: 950px) {
    .containerRelatedPostContent {
        flex-direction: column;
    }

    .content {
        margin: 0 auto;
    }
}

@media(max-width:800px) {
    .wrapperImage img {
        height: 450px;
    }
}


@media(max-width: 500px) {

    .wrapperImage img {
        height: 350px;
    }
}