.text_card {
     display: flex;
     justify-content: end;
     align-items: end;
     flex-direction: column;     
     
}
.bg_card {
     width: 50%;
     
     background-color: rgba(0, 0, 0, 0.74);
     border-radius: 5px;
     text-align: center;
     padding: 5px;
     padding-bottom: 10px;
}
.img_card {
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.517), 0 6px 20px 0 rgba(0, 0, 0, 0.532);
}
body{
     background-image: url("../img/bg-team.jpg");
     background-position: center;
     
     
     
}