.text-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 2.778vw;
  padding: 0 2.778vw 6.296vw; }
  .text-body .item {
    width: 45.648vw;
    height: 51.667vw;
    background: #eeedf2;
    margin-top: 15.37vw;
    padding: 15.741vw 5.093vw 9.259vw;
    position: relative; }
  .text-body .item-top a {
    font-size: 3.889vw;
    color: #d1201a;
    text-align: center;
    display: block; }
  .text-body .item-bottom a {
    display: block;
    font-size: 3.241vw;
    height: 17.13vw;
    margin-top: 6.944vw;
    color: #666666;
    line-height: 190%;
    text-align: center;
    overflow: hidden; }
  .text-body .item-img {
    position: absolute;
    top: -9.259vw;
    left: 50%;
    margin-left: -9.259vw;
    height: 18.519vw;
    width: 18.519vw;
    background: #fff;
    border-radius: 50%;
    border-top: 0.463vw solid #d1201a;
    border-bottom: 0.463vw solid #d1201a;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .text-body .item-img img {
      width: 9.259vw; }
