.ctx {
  width: 43.375rem;
  padding: 5rem 0 5.375rem;
}
.ctx > img {
  width: 100%;
  margin: 4.125rem 0;
}
.ctx .flex-evenly {
  flex-wrap: wrap;
  margin: 3rem 0 2.875rem;
}
.ctx .item1 {
  width: 18rem;
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.ctx .item1 img {
  width: 6.875rem;
  margin-bottom: 1.125rem;
}
.text1 {
  font-family: Roboto-Medium;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 500;
}
.date {
  opacity: 0.6;
  font-size: 2rem;
  margin: 2.625rem 0 4.5rem;
}
.text2,
.pdl58 {
  font-size: 2rem;
  line-height: 3rem;
}
.text2 a,
.pdl58 a {
  color: #408ede;
}
.pdl36 {
  padding-left: 2.25rem;
  position: relative;
}
.pdl36::before {
  position: absolute;
  left: 0;
}
.pdl36:nth-child(24)::before {
  content: "1.";
}
.pdl36:nth-child(31)::before {
  content: "2.";
}
.pdl36:nth-child(38)::before {
  content: "3.";
}
.text3 {
  font-size: 2.5rem;
}
.text4 {
  font-size: 3rem;
}
.pdl58 {
  padding-left: 3.625rem;
  position: relative;
}
.pdl58::before {
  content: "●";
  position: absolute;
  left: 1rem;
}
.item {
  width: 43.375rem;
  background: #f4f4f4;
}
.item img {
  width: 100%;
}
.item a {
  align-items: center;
  font-size: 1.75rem;
  color: #006ee6;
}
.item i {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  position: relative;
  transform: rotateZ(45deg);
}
.item i:after {
  content: "";
  display: block;
  width: 1rem;
  height: 2px;
  position: absolute;
  top: 0;
  background: #1d70f5;
}
.item i::before {
  content: "";
  display: block;
  height: 1rem;
  width: 2px;
  position: absolute;
  right: 0;
  background: #1d70f5;
}
.link {
  padding: 1.75rem 2.25rem;
  border: 1px solid #006ee6;
  width: 18rem;
  border-radius: 2.75rem;
  display: flex;
  font-size: 1.625rem;
  color: #006ee6;
  align-items: center;
  justify-content: center;
  margin-top: 6.25rem;
}
.link i {
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: 2rem;
  transform: rotate(45deg);
}
.link i::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2px;
  top: 0;
  background: #006ee6;
  position: absolute;
}
.link i::after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 2px;
  right: 0;
  background: #006ee6;
  position: absolute;
}
