article{
  flex-direction: column;
}

.leftBox > div:nth-child(1) > h2{
  font-size: 22px;
  line-height: 32px;
}
.leftBox > div:nth-child(1) > h2 > span{
  font-size: 26px;
  color: var(--mainGreen);
  font-weight: 800;
}
/* .leftBox > div:nth-child(2) {
  margin: 10px 0;
  padding: 10px 0;
  border-top: 3px solid var(--mainGreen);
  border-bottom: 3px solid var(--mainGreen);
  box-sizing: border-box;
} */
.leftBox > div:nth-child(2) > p{
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
.leftBox > div:nth-child(2) > p:nth-child(1){
  color: #000;
}
.leftBox > .tag{
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 0; 
}
.rightBox{
  width: 100%;
}
.rightBox > .frame{
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.rightBox > .frame > .img1{
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}
.rightBox > .frame > div{
  width: 100%;
  aspect-ratio: 16/9;

  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/* .rightBox > .frame > .img1{ */
/*   background-image: url(/source/img/info/info-img-1.png); */
/* } */
/* .rightBox > .frame > .img2{ */
/*   background-image: url(/source/img/info/info-img-2.png); */
/* } */
/* .rightBox > .frame > .img3{ */
/*   background-image: url(/source/img/info/info-img-3.png); */
/* } */
@media (min-width: 1330px) {
  .leftBox > div:nth-child(1) > h2{
    font-size: 33px;
    line-height: 45px;
    color:#505050;
    font-family: 'SBAggroB';
    margin-bottom: 15px;
  }
  .leftBox > div:nth-child(1) > h2 > span{
    font-size: 40px;
  }
  .leftBox > div:nth-child(2) > p{
    font-size: 18px;
    line-height: 32px;
  }
}