table {
	width: 100%;
	border-collapse: collapse;
}

table, th, td, tr {
	border: 1px solid black;
	word-break: break-all;
}

#img-korzet {
	max-width: 550px;
}

#sec2 {
	margin-top: 2.5rem;
}

@media screen and (min-width: 1000px){
	#sec1-flex {
		display: flex;
		justify-content: center;
	}
	
	#sec1-flex p {
		width: 50%;
		max-width: 750px;
	}
}