.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-text {
  color: rgb(0, 10, 255);
  height: 86px;
  font-size: 4em;
  font-style: normal;
  font-weight: 700;
}
.home-text1 {
  height: 40px;
}
.home-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.home-container2 {
  flex: 0 0 auto;
  width: 400px;
  height: 400px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-text2 {
  color: #0048ff;
  align-self: center;
}
.home-text3 {
  font-size: 24px;
  align-self: center;
  font-style: normal;
  margin-top: 50px;
  font-weight: 700;
}
.home-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.home-container3 {
  flex: 0 0 auto;
  width: 400px;
  height: 400px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-text4 {
  color: #0015ff;
}
.home-text5 {
  font-size: 24px;
  align-self: center;
  font-style: normal;
  margin-top: 50px;
  font-weight: 700;
}
.home-image1 {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
