body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
  background-color: #fff;
  color: #333;
}
p {
  margin: 0;
  padding: ;
}
a {
  text-decoration: none;
  color: #333;
}
img {
  display: block;
}
.color {
  color: #4855f2;
}
.web,
.h5 {
  display: none;
}
.web-body {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header {
  background-image: url('img/pg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.header-bg {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}
.header-top {
  display: flex;
  align-items: center;
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}
.email {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-left: 8px;
}
.header-text {
  font-size: 56px;
  margin-top: 100px;
  font-weight: bold;
}
.header-text2 {
  width: 748px;
  font-size: 28px;
  line-height: 36px;
  color: #595959;
  font-style: italic;
  margin-top: 16px;
  font-weight: 300;
  text-transform: capitalize;
}
.header-text3 {
  display: flex;
  align-items: center;
  padding: 16px 28px 16px 20px;
  gap: 12px;
  width: 385px;
  height: 56px;
  background: linear-gradient(90deg, rgba(72, 85, 242, 0.12) 36.54%, rgba(72, 85, 242, 0) 100%);
  border-radius: 10px;
  margin-top: 36px;
  font-size: 20px;
  font-weight: bold;
}
.top-bg {
  position: absolute;
  bottom: 0;
  right: -60px;
}
.text {
  font-size: 24px;
  text-align: center;
  color: #595959;
  font-weight: 300;
  margin-top: 20px;
  line-height: 1.5;
  text-transform: capitalize;
}
.right {
  flex: 1;
}
.flex-item {
  background-color: #f5f7fa;
  border-radius: 24px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
}
.flex-text {
  font-size: 16px;
  color: #595959;
  font-weight: 300;
  margin-top: 12px;
}
.concat {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;

  width: 260px;
  height: 49px;

  background: #4855f2;
  border-radius: 24px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-top: 66px;
}

.h5 .header {
  background-image: url('img/h5pg.jpg');
}
.h5-header-top {
  display: flex;
  padding: 20px;
  align-items: center;
}
.h5 .header-text {
  font-size: 28px;
  margin-top: 0;
  line-height: 1.4;
  padding-right: 24px;
}
.h5 .header-text2 {
  font-size: 14px;
  width: auto;
  line-height: 1.6;
  padding-right: 65px;
}
.h5 .header-text3 {
  width: 224px;
  height: 28px;
  font-size: 12px;
  border-radius: 4px;
  margin-top: 20px;
  padding: 6px 8px;
}
.h5 .top-bg {
  height: 270px;
  right: 0;
}
.h5 .text {
  font-size: 14px;
  margin-top: 12px;
}
.h5 .flex-item {
  padding: 16px 12px;
  border-radius: 8px;
  font-size: 16px;
}
.h5 .flex-text {
  font-size: 14px;
  margin-top: 8px;
}
.h5 .concat {
  width: 190px;
  height: 32px;
  font-size: 14px;
  margin: 20px auto 0;
}
.capitalize {
  text-transform: capitalize;
}
