.seal-box {
    position: absolute;
    width: 100%;
    height: auto;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;            
}
.collection-seal {
    display: flex;
    background-color: rgb(0 0 0 / 20%);
    width: 200px;
    z-index: 2;
} 
.collection-seal-b {
    display: flex;
    background-color: rgb(0 0 0 / 20%);
    width: max-content;
    height: max-content;
    z-index: 2;
} 
.collection-seal img {
    width: 100%;
} 
@media (min-width: 1920px) {
	.lugar-place-page-container .place-page-container .place-page-information {
	    width: 80%;
	}
    .lugar-place-page-container .place-page-container .place-page-information h2.place-page-title {
        position: relative;
        font-size: 40px;
    }
}