/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-Jul-2022, 19:43:40
    Author     : Jafran Mjm
*/

@media screen and (max-width : 1000px){   
    .img{

    }
    .text-container{
        margin-left: 41px;
        width: calc(100% - (370px + 41px));
        .email{
            position: relative;
            margin-bottom: 40px;
            display: block;
        }
    }
}

@media screen and (max-width : 750px){ 
    .text-container{
        margin-left: 0;
        margin-top: 41px;
        width: 100%;
        right: 0;
        .team-category{
            position: relative;
        }
        .text{
            padding-top: 20px;   
            padding-bottom: 120px;
            .name{
                margin-top: 25px;
            }
        }
    }
}
@media screen and (max-width : 500px){ 
    .img{
        width: 100%;
    }
}