@media only screen and (min-width: 580px) and (max-width: 1024px) {
    .biblomedya-header {

    }

    #references {
        display: none;
    }

    .biblomedya-header-links-items {
        display: none;
    }

    .mobile-button {
        display: block;
        background-color: #DB5940;
        padding: 10px 15px;
        color: white;
        border: none;
        position: absolute;
        right: 35px;
        border-radius: 5px;
    }

    .mobile-links {
        display: flex;
        flex-direction: column;
        font-size: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
    }
    .about {
        flex-direction: column;
    }

    .about-img {
        position: inherit;
        width: 100%;
    }

    .about-bg {
        position: inherit;
        width: 100%;
    }

    .about-image-container {
        width: 100%;
    }

    .ads {
        flex-direction: column;
    }

    .team {
        display: none;
    }

    .footer-content {
        flex-direction: column;
    }

    .footer-socials {
        flex-direction: row;
    }

    .mobile-sidebar {
        background-color: #DB5940;
        color: white;

    }

    .offcanvas.offcanvas-bottom {
        height: 50vh;
    }

    .about-title {
        font-size: 2rem;
    }

    .blog-title {
        font-size: 3rem;
    }

    .close-button {
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 1rem;
        background-color: rgb(81, 125, 176)
    }

    .about-content {
        gap: 0;
    }

    .team-mobile {
        display: block;
    }

    .team-image {
        filter: none;
    }

    .team-desc {
        position: absolute;
        transform: rotate(270deg);
        transform-origin: center;
        white-space: nowrap;
        width: 830px;
        height: 750px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        position: absolute;
        top: 0;
        left: 100px;
        background-color: var(--bibloBlue);
    }

    .team-desc span {
        position: absolute;
        z-index: 1;
        font-size: 2rem;
        left: 220px;
        top: 0;
    }

    .team-desc small {
        position: absolute;
        z-index: 1;
        left: 220px;
        top: 50px;
    }

    .references-mobile {
        display: block;
        margin-top: 100px;
    }

    .mobile-reference {
        background-color: var(--bibloBlue);
    }

    .reference-title-mobile {
        font-size: 2rem;
        margin-top: 2rem;
        color: var(--bibloBlue);
        font-weight: 800
    }

    .reference-title-mobile span {
        display: flex;
        width: 90px;
        height: 30px;
        background-color: vaR(--bibloBlue);
        margin-top: 10px;
    }

    .blog-card {
        margin-top: 30px;
    }

    .team-mobile img{
        height: 600px;
        width: auto;
    }

    .team-mobile .carousel-item {
        position: relative;
    }

    .blog-container .row {
        display: flex;
        flex-direction: column;
    }

    .blog-container .col-lg-3 {
        width: 100%;
    }

    .blog-container .col-lg-4 {
        width: 100%;
    }
}
