
@media screen and (min-width: 1200px) {
	.my-col-scroll {
		max-height: 87vh;
		overflow-y: scroll;
        position: relative;
	}
}
