*{
    padding: 0px;
    margin: 0px;
    /* border: 1px dotted red; */
}
/* /////////////////About start//////////////////// */
/* .about-page-transition-top{
    background:linear-gradient(to bottom,rgba(255, 255 , 255 , 0) 0%, rgba(255, 255 , 255 , 0.9) 100%);
    width: 100%;
    height: 42px;
    margin-top: -42px;
}
.about-page-transition-bottom{
    background:linear-gradient(to bottom,rgba(255, 255 , 255 , 0.9) 0%, rgba(255, 255 , 255 , 0) 100%);
    width: 100%;
    height: 42px;
} */

.about-bg{
    background-image: url(../../shared/tile-bg.png);
    /* background-color: rgba(212,236,244,255); */
    background-position: center;
    background-size: 1500px;
}
.about-page-container{
    padding: 20px;
    /* background-color: rgba(255,255,255, 0.85); */
    /* backdrop-filter: blur(2px); */
    margin:auto;
    width: 70vw;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    border-radius: 20px;
}
.about-page-header-bg{
    /* background-color: rgba(0, 200, 80, 0.5); */
    background-color: rgba(255,255,255, 0.8);
    flex-basis: 100%;
    text-align: center;
    border-radius: 20px;
}
.about-page-header{
    backdrop-filter: blur(2px);
    padding: 10px;
    margin: 0px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0.15) 100%);
    border-radius: 20px;
}

.workers{
    width: 100%;
    /* background-color: bisque; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

/* /////////////////Person start//////////////////// */
.person{
    padding: 42px;
    backdrop-filter: blur(2px);
    /* background-color: rgba(0, 200, 80, 0.5); */
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 420px;
    border-radius: 20px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0) 50%,rgba(0, 0, 0, 0.075) 100%);
    /* background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%,  rgba(0, 0, 0, 0.1) 100%) */
    /* background-color: rgba(255, 255, 255, .4);   */
    /* backdrop-filter: invert(70%); */
}
.person-bg{
    /* backdrop-filter: blur(2px); */
    background-color: rgba(255,255,255, 0.8);
    width: 420px;
    border-radius: 20px;
    /* background-color: rgba(255, 255, 255, .4);   */
    /* backdrop-filter: invert(70%); */
}

.person-image, .person-video{
    /* background-color: red; */
    margin: auto;
    overflow: hidden;
    width: 100%;
    max-height: 200px;
    border-radius: 20px;
}

/* video{

} */

.person-pic, .person-vid{
    width: 100%;
    border-radius: 20px;
}

.person-title{
    font-weight: 600;
}

.person-about{
    height: 150px;
    overflow: auto;
    border: 2px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 10px;
}
/* /////////////////Person end//////////////////// */
/* /////////////////About end//////////////////// */