@media screen and (max-width: 1200px){
    nav p{
        font-size: 20px;
    }

    .Team .team-cardcontainer .teamcard .teamimgcontainer .team-img{
        width: 310px;
        bottom: -1%;
        left: -1.2%;
    }


    .Team .team-cardcontainer .teamcard .teamimgcontainer .team-img2{
        width: 287px;
        bottom: -6%;
        left: -1.2%;
    }

    .Team .team-cardcontainer .teamcard .teamimgcontainer .team-bg{
        position: absolute;
        width: 300px;
        height: 300px;
        background: #7EC148;
        border-radius: 40px;
        box-sizing: border-box;
        margin: 36px 0 0 3px;
    }


    .mainImg-titletext{
        font-size: 24px;
        top: 26%;
    }
    .mainImg-titleSupporttext{
        font-size: 16px;
        top: 36%;
    }

    .mainImg-part2-titleSupporttext{
        font-size: 16px;
        top: 66%;
        line-height: 28px;
    }
    .mainImg-part2-titletext{
        font-size: 38px;
        top: 89%;
    }
}