.sample04 li:first-child {
	margin-top: 0;
}
.sample04 li {
	position: relative;
	padding-left: 2em;
	line-height: 1.5;
    margin-top: .5em;
}
.sample04 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: 1em;
	width: 8px;
	height: 8px;
	background-color: #EB6121;
	border-radius: 50%;
}


.sample10 li:first-child {
	margin-top: 0;
}
.sample10 li {
	position: relative;
	margin-top: .5em;
	padding-left: 2em;
	counter-increment: li;
}
.sample10 li::before {
	content: counter(li);
	display: block;
	position: absolute;
	top: .2em;
	left: 1em;
	color: #EB6121;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
}
h1 {
margin-top: -10%;
}
h2 {
font-size: 30px;
margin-top: 20px;
}
h3 {
font-size: 24px;
text-align: center;
}


.container-rabot h2::after {
    content: '';
    display: block;
    width: 77px;
    height: 2px;
    background-color: var(--main-color);
    background-image: linear-gradient(to right, var(--main-color) 40%, #fff 100%);
    margin: 24px auto 0;
}

.article-about{
    max-width: 1000px;
    margin-bottom: 30px;
}

.article-about h2::after {
    content: '';
    display: block;
    width: 77px;
    height: 2px;
    background-color: var(--main-color);
    background-image: linear-gradient(to right, var(--main-color) 40%, #fff 100%);
    margin: 24px auto 0;
}





.sample04 li:first-child {
	margin-top: 0;
}
.sample04 li {
	position: relative;
	padding-left: 2em;
	line-height: 1.5;
    margin-top: .5em;
}
.sample04 li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: 1em;
	width: 8px;
	height: 8px;
	background-color: #EB6121;
	border-radius: 50%;
}


.sample10 li:first-child {
	margin-top: 0;
}
.sample10 li {
	position: relative;
	margin-top: .5em;
	padding-left: 2em;
	counter-increment: li;
}
.sample10 li::before {
	content: counter(li);
	display: block;
	position: absolute;
	top: .2em;
	left: 1em;
	color: #EB6121;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
}
h1 {
margin-top: -10%;
}
h2 {
font-size: 30px;
margin-top: 20px;
}
h3 {
font-size: 24px;
text-align: center;
}

@media (max-width: 600px){
  .article {
  padding: 20px;
  } 
  h2 {
  font-size: 24px;
 }
  h3 {
  font-size: 18px;
  }
}

.hero {
  position: relative;
  justify-content: center;
  text-align: center;
  min-height: 100vn;
  color: #fff;
}
.hero .background-image{
  position: absolute;
  top: 0;
  left: -40%;
  width: 170%;
  height: 100%;
  background-size: cover;
  z-index: -1; 
  background-color: #80a3db; 
}
@media (max-width: 800px){
  .hero{
    min-height: 600px;
  }   
}
@media (max-width: 600px){
  .hero .background-image {
  width: 100%;
  left: 0;
  } 
}



.article-form{
	padding: 30px;
	border: 3px solid rgb(255, 193, 78, 0.4);
}

.article-form div{
text-align: center;
display: block !important;
width: 210px;
margin: 0 auto;
}