﻿@media (max-width: 600px) {
    .design_general_table_add_warning {
        width: 100%; 
    }

    .table-wrapper-add-warning {
        overflow-x: auto; 
        width: 100px; 
    }
}


.logo-container-details-communication {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

@media (max-width:800px){
    .logo-container-details-communication {
        width: 110px;
        height: 110px;
    }
}