
.bottom-container {
  background: rgba(16, 90, 244, 0.1);
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-icon {
  width: 440px;
  height: 265px;
  margin-left: 80px;
}

.bottom-title {
  font-size: 40px;
  color: #333;
  line-height: 1.4;
}

.bottom-text {
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  width: 600px;
  margin-top: 20px;
}


.look-img {
  width: 140px;
  height: 40px;
  line-height: 40px;
  margin-top: 50px;
  border-radius: 40px;
  border: none;
  /* background-color: #fff; */
  border: 1px solid #016DFF;
  box-sizing: border-box;
  color: #216bff;
  font-size: 16px;
  text-align: center;
  user-select: none;
  cursor: pointer;
}

.look-img:hover {
  background: #016DFF;
  color: #fff;
}

/* .look-img:active {
  background-image: linear-gradient(to right, #E5A800, #E5A801, #DE7503);
  color: #fff;
} */
