.area-software {
  width: 100%;
  display: flex;
  margin: 50px auto;
  justify-content: center;
}

.struct-software {
  width: 50%;
}

.box-software {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.box-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.box-text h1 {
  margin: 0 0 50px 0;
  padding: 0px;
  font-size: 80px;
  font-family: 'helveticalight';
  font-weight: 100;
}

.box-text p {
  margin: 0px;
  padding: 0px;
  font-size: 32px;
}

.area-partners {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.struct-partners {
  width: 85%;
}

.box-partners {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
}

.row-partners {
  width: 33.33%;
  padding: 0px 88px;
}

.partners-name {
  display: flex;
  margin: 56px 0;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 14px 0;
  letter-spacing: 1px;
  font-family: 'helveticalight';
  border-bottom: 1px solid #0076CE;
}

.partners-name span {
  width: 100%;
  color: #00447C;
}

.partners-name i {
  color: #0076CE;
}

.partners-name a {
  width: 100%;
  display: flex;
  text-decoration: none;
}









/* google-cloud */
.area-banner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.strut-banner {
  width: 100%;
  display: flex;
  justify-content: center;
}

.box-banner-txt {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
  flex-direction: column;
}

.text-area {
  width: 68%;
  padding: 0 0 0 40px;
  color: #313f49;
}

.box-banner-txt h1 {
  padding: 0px;
  margin: 0 0 32px 0;
  font-size: 52px;
  font-family: sans-serif;
  font-weight: 100;
}

.box-banner-txt p {
  margin: 0px;
  padding: 0px;
  font-size: 23px;
}

.box-banner-img {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}

.box-banner-img img {
  width: 85%;
}



.area-partners_glance {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 10px 70px;
}

.struct-P_glance {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0px 80px;
}

.P_glance-head h2 {
  font-family: 'helveticalight';
  font-size: 32px;
  font-weight: 600;
}

.P_glance-main {
  display: flex;
  justify-content: space-between;
}

.Pg_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 46%;
}

.Pg_box-img {
  width: 100%;
  padding: 0 0 14px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #bebebe;
}

.Pg_box-txt {
  padding: 10px 0;
  letter-spacing: 0.6px;
}


.area-uspartner {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.up_box {
  display: flex;
  align-items: flex-start;
  width: 80%;
  justify-content: center;
}

.up_box-img {
  padding: 0 50px 0 0;
}

.upimg-area {
  width: auto;
  height: auto;
  overflow: hidden;
}

.upimg-area h1 {
  font-size: 80px;
  font-family: helveticalight;
  font-weight: 100;
  margin: 0px;
}

.upimg-area img {
  width: 580px;
}

.up_box-txt {
  margin: 0 50px;
}

.up_txt {
  width: 500px;
}

.up_box-txt .up_txt p {
  padding: 0 0 50px 0;
  font-size: 24px;
  font-weight: 100;
  font-family: 'helveticalight';
}

.upimg-area p {
  margin: 0px;
  padding: 0px;
  color: #0076CE;
}



.area-PInfo {
  width: auto;
  padding: 0 80px;
}

.struct-PInfo {
  display: flex;
  padding: 0px;
  justify-content: center;
}

.box-PInfo {
  width: 50%;
  padding: 0 64px 0 64px;
}

.PIbox-head h2 {
  font-size: 38px;
  font-family: 'helveticalight';
  margin: 0 0 30px 0;
  padding: 0px;
}

.PIbox-txt p {
  margin: 32px 0;
  font-size: 16px;
  letter-spacing: 0.6px;
  font-family: 'helveticalight';
  font-weight: 600;
}

.PIbox-txt li {
  font-size: 16px;
  font-family: 'helveticalight';
  font-weight: 700;
  letter-spacing: 0.6px;
  padding: 10px 0;
}

.PIbox-txt li::marker {
  color: #0076CE;
}