* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main_section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left_side {
  margin-right: 100px;
}

/* .left_side {
  border: 2px solid black;
} */

.left_side_title {
  text-align: left;
  font-size: 30px;

  margin-bottom: 40px;
}

.left_side_prev {
  text-align: left;
  margin-top: 37px;
  color: grey;
}

.left_side_list {
  margin-top: 43px;
  padding-left: 60px;
}

/* CSS */
.button-27 {
  margin-top: 40px;
  appearance: none;
  background-color: #000000;
  border: 2px solid #1a1a1a;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  /* margin: 0; */

  min-width: 0;
  outline: none;
  padding: 9px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 50%;
  will-change: transform;
}

.button-27:disabled {
  pointer-events: none;
}

.button-27:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-27:active {
  box-shadow: none;
  transform: translateY(0);
}

.left_logo {
  margin-top: 30px;
}

.left_logo_image_first {
  height: 40px;

  width: 40px;
}

.left_logo_image {
  height: 40px;
  margin-left: 20px;
  width: 40px;
}

.right_side {
  display: flex;

  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.right_side_image_first {
  margin-left: 30px;
  margin-top: 100px;

  height: 250px;
  width: 250px;
}

.right_side_image {
  margin-left: 30px;
  height: 250px;
  width: 500px;
}

.right_side_text {
  margin-top: 10px;
  text-align: left;
}

a {
  text-decoration: none;
  color: #000;
}
