.first-item {
    position: relative;
    height: 33.3333333%;
    transition: transform 0.5s ease-out;
    font-size: 0;

}

.arrow {
    width: 25px;
    position: absolute;
    top: 50%;
    right: 35px;
}

.first-item:hover {
    transform: scale(1.03);
}

.faq-content {
    height: auto;
}

.faq-item1 .faq-content,
.faq-item4 .faq-content {
    text-align: left;
}

.faq-item1 * {
    color: #FF427E;
}

.faq-item2 * {
    color: #1F8400;
}

.faq-item3 * {
    color: #008B9D;
}

.faq-item4 * {
    color: #4D00B8;
}





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

.content-img,
.content-img-reverse {
    object-fit: contain;
    width: 40%;
    height: auto;

    margin-left: 8%;
}





.doctor-name {
    display: flex;
    align-items: end;
    margin-bottom: 30px;
}

.doctor-name span {
    margin: 0 30px;
    text-align: center;
}

.doctor-info {
    max-width: 300px;
}










.sick-item {
    transition: transform 0.5s ease;
    box-shadow: 0px 5px 13px rgb(211, 211, 211);
    width: 170px;
    height: 250px;
}

.sick-item:hover {
    transform: translateY(-10px);
}

.sick-card li:not(:nth-child(9)) a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.sick-item img {
    width: 50px;
    height: 50px;
}















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

    .sick-item img {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .first-item {
        display: inline-block;
        width: 33.3333333%;
        height: 100%;
    }

    .arrow {
        width: 40px;
        top: 45%;
        right: 25px;
    }






    .sick-item {
        width: 210px;
        height: 300px;
    }





    .content-img,
    .content-img-reverse {
        width: 30%;
    }

    .doctor-info {
        max-width: 100%;
    }

    .specialty {
        margin-right: 10%;
    }
}








@media screen and (min-width: 1024px) {
    .first-item {
        display: inline-block;
        width: 33.3333333%;
        height: 100%;
    }

    .arrow {
        width: 50px;
        top: 45%;
        right: 50px;
    }



    .global-logo h1 {
        padding: 0;

        width: 200px;
        height: 160px;
        flex-shrink: 0;

        background-color: #FFA99A;
        border-radius: 90px 90px 0 0;

        margin-bottom: 60px;
    }



    .faq-list {
        width: 1200px;
        gap: 10px 100px;
    }

    .faq-list li {
        position: relative;
        height: 500px;
    }

    .faq-list p {
        margin: 5px;

    }

    .faq-list img {
        width: 500px;
        height: 300px;
    }

    .faq-content {
        position: absolute;
        left: 50%;
        bottom: 50px;
        transform: translate(-50%, 0);
        width: 460px;
        height: 250px;

        background-color: #fcfcfc;

        padding: 20px;
    }



    .content-img,
    .content-img-reverse {
        object-fit: cover;
        width: 45%;
        height: 500px;

        margin: 0px;
    }

    .content-img-reverse {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
    }

    .content-text {
        right: 50px;
        padding: 70px 30px 70px 8%;
        height: 110%;
    }

    .content-text-reverse {
        margin-left: 50px;
    }

    .content-img{
        margin-bottom: 400px;
    }




    .doctor-name span {
        margin-left: 50px;
    }

    .doctor-info {
        max-width: 700px;
    }

    .doctor-info div {
        margin-bottom: 20px;
    }






    .sick-item {
        width: 230px;
        height: 320px;
    }

}