.align-pic {
    text-align: center; /* Выравнивание по центру */
   }


img.img-support{

    margin: auto;
    height: 5vw;
}

.support-container{
    height: 200px;
}

.support-img{
    max-height: 150px;
}

.support-image-container{
    max-height: 100%;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: auto !important;
    margin-right: auto !important;

}

.support-name{
    text-align: center;
    margin: 0;
}
.support-name-a{
    color: black;
    text-decoration: underline;
}