body {
  
  font-size: 13px;
  font-family: Open Sans,Helvetica Neue,sans-serif;
  background: #f1f2f4;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.ui.container {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ui.cards > .card {
	width: 320px;
}

.ui.menu {
	background: #fff;
	height: 50px;
}

.ui.divider {
	letter-spacing: 0em;
}
.ui.divider.set {
	color: #909090;
	font-family: inherit;
	font-weight: 400;
}

.img-divider {
  position: relative;
  top: 3px;
  margin: 0 5px;
}

.soft-logo {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  background: #EBEBEB;
  padding: 8px;
  border-radius: 100%;
  border: 2px solid #b0b0b0;
}

.download-box {
  background: #3A3A3A;
  border-radius: 5px;
  padding: 80px 30px 70px 40px;
}