
.img_stroje{
    width: 17.5rem;
    height: 17.5rem;
    margin-top: 1.563rem;
    background-color: #333;
    border-radius: 15%;
    border: #333 1px double;
}

.info_for_img{
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
    width: 24.375rem;
    height: 22.75rem;
    font-size: 1.563rem;
}

.gender{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    height: 100%;
}

.stroje_plec{
    display: flex;
    width: 48.75rem;
    justify-content:center;

}

@media screen and (max-width:767px) {
    
    .img_stroje{
        width: 6.5rem;
        height: 6.5rem;
        margin-top: 0.563rem;
        border-radius: 15%;
        border: #333 1px double;
    }
    
    .info_for_img{
        width: 14.375rem;
        height: 8.75rem;
        font-size: 0.563rem;
    }
}