.manual-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}
.manual-flow-body {
   width: 100%;
}

.manual-flow-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}


.manual-flow-image {
    width: 100%;
    height: 100%;

}

.manual-flow-footer-link {
    align-items: start;
    margin-top: 32px;
    font-weight: bold;
    font-size: 24px;
}

.manual-flow-footer-link::hoverhover {
    align-items: start;
    margin-top: 32px;
    font-weight: bold;
    font-size: 24px;
}

.manual-flow-footer-link a {
    color: #d63384;
    text-decoration: underline;
}

.manual-flow-container-img {
    width: 750px;

  }

@media (max-width: 768px) {
    .manual-flow-container-img {
        width: 90%;
    }
}

.manual-button-redirect{
  margin: 0 auto;
  max-width: 1000px;
}

