.psd-dashboard-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.psd-dashboard-frame {
    width: 100%;
    height: 800px;
    border: 0;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .psd-dashboard-frame {
        height: 600px;
    }
}
