.history-section{
	display: flex;
	flex-direction: row;
	gap: 10%;
	padding: 4% 0;
}

.blocImageHistory{
	width: 50%;
}

.blocImageHistory img{
	margin-top: 20px;
	width: 100%;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.blocTextHistory{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
}

.blocTextHistory p, .blocTextHistory span{
	margin: 0;
}

.falseButton{
	        border: 1px solid #32554B;
    color: #32554B;
    font-weight: 600;
    padding: 2%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    background: transparent;
}
@media screen and (max-width: 982px){

	.blocImageHistory {
  	width: 90%;
	}
	.blocTextHistory {
		width: 90%;
	}
	.history-section {
    display: flex;
    flex-direction: column;
		gap: 25px;
    padding: 0;
		align-items: center;
	}
	.titleH2BestCategory {
    text-align: center;
}

}