.wrapper-a{
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .wrapper-a .box-a .content{
    margin-bottom: 60px;
    margin-left: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    
  }
  
  .box-a .content .image{
    height: 126.2px;
    width: 300px;
    
  }
  .content .image img{
    
    height: 458%;/*278 1*//*378 2*//**/
    width: 128%;/*168 1*//*168 2*//**/
    object-fit: cover;
    
  }
  @media (max-width: 1045px) {
    .wrapper-a .box-a{
      width: calc(50% - 10px);
      height: 100%;
      margin: 10px 0;
    }
  }
  @media (max-width: 702px) {
    .wrapper-a .box-a{
      width: 50%;
    }
  }
  