.three-items .container .three-items-content {
  display: flex;
  justify-content: space-between;
}
.three-items .container .three-items-content .three-items-item {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
}
.three-items .container .three-items-content .three-items-item img {
  position: absolute;
}
.three-items .container .three-items-content .three-items-item h3 {
  font-weight: 800;
}
.three-items .container .three-items-content .three-items-item p {
  font-weight: 600;
}
.three-items .container .button_container {
  display: block;
}
