.container img {
    width: auto;
    height: 620px;
}

.container {
    margin-bottom: 100px;
}



.buttons a:nth-child(1) {
    text-decoration: none;
    color: #000000;
  
  
    border-radius: 51.5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.74) 0%, #000 100%);
    font-size: 30px;
    padding: 50px 50px;
  }
  
  .buttons a:nth-child(2) {
    text-decoration: none;
    color: #84AABD;
  
    border-radius: 51.5px;
    background: linear-gradient(180deg, #3A5175 0%, #101D30 100%);
    font-size: 30px;
    padding: 50px 50px;
  }
  
  .buttons a:nth-child(3) {
    text-decoration: none;
    color: #868686;
  
    border-radius: 51.5px;
    background: linear-gradient(180deg, #BFB6B4 0%, #887B79 100%);
    font-size: 30px;
    padding: 50px 50px;
  }


  .fr_container {
    height: 100vh;
    background-image: url(../img/zeekr009/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;

}

.fr_container2 {
    height: 100vh;
    background-image: url(../img/zeekr009/bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    justify-content: center;

}