.secOneItemLink {
    max-width: 1220px;
    padding: 4% 10px;
    margin: 0 auto;
    grid-column-gap: 2%;
}

.secOneInfo {width: 42%;}

.secOneImgBox {
    width: 56%;
}


.secOneItemTlt {
    padding-bottom: 4%;
    line-height: 1.5;
    color: #333;
}

.secOneItemTxt {
    text-align: justify;
    word-break: break-all;
    color: #7A7A7A;
    line-height: 1.6;
}

@media screen and (max-width: 600px) {
    .secOneItemLink {justify-content: center;}
    .flexDirection {flex-direction: column-reverse;}
    .secOneInfo {
        width: 94%;
        padding-bottom: 5%;
    }
    .secOneItemTlt {font-size: 22px}
    .secOneImgBox {width: 80%;}
}

