  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: Arial, sans-serif;
      background-color: #f5f5fb;
    }

    .section {
      height: 100vh;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
    }

            .cookie-popup {
          position: fixed;  
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 900px;
          background-color: #fff;
          box-shadow: 0px -3px 15px 1px rgb(159 255 203 / 66%);
          width: 900px;
          padding: 0px;
          text-align: center;
          z-index: 10;
        }


    .cookie-popup h2 {  
    margin-bottom: 10px;   
    color: #01415e;
    text-align: center; 
    font-size: 3.1rem;
    font-style: normal;
    font-weight: 400; 
    padding-bottom:13px;
    }

    .cookie-popup p {
      font-size: 15px;
      color: #000000;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .cookie-popup .close-btn {
      position: absolute;
      top: 6px;
      right: 8px;
      background-color: #ffffff;
      border: none;
      font-size: 30px;
      cursor: pointer;
    }

		.cookie-popup .btn {
		display: block;
    width: 90%;
    margin: 10px 0;
    padding: 15px;
    border-radius: 59px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    font-size: 1.53rem;
    line-height: 1.36rem;
    height: 4.7rem;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
	}

    .cookie-popup .accept-btn { 
     
    color: white;
    background-color: #01415e;
    }

    .cookie-popup .accept-btn:hover {
      background-color: #01415e;
    }

    .cookie-popup .settings-btn {
      border:2px solid #01415e;
      background-color: white;
      color: #01415e;
    }

    .cookie-popup .settings-btn:hover {
      background-color: white;
    }

    .section-1 {
      background-image: url('img/fo_desk.jpg');
    }


    .firs-col{
       padding: 0px;   
       background-image: url('./img/FOgirf_2.webp');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat; 
    }


   
    @media (max-width: 480px) {
      .section-1 {
        background-image: url('img/fo_mob.jpg');
      }

    
      .cookie-popup {
        padding: 0px;
        width: 90%;
      }

      .cookie-popup h2 {
        font-size: 32px; padding-bottom: 1px;
      }

      .cookie-popup p {
        font-size: 14px;
      }

      .cookie-popup .btn {
        font-size: 17px;
        font-weight: 600;
       height: auto;
        padding: 11px; margin: 6px 0;
      }


        .cookie-popup {
          position: fixed;  
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          max-width: 450px;
          background-color: #fff; 
          text-align: center;
          z-index: 10;
        }

        .container1 { 
            height: 560px !important;
        }


    .firs-col{
       height: 306px;
    }



    }

    .overlay {
 position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(192 192 192 / 53%);
    backdrop-filter: blur(5px);
    z-index: 5;
}

  

.container1 {
  display: flex; 
  flex-wrap: wrap; 
  max-width: 900px;
  margin: 0 auto;     height: 500px;
}

.col {
   flex: 1 0 0;
    min-width: 150px;
    display: flex;
    padding: 20px;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
}

.container1 > .col:first-child {
  border-right: 1px solid #ccc;
}


@media (max-width: 600px) {
  .col {
    flex-basis: 100%; 
  }
  
  .container1 > .col:first-child {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}