.p-related {
    display: flex;
    gap: 1.5rem;
}
.p-related__thumb{
    display: flex;
}

.p-related__thumb img{
	min-width:180px;
	width:100%;
}