
.read_also_wrap{
    display: flex;
    justify-content: space-between;
	gap: 1vw;
}
.block_read_also{
    max-width: 24%;
    display: flex;
    flex-direction: column;

}
.block_read_also img{
object-fit: cover;
    border-radius: 0.8vh;
    width: 100%;
    height: 30vh;
    margin-bottom: 3vh;
}
span {
    font-weight: 700;
}
.read_also_date{
    color: #6e7082;
    margin-bottom: .5vw;
    padding: 0.2vw 0.5vw;
    border-radius: 0.3vw;
    background: #f4f4f4;
    width: max-content;
}
.read_also_info {

    font-weight: 500;
    text-align: left;
    margin-bottom: 1vw;
}
.read_also_btn{
    margin-top: auto;
    color: #ffffff;
    font-size: 1vw;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    /* Yellow */
    border-radius: 0.8vh;
    /* Purple */
    background: #854385;
    padding: 1vh 0;
}
.section_read_also {
    padding: 7vh 0 5vh 0;
}
.read_news_btn {
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    background: #854385;
    padding: .5vw 1vw;
    border-radius: 0.3vw;
    color: #ffffff;
    display: block;
    max-width: max-content;
    margin-bottom: 3vh;
}
.read_news_btn:hover {
    background: #018370;
}

@media screen and (orientation: portrait) {


    .block_read_also {
        flex: 1 1;
        max-width: 95%;
        height: auto;
        gap: 3vw;
    }

    .block_read_also img {
        border-radius: 1vw;
        height: auto;
        margin-bottom: 3vw;
        aspect-ratio: 1;
    }

    .read_also_date {
        font-size: 4.5vw;
        margin-bottom: 1vw;
        line-height: normal;
        border-radius: 1.3vw;
        padding: 1vw 1.5vw;
    }

    .read_also_info {
        font-size: 4.5vw;
        line-height: 5vw;
        max-width: 100%;
        margin-bottom: 2vw;
    }

    .read_also_btn {
        font-size: 4.5vw;
        border-radius: 1vw;
        padding: 1vw 0;
    }

    .read_also_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 7vw 1vw;
    }
    .read_news_btn {
        font-size: 4.5vw;
        display: block;
        border-radius: 1vw;
        padding: 1vw;
        margin-bottom: 9vw;
        max-width: 100%;
    }
}