main {
    width: 100%;
    min-height: 300px;
    background-image: url("../img/content-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    min-width: 1200px;
  }

  .first-container {
    width: 776px;
    height: 440px;
    margin-bottom: 24px;
  }

  .first-container-title,
  .second-container-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    padding-left: 12px;
    padding-top: 6px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.5s;
  }

  .first-container:hover .first-container-title {
    height: 130px;
    background: rgba(255, 255, 255, 0.9);
    color: #231815;
    padding-top: 20px;
  }

  .second-container {
    width: 376px;
    height: 212px;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .second-container:hover .second-container-title {
    height: 105px;
    background: rgba(255, 255, 255, 0.9);
    color: #231815;
    padding-top: 20px;
  }

  .more-text {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
  }

.format-margin {
  margin-top: 64px;
  margin-left: -48px;
  margin-right: -48px;
}
