.geography {
    position: relative;
    margin-bottom: 60px;
}
.geography-img1 {
    display: block;    
    margin: 0 auto;
}
.geography-img2 {
    display:none;  
    margin: 0 auto;
}

.geography__header {
    position: absolute;
    text-align: center;
    top: 46px;
    left: 0;
    right:0;
    font-size: 50px; 
    color: var(--main-color);
}

@media(max-width:1200px) {
    .geography__header {
        font-size: 40px;
        top:40px;
    }
}
@media(max-width:1000px) {
    .geography__header {
        font-size: 33px;
        top:30px;
    }
}
@media(max-width:760px) {
    .geography__header {        
        top:19px;
    }
    .geography__header-el {
        display: none;
    }    
}

@media (max-width:580px) {
    .geography__header {
        font-size: 6vw;  
        text-align: right;   
    }
    .geography-img1 {
        display: none;
    }
    .geography-img2 {
        display: block;
        margin: 0 auto;
    }
    .geography__header-el {
        display:inline-block;
    }  
}
