/*educational block*/

.guide .sect-content {
  flex-direction: column;
}

.guide .sect-content .single-photo {
  margin-top: 20px;
}

.guide .tips {
  padding-right: 0;
  border-top: 0 !important;
}

.edu-block,
.guide .def-section {
  padding: 20px 0;
  position: relative;
  border: none;
  margin: 0;
}

.edu-block:before {
  content: "";
  background-color: var(--global--color-secondary);
  filter: blur(2px);
  height: 2px;
  width: 75%;
  position: absolute;
  top: 0;
}

.guide .hero-image img {
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}

.guide .hero-image {
  margin-bottom: 20px;
}

.guide .edu-block h2 {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.7rem;
}

.row-edu {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}

.side-list {
  padding-left: 30px;
}

.side-list ul {
  background-color: #f4f9f0;
  padding: 20px 15px 20px 35px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 8px;
}

.edu-block img,
.edu-graph img {
  max-width: 100%;
  height: auto;
  width: auto;
  box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%),
    0 22px 27px -20px rgb(7 10 25 / 20%);
  border-radius: 8px;
}

.edu-graph {
  text-align: center;
  margin: 20px 0;
}