.fr_container {
    height: 80vh;
    background-image: url(../img/zeekr001fr/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;

}



.static {
    background-color: black;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
    

    display: flex;
    gap: 20px;
    justify-content: center;
    text-align: center;
}

.inside_static {
    margin: 0 50px;
    
}

.line {
    border: 1px solid #fff;
    margin: 10px 0;
}

.inside_static h2 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 400;
}

.inside_static h4 {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
}

.info_zeekr001fr {
    margin-top: 150px;
    margin-bottom: 150px;
}

.block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block img {
    width: 720px;
    padding-bottom: 50px;
}

.block_title {
    font-family: Montserrat;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.block_title h2 {
    font-size: 30px;
    padding-bottom: 20px;
    margin: 0 500px;
}

.block_title h4 {
    font-weight: 400;
    margin: 0 600px;
    
}

.fr_container2 {
    height: 100vh;
    background-image: url(../img/zeekr001fr/bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;

}

@media (max-width:580px) {
    .static {
        flex-direction: column;
    }

    .block_title h4 {
        margin: 0 400px;
    }

    .top_h4 h4 {
        margin: 0 515px;
    }
}

@media (max-width:800px) {}