.context-area {
  width: 100%;
  height: 400px;
  background-color: #32d296;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  color: #fff;
  font-weight: 600;
}
