.section-three-blocks{
  margin: 32px auto 90px auto;
}
.section-three-blocks_container{
  display:flex;
  gap:3%;
}
.section-three-blocks_item{
  width:32%;
  background: #141414;
  border-radius: 50px;
  padding:32px;
  text-align:center;
}
.section-three-blocks_image-text{
  color: #F5CC82;
  font-size: 18px;
  margin-top:10px;
}
.section-three-blocks h3{
  font-size:20px;
}
.section-three-blocks_description{
  margin-bottom:0;
}

@media (max-width: 900px){
  .section-three-blocks_container{
      flex-direction:column;
  }
  .section-three-blocks_item{
      width:100%;
      margin:15px 0;
}