.bl_pageFvInner .bl_pageFvImg {
  object-position: center 45%;
}

.ly_handle {
  padding: 45px 15px 80px;
}

.el_secHeader {
  margin-bottom: 4px;
}

.el_secHeader span {
  font-size: 14px;
}

.el_secHeader h2 {
  font-size: 20px;
}

.bl_handle p {
  font-size: 14px;
  line-height: 1.85;
}

.bl_categorySelect {
  border-radius: 20px;
  background: #e5f3f7;
  padding: 35px 20px 40px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.bl_categorySelect h3 {
  font-size: 14px;
  font-weight: 400;
  -webkit-text-stroke: 0.8px;
  line-height: 30px;
  text-align: center;
  color: #41b3cb;
}

.bl_categorySelect ul {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bl_categorySelect ul a {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  font-size: 16px;
  padding-block: 2px;
  letter-spacing: 0.05em;
}

.search-wrapper {
  margin-top: 0;
  max-width: 305px;
}

.bl_searchForm {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .bl_handle {
    max-width: 1000px;
    margin: 0 auto;
  }

  .bl_handle p {
    font-size: 16px;
    line-height: 1.85;
    letter-spacing: 0.05em;
  }

  .el_secHeader h2 {
    font-size: 30px;
    letter-spacing: 0.1em;
  }

  .bl_categorySelect {
    margin-top: 48px;
    max-width: 1000px;
    margin-inline: auto;
  }

  .bl_categorySelect {
    padding: 38px 30px 30px;
  }

  .bl_categorySelect h3 {
    text-align: left;
    font-size: 16px;
  }

  .bl_categorySelect ul {
    flex-direction: row;
    margin-top: 7px;
  }

  .bl_categorySelect_sec li a {
    padding-inline: 10px;
  }

  .bl_worrySearchResults {
    max-width: 1000px;
    margin: 0 auto;
  }

  .bl_searchForm {
    justify-content: flex-start;
  }
}
