.help-sections{
  margin-bottom: 80px;
}
.help-sections__item-inner{
  display: flex;
}
.help-sections__wrapper-list{
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
}
.help-sections__item{
  padding-left: 32px;
  margin-bottom: 85px;
  width: 50%;
  box-sizing: border-box;
}
.help-sections__icon{
  padding-right: 24px;
}
.help-sections__name{
  display: block;
  margin-bottom: 23px;
}
.help-sections__name-text{
  display: inline-block;
  font-weight: 500;
  font-size: 48px;
  line-height: 56px;
  color: #303233;
  text-decoration: none;
  border-bottom: 1px dashed #303233;
}
.help-sections__name:hover .help-sections__name-text{
  color: #D9344A;
  border-color: #D9344A;
}
.help-sections__desc{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #303233;
}

.help-sections__description-block{
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #303233;
  margin-bottom: 72px;
}

@media (max-width: 914px){
  .help-sections__item{
    width: 100%;
  }
}

@media (max-width: 600px){
  .help-sections{
    margin-bottom: 20px;
  }
  .help-sections__item{
    margin-bottom: 10px;
  }
  .help-sections__description-block {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
  }
  .help-sections__name {
    margin-bottom: 12px;
    padding-top: 16px;
  }
  .help-sections__name-text {
    font-size: 18px;
    line-height: 24px;
  }
  .help-sections__desc {
    font-size: 14px;
    line-height: 22px;
  }
}