/* Applicable */
.applicable-box {
  .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    // height: 173px;
    background-color: #f7f2f0;
    padding-top: 56%;
    border-radius: 8px;
  }
  & > table {
    & > tbody > tr {
      & > td {
        width: 50%;
        &:first-child {
          padding-right: 20px;
        }

        &:last-child {
          padding-left: 20px;
        }
      }
    }
  }
}
