@media screen and (max-width: 1200px) {

    /* 
    -------------------------------------------------------------------------------
    PERSPECTIVE SECTION
    ------------------------------------------------------------------------------- 
    */

    .linked-earth {
        position: absolute;
        left: -200px;
        border-radius: 100%;
        overflow: hidden;
        z-index: -1;
        width: 600px;
        bottom: -200px;
    }

    .perspective-block1 p, .perspective-block2 p, .perspective-block3 p, .perspective-block4 p {
        font-size: 12px;
    }

    .perspective-block1, .perspective-block2, .perspective-block3, .perspective-block4 {
        width: 220px;
    }

    /* Block 1 */

    .perspective-block1 {
        margin-right: 80px;
        margin-top: -375px;
    }

    /* Block 2 */

    .perspective-block2 {
        margin-top: 75px;
        margin-right: 302px;
    }

    /* Block 3 */

    .perspective-block3 {
        margin-top: 525px;
        margin-right: 524px;
    }

    /* Block 4 */

    .perspective-block4 {
        margin-top: 525px;
        margin-right: 80px;
    }

}

@media screen and (max-width: 900px) {
    /* 
    -------------------------------------------------------------------------------
    PERSPECTIVE SECTION
    ------------------------------------------------------------------------------- 
    */

    .perspective-section-1 {
        width: 100%;
    }
    
    .perspective-section-2 {
        width: 100%;
    }

    .linked-earth {
        display: none;
    }

    .perspective-section {
        height: 1300px;
        display: flex;
        z-index: 1;
        position: relative;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        background-position: bottom;
        background-image: url("../images/mobile-images/perspective-section.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .perspective-header {
        position: relative;
        color: white;
        font-family: gilroy;
        font-weight: 100;
        padding: 20px;
        font-size: 40px;
        line-height: 68.64px;
        width: 80%;
    }

    /* All blocks */

    .perspective-block1 h1, .perspective-block2 h1, .perspective-block3 h1, .perspective-block4 h1 {
        margin: 30px;
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 0px;
        font-weight: 100;
    }

    .perspective-block1 p, .perspective-block2 p, .perspective-block3 p, .perspective-block4 p {
        margin: 30px;
        margin-top: 10px;
        color: rgba(253, 253, 253, 0.373);
    }

    .perspective-block1 img, .perspective-block2 img, .perspective-block3 img, .perspective-block4 img {
        height: 40px;
        width: 40px;
        margin: 30px;
        margin-bottom: 15px;
    }

    .block1-number, .block2-number, .block3-number, .block4-number {
        font-size: 40px;
        margin: 10px;
        margin-left: 0;
        font-weight: 600;
    }

    /* Block 1 */

    .perspective-block1, .perspective-block2, .perspective-block3, .perspective-block4 {
        color: white;
        height: 223px;
        width: 335px;
        right: 0;
        border: 1px solid rgba(255, 255, 255, 0.20);
        background: rgba(186, 186, 186, 0.20);
        backdrop-filter: blur(12px);
        z-index: 1;
        position: relative;
    }

    .perspective-block1 {
        margin-top: 0px;
        margin-right: 0px;
    }

    /* Block 2 */

    .perspective-block2 {
        margin-top: 0px;
        margin-right: 0px;
    }

    /* Block 3 */

    .perspective-block3 {
        margin-top: 0px;
        margin-right: 0px;
    }

    /* Block 4 */

    .perspective-block4 {
        margin-top: 0px;
        margin-right: 0px;
    }

    /* Background Blur */

    .perspective-blur {
        position: absolute;
        background-color: #00A2DB;
        height: 600px;
        width: 600px;
        filter: blur(200px);
        opacity: 0.4;
        border-radius: 600px;
        right: 200px;
        margin-top: 100px;
    }
}