@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 768px) {}

@media only screen and (max-width: 600px) {
    .credit-line {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .bottom-website {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #494747;
        padding-top: 20px;
    }
    .bottom-website span {
        display: none;
    }
    .responsive1 {
        margin-top: 4em;
    }
    .reslogo1 img {
        width: 70% !important;
    }
    .boxspace .team-box {
        margin-bottom: 1em;
    }
}