﻿/*==============styles for home pages===============*/
.home_one_team_member_img {
    width: 290px;
    height: 397px;
    background-size: cover;
    border-radius: 1rem;
    border: 1px solid white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.home_one_news_img {
    width:100%;
    aspect-ratio: 2/1;
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    border: 1px solid white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}


.home_two_team_member_img {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1/1;
}

@media (min-width:768px) {
    .home_two_team_member_img {
        background-size: cover;
        background-position: center;
        overflow: hidden;
        width: 100%;
        aspect-ratio: 3/4;
    }
}

.home_two_news_img {
    width: 100%;
    aspect-ratio: 2/1;

    background-size: cover;
    background-position: center;
}