﻿.imgText23954
{
    width: auto;
    height: auto;
}
.imgText23954 .content
{
    display: flex;
    width: 100%;
    height: 100%;
}
.imgText23954 .pack
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: flex-start;
    width: calc(25% - 40px);
    margin-right: auto;
}
.imgText23954 .four
{
    margin-right: 0;
}
.imgText23954 .pack .img
{
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-top: 40px;
    border: 1px solid transparent;
    background-color: #fff;
    box-sizing: border-box;
}
.imgText23954 .pack .img:hover
{
    border-color: #ff9a00;
}
.imgText23954 .pack .img .boxShadow
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: transform 1.3s;
}
.imgText23954 .pack .img:hover .boxShadow
{
    transition: transform 1.3s;
    transform: scale(1.3);
}
.imgText23954 .pack .img .backstage-componet, .imgText23954 .pack .img .backstage-componet-bd
{
    width: 100%;
    height: 100%;
    cursor: auto;
}
.imgText23954 .pack .img .blocks-image
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.imgText23954 .pack .img img
{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.imgText23954 .pack .text
{
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    color: #242827;
    line-height: 1.5;
    text-align: center;
}
@media(max-width: 1600px)
{
    .imgText23954Pack
    {
        margin: 0!important;
    }
    .imgText23954
    {
        width: calc(100% - 40px);
        margin: auto;
    }
}
@media(max-width: 900px)
{
    .imgText23954 .content
    {
        flex-wrap: wrap;
    }
    .imgText23954 .pack
    {
        width: calc(50% - 10px);
    }
}
@media(max-width: 500px)
{
    .imgText23954 .content
    {
        flex-wrap: wrap;
    }
    .imgText23954 .pack
    {
        width: 100%;
    }
    .imgText23954 .pack .img
    {
        width: 136px;
        height: 136px;
    }
    .imgText23954 .pack .img img
    {
        max-width: 50px;
        max-height: 50px;
    }
}