body,
h1,
h2,
p,
figure,
ul {
	margin: 0;
	padding: 0;
}

html{
	scroll-behavior: smooth;
}
.uninstall-section{
	text-align:left;
	min-height: calc(100vh - 200px);
}
.container-main{
	/*margin-top: 40px;
	background: #ffe7e7;*/
}

.steps{}

.steps b{
	font-size: unset;
}
.steps h2{
	margin: 20px 0;
}
.steps ul{	
	list-style: none;
}
.steps ul li{
	margin-bottom: 10px;
}

.steps img{
	margin: 20px 0 30px;
    border: 1px solid;
    max-width: 100%;
}