.aya,
.reona {
    font-family: "Zen Kaku Gothic New", sans-serif;
}

.column {
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: start;
}



.content-img,.content-img-reverse {
    margin: 20px 0 0 8%;
    object-fit: contain;
    width: 40%;
    height: auto;
}
.doctor-name {
    margin: 30px 0;

    display: flex;
    align-items: end;
    justify-content: start;
    flex-wrap: wrap;
}
.doctor-name span {
    margin: 0 30px;
    text-align: center;
}





.career,
.specialty {
    border-radius: 5px;
}



@media only screen and (min-width: 600px) and (max-width: 1024px) {
}

@media screen and (min-width: 1024px) {




    .content-card li {
        margin: 130px 0;
    }

    .content-img,.content-img-reverse{
        object-fit: cover;
        height: 500px;
    }
    .content-img {
        width: 40%;
        margin: 150px 0 35% 0;
    }
    .content-img-reverse {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);

        margin: 0;

        width: 45%;
    }

    .content-text-reverse {
        margin-left: 50px;
    }
    .content-text p{
        font-size: 1.2vw;
    }
    .content-text {
        height: auto;
        width: 67%;
        gap: 50px 0;

        position: absolute;
        top: 47%;
        right: 25px;

        padding: 100px 80px 70px 12%;
    }



    .doctor-name {
        text-align: center;
        display: flex;
        align-items: end;
        justify-content: start;
        flex-wrap: wrap;
        gap: 30px 1vw;
    }

    .doctor-content {
        display: flex;
        align-items: center;
        gap:6vw;
    }

    .doctor-info h4 {
        font-family: "Kiwi Maru";
        font-size: 24px;
        margin: 10px;
    }

    .doctor-info p {
        margin: 0px 0 20px 10px;
    }

    .career,
    .specialty {
        border-radius: 5px;
    }

    .aya.specialty {
        margin-right: 50px;
    }

    .specialty {

        background: linear-gradient(to right, #FFEFEF, #00000000);
    }

    .career {
        background: linear-gradient(to right, #E7F9FB, #00000000);
    }
}