.references_section{
    max-width: 1200px;
    margin: auto;
    padding: 2rem 5rem;
    margin-top: 4rem;
}

.references_section h1{
    font-size: 4rem;
    color: var(--main-color);
    margin-bottom: 3rem;
    text-shadow: 2px 2px 10px rgb(23, 69, 143);
}

.references_section p{
    margin-top: 20px;
}

.references_feuerwehr{
    display: flex;
    margin-top: 60px;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;

}

.feuerwehr_ohlsbach_left{
   display: flex;
   flex-direction: column;
   align-items: center;
    max-width: 400px;
}

.feuerwehr_ohlsbach_1_text h2{
    text-shadow: 2px 2px 10px black;
}


.feuerwehr_ohlsbach_left img{
    width: 400px;
}

.feuerwehr_ohlsbach_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feuerwehr_ohlsbach_right img{
    width: 400px;
}



.feuerwehr_ohlsbach_1_text p{
    margin-bottom: 50px;
    text-shadow: 2px 2px 10px black;
}

.feuerwehr_ohlsbach_1_text{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto;

}

.references_backyard{
    display: flex;
    margin-top: 50px;
    justify-content: center;
    gap: 40px;

}


.backyard_left{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;

}

.backyard_text{
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-shadow: 2px 2px 10px black;

}



.backyard_left img{
    width: 400px;
}

.backyard_right{
    display: flex;
   flex-direction: column;
   align-items: center;

 
}

.backyard_right img{
    width: 400px;
}

.hr{
    
    margin: auto;
    background-color: white;
    width: 70%;
    height: 2px;
}

.more_on_instagram{
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.blur_4{
    margin: auto;
    box-shadow: 0 0 200px 40px #2cd8ff;
    z-index: -100;
}

.more_on_instagram .icon{
        transition: transform .2s;
    width: 70px;
    height: 70px;
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;

}

.icon:hover{
    cursor: pointer;
    transform: scale(1.2);
}

@media(max-width: 895px){
    .references_section{
        padding: 1rem 3rem;
    }
    .references_section h1{
        font-size: 50px;
        display: flex;
        justify-content: center;
    }
    .references_section p{
        text-align: left;
        display: flex;
        justify-content: center;
    }
    .references_backyard{
        flex-wrap: wrap-reverse;
        gap: 0px;
        margin-top: 40px;
    }
    .backyard_text{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .references_backyard img{
        max-width: 300px;
    }
    .references_feuerwehr{
        flex-wrap: wrap;
        gap: 0px;
    }
    .references_feuerwehr img{
        max-width: 300px;
    }
    .more_on_instagram .icon{
        min-width: 60px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .more_on_instagram{
        flex-wrap: wrap;
        text-align: center;
        font-size: 17px;
    }
}

