#EnrolledTherapist{
    width: 98%;
    margin: 0 auto;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),url(../img/background/AdobeStock_1025377788.webp);
    background-size: contain;
    /* background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3vw;
}

#EnrolledTherapist_list{
    margin: 0 auto;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr); 
    grid-auto-rows: auto;
    row-gap: 0.5vw;
    justify-content:center;
    justify-items: center;
}
#EnrolledTherapist_contain{
    display: grid;
    padding: 0.75vw 0.2vw;
    background-image: url(../img/background/background66.webp);
    background-repeat: no-repeat;
    background-size: cover;
    border: #908E8E 0.1vw solid;
    background-size: cover;
    column-gap: 0.5%;
    row-gap: 0.5%;
    grid-template-columns: repeat(2,1fr);
    width: 98%;
    aspect-ratio: 1/1.95;
    align-content:flex-start;
}
#EnrolledTherapist_class{
    grid-column: 1/3;
    grid-row: 1; 
}
#EnrolledTherapist_therapist_info{
    display: flex;
    grid-column: 1/3;
    grid-row: 3;
    column-gap: 0.3vw;
    justify-content: center;
    align-items: center;
    background: transparent linear-gradient(90deg, #800020 20%, #eb595e 50%, #800020 80%) 0% 0% no-repeat padding-box;
    color: white;
}
#EnrolledTherapist_profile_img{
    grid-column: 1/3;
    grid-row: 2;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1.427;
    z-index: 1;
    object-position: top;
}
#EnrolledTherapist_profile_img_contain{
    grid-column: 1/3;
    grid-row: 2;
    width: 100%;
    aspect-ratio: 1014/1364;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    box-sizing: border-box;
}
#EnrolledTherapist_name{
    text-align: right;
    font-size: 1.5vw;
}
#EnrolledTherapist_namea{
    text-align: right;
    font-size: 1vw;
}
#EnrolledTherapist_age{ 
    text-align: center;
    align-self: flex-end;
    font-size: 1vw;
    font-family: BIZ UDPMincho;
}
#EnrolledTherapist_tall{ 
    font-size: 1vw;
    align-self: center;
    text-align: center;
    font-family: BIZ UDPMincho;
    grid-column: 1/3;
    grid-row: 4;  
    border:0.1vw solid;
    padding: 0.1vw;
    background-color: white;
    font-weight: bolder;
}
.category{
    margin: 0 auto;
    border:0.1vw solid;
    border-radius: 0.5vw;
    width: 100%;
    text-align: center;
    /* font-weight: bold; */
    padding: 0.1vw;
    background-color: #FFFFFF;
}
#EnrolledTherapist_category_1{
    grid-column: 1;
    grid-row: 5;  
}
#EnrolledTherapist_category_2{
    grid-column: 2;
    grid-row: 5;  
}
#EnrolledTherapist_category_3{
    grid-column: 1;
    grid-row: 6;  
}
#EnrolledTherapist_category_4{
    grid-column: 2;
    grid-row: 6;  
}
#EnrolledTherapist_link{
    width: fit-content;
    margin: 0 auto;
    margin-top: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5vw;
    /* border: 1px solid #707070; */
    border-radius: 1.3vw;
    background: transparent linear-gradient(180deg, #FF0045 0%, #E60540 16%, #601F24 100%) 0% 0% no-repeat padding-box;
    color: white;
    font-size: 1.2vw;
    border: 0.1vw solid silver;
    box-shadow: 0.5vw 0.5vw 0.5vw #b2b2b2;
}
@media screen and (max-width: 768px) {
    #EnrolledTherapist_link{
        width: 40vw;
        margin: 0 auto;
        margin-top: 1vw;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1vw;
        border: 1px solid #707070;
        border-radius: 2vw;
        background: transparent linear-gradient(180deg, #FF0045 0%, #E60540 16%, #601F24 100%) 0% 0% no-repeat padding-box;
        color: white;
        font-size: 3vw;
        margin-bottom: 2vw;
    }
    #EnrolledTherapist_list{
        margin-top: 1vw;
        width: 95vw;
        display: grid;
        grid-template-columns: repeat(2,1fr); 
        column-gap: 2vw;
        row-gap: 2vw;
        justify-items: center;
        margin-bottom: 3vw;
    }
    #EnrolledTherapist_contain{
        display: grid;
        padding: 1.7vw 0.75vw;
        /* padding: 1.5%; */
        /* background-image: url(../img/background/background66.webp); */
        background-size: cover;
        column-gap: 0.5%;
        row-gap: 0.5%;
        grid-template-columns: repeat(2,1fr);
        /* border: 0.1vw solid #908E8E; */
        /* background-color:rgb(54, 46, 46); */
        width: 100%;
        /* height: 10%; */
    }
    #EnrolledTherapist_name{
        text-align: right;
        font-size: 3.7vw;
    }
    #EnrolledTherapist_namea{
        text-align: right;
        font-size: 2.5vw;
    }
    #EnrolledTherapist_age{ 
        text-align: center;
        align-self: flex-end;
        font-size: 2.5vw;
    }
    #EnrolledTherapist_tall{ 
        font-size: 2.5vw;
        align-self: center;
    }
    #EnrolledTherapist_category_1{
        font-size: 2.5vw;
    }
    #EnrolledTherapist_category_2{
        font-size: 2.5vw;
    }
    #EnrolledTherapist_category_3{
        font-size: 2.5vw;
    }
    #EnrolledTherapist_category_4{
        font-size: 2.5vw;
    }
    /* #EnrolledTherapist_profile_img{
        border: grey 1.3vw solid;
    } */
}