.articleListSixPayHome {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.articleListSixPayHome a{
    text-decoration: none;
    box-shadow: 0px 4px 20px 0px #0000001A;

}

.articleListSixPayHomeWrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-left: 20px;
    margin-right: 20px;
}

@media screen and (min-width: 1024px) {
    .articleListSixPayHomeWrapper {
        display: inline-block;
        max-width: 1255px;
        margin-left: 0;
        margin-right: 0;
    }

    .articleListSixPayHomeWrapper>.articleListPayContainer:first-child {
        grid-column: span 3;
        grid-row: 1;
        margin-bottom: 78px;
        height: 800px
    }

    .articleListSixPayHomeWrapper>.articleListPayContainer:first-child .textInfoCard h3 {
        font-size: 36px;
        font-family: "Noto Sans Condensed";
    }
 .articleListSixPayHomeWrapper>.articleListPayContainer:first-child .textInfoCard p {
        max-width:750px;
    }

   /* .articleSixPayWrapper .articleListPayContainer:first-of-type img {
        width: 100%;
        height: 500px;
    }*/
    /*.articleSixPayWrapper>.articleListPayContainer:first-child img {
        height: 500px
    }*/
    .articleListSixPayHomeWrapper .extra-div {
        grid-column: span 3;
        margin-bottom: 32px;
    }

}

@media screen and (min-width: 1440px) {
    .articleListSixPayHomeWrapper {
        margin-left: 0px;
        margin-right: 0px;
    }
}


.articleListSixPayHomeWrapper .extra-div {
    padding: 60px 20px 20px 20px;
    margin:0;
}
            .articleListSixPayHomeWrapper .extra-div p{

    margin:0;
}
@media screen and (min-width: 1024px){
    .articleListSixPayHomeWrapper .extra-div {
        margin: 0;
        padding:0;
    }
}


.articleListPayContainer {
    max-width: 320px;
    height: 400px;
    display: flex;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    cursor: pointer;

}

.articleListSixPayHomeWrapper>.articleListPayContainer:first-child {
    overflow:hidden;
}

@media screen and (max-width: 1024px){
    .articleListSixPayHomeWrapper>.articleListPayContainer:first-child {
     max-width: 100%;
     height: 600px;
            }
}

.articleListSixPayHomeWrapper>.articleListPayContainer:first-child img:first-of-type {
    width: 100%;
    height: 280px;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.articleListSixPayHomeWrapper>.articleListPayContainer:first-child img:hover {
    transform: scale(1.1);
}

@media screen and (min-width: 1024px) {
    .articleListPayContainer {
        max-width: 406px;
        height: 510px;
        margin-top: 0;
            justify-content: space-between;
    }

    .articleListPayContainer:first-child {
        max-width: 1233px;
        height: 510px;
    }

    .articleListSixPayHomeWrapper>.articleListPayContainer:first-child img:first-of-type {
        width: 100%;
        height: 500px;
    }

}

.articleListSixPayHome .extra-div p {
    font-size: 26px;
    color: rgba(5, 37, 73, 1);
    font-family: "Noto Sans Condensed";
    font-weight: 700;
}

.articleListSixPayHomeWrapper .articleListPayContainer img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

@media screen and (min-width: 1024px) {
   .articleListSixPayHomeWrapper .articleListPayContainer img {
        width: 100%;
        height: 228px;
    }


}
.articleListSixPayHomeWrapper .row{
    flex-wrap: wrap;
    gap: 16px;
    display: flex
;
}

.articleListSixPayHomeWrapper .textInfoCard {
    padding: 20px;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


    @media screen and (min-width: 1024px){
        .articleListSixPayHomeWrapper .textInfoCard {
        padding: 30px;
    }
    }

.articleListPayTag {
    background-color: rgba(136, 193, 228, 1);
    width: fit-content;
}

.textInfoCard .payTag {
    padding: 5px;
    font-family: "Noto Sans";
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin:0;
}

.articleListSixPayHomeWrapper .col-66 .textInfoCard h2 {
    color: #052549;
    font-weight: 700;
    font-family: "Noto Sans Condensed";
    margin:20px 0 10px;
}

.articleListSixPayHomeWrapper .col-33 .textInfoCard h2 {
    color: #052549;
    font-weight: 700;
    line-height: 35px;
    font-size: 26px;
    font-family: "Noto Sans Condensed";
    margin:20px 0 10px;
}

@media screen and (min-width: 1024px) {
    .articleListSixPayHomeWrapper .col-66 .textInfoCard h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media screen and (max-width: 1024px) {
    .articleListSixPayHomeWrapper .col-66 .textInfoCard h2 {
        font-size: 26px;
        line-height: 34px;
    }
}
@media screen and (min-width: 1024px) {
    .articleListSixPayHomeWrapper .textInfoCard h3 {
        font-size: 26px;
    }
}


.textInfoCard p {
    color: #052549;
    font-size: 16px;
    font-family: "Noto Sans";
        margin:0;
        line-height: 24px;
}

@media screen and (min-width: 1024px) {
    .textInfoCard p {
        font-size: 16px;
    }
}
.articleListSixPayHomeWrapper a{
    width: 100%;
}
@media screen and (min-width: 1024px) {

    .articleListSixPayHomeWrapper .col-66{
        width: calc(66.6% - 8px);
        display: inline-block;
    }
    .articleListSixPayHomeWrapper .col-33{
        width: calc(33.3% - 12px);
        display: inline-block;
    }
}
.articleListSixPayHomeWrapper picture{
    width: 100%;
    display: inline-block;
    height: 203px;
}
@media screen and (min-width: 1024px) {
    .articleListSixPayHomeWrapper picture{
        height: 406px;
    }
}
.articleListSixPayHomeWrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articleListSixPayHomeWrapper .textInfoCard {
    font-family: "Noto Sans";
}

.articleListSixPayHomeWrapper .textInfoCard .blockTime{
    font-family: "Noto Sans";
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #B8B8B8;
    margin-top: 50px;
}
.articleListSixPayHomeWrapper .textInfoCard .jsFormatDate{
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #B8B8B8;
}
.articleListSixPayHomeWrapper .textInfoCard .tags{
    background: #88C1E4;
    padding: 6px;
    display: inline-flex;
    width: auto;
    justify-content: flex-start;
    max-width: max-content;
}
.articleListSixPayHomeWrapper .textInfoCard .tags p{
    color: white;
}

.textInfoCard > .description {
    font-weight: normal
}


.textInfoCard {
    flex: 1
}

.articleListSixPayHomeWrapper .col-33, .articleListSixPayHomeWrapper .col-66 {
    flex-direction: column;
    display:flex;
}
