.section-data-manager{
    height: 30rem;
    display: flex;
    align-items: center;
}
.manager-header{
    min-height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.129),rgba(0, 0, 0, 0.085)),url(../assets//img/manage-photo.png);
    background-size: cover;
    position: relative;
}
.banner-caption{
    direction: ltr;
}
.back-slash{
    color:white;
    font-size: 1.5rem;
}
.user-icon{
    display: flex;
    align-items: center;
    font-size: 21px;
    word-wrap: break-word;
    padding: 0.4rem 0rem;

}
.container-data-right{
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.user-icon>i{
    color: #18AE83;
    padding: 1rem 0rem;

}
  
.user-icon i {
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
  }
  
.user-icon .name {
    color: black;
    margin-right: 10px;
}
  
.user-icon .name.highlighted {
    color: #18AE83;
}
.object-img{
    width: 500px;
    height: 324px;
}
@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .object-img{
    width: 350px;
    height: 260px;
    }
    .object-container{
        text-align: center;
        margin-top: 2rem;

    }
}
@media only screen and (min-width: 786px) and (max-width: 1024px) {
    .object-img{
    width: 300px;
    height: 200px;
    }
    .object-container{
        text-align: center;
        margin-top: 2rem;

    }
}
@media only screen and (min-width: 350px) and (max-width: 786px) {
    .object-img{
        width: 250px;
        height: 150px;
    }
    .object-container{
        text-align: center;
        margin-top: 2rem;
    }
    .manager-container{
        display: flex;
    }
    .name-size{
        font-size: 13px;
    }

}
@media only screen and (min-width: 320px) and (max-width: 350px) {
    .object-img{
        width: 250px;
        height: 150px;
    }
    .object-container{
        text-align: center;
        margin-top: 2rem;
    }
    .manager-container{
        display: flex;
    }
    .name-size{
        font-size: 13px;
    } 
}

  
  