.card-depoiment {
    width: 384px;
}

.depoiment .col-lg-7{
    margin: 0 auto;
}

.depoiment .card-depoiment {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.depoiment .card-depoiment .avatar {
    border-radius: 8px;
    background: #fff;
    width: 512px;
    padding: 16px;
}

.depoiment .card-depoiment .avatar .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.depoiment .card-depoiment p.declaration {
    width: 512px;
}
.depoiment .card-depoiment .avatar img.image {
    width: 137px;
    height: 100%;
}

@media (max-width: 768px) {
    .depoiment .card-depoiment p.declaration {
        width:100%;
    }
    .depoiment .card-depoiment .avatar {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .depoiment .card-depoiment .avatar img.image{
        width: 82px;
    }
   
}