.footer_inner {
  width: 80%;
  max-width: 1200px;
  min-height: 240px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  color: #555;
  font-size: 120% !important;
  padding: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step_cont {
  padding: 5% 5%;
  display: flex;
  gap: 3%;
}

.step_img {
  align-self: flex-start;
  max-width: 150px;
  width: 100%;
}

.step_content {
  text-align: left;
  display: flex;
  gap: 5%;
  justify-content: center;
  align-items: center;
}

.step_text {
  flex: 70%;
}

.step_text h4 {
  padding-top: 0px;
}

.step_photo {
  flex: 30%;
  max-width: 500px;
}

.step_photo img {
  align-self: flex-start;
  justify-self: flex-start;
  border-radius: 20px;
}

img {
  width: 100%;
}

@media only screen and (max-width: 1440px) {
  .step_content {
    flex-direction: column;
  }
  .step_img {
    align-self: flex-start;
  }
  .step_photo {
    margin: 30px 0;
    align-self: center;
  }
}
@media only screen and (max-width: 767px) {
  .step_cont {
    flex-direction: column;
  }
  .step_img {
    align-self: center;
  }
  .step_img {
    width: 100px;
    margin: 5% 0;
  }
  .step_text h4 {
    padding-top: 0px;
  }
}
