
  
  .first-container {
    padding: 80px;
    background-color: var(--color-black);
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .second-container,
  .fourth-container {
    display: flex;
    padding: 75px;
    background-color: var(--color-beige);
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  
  .third-container {
    padding: 75px;
    background-color: #000000;
     display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
    .col-container{
      display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    }
    
  .col-container:after {
    content: "";
    display: table;
    clear: both;
  }

  .column-one, .column-three {
    display: flex;
    padding: 50px;
    flex-direction: row;
    align-items: center;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  
  .column-two, .column-four {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding: 25px;
  }
  
  .l-font {
  width: 500px;
  height: 170px;
  text-align: center;
  font-family: Michroma;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
  
  .xl-font {
    font-size: 40px;
  }

  .xl-font2 b{
    width: 355px;
height: 52px;
color: #000000;
text-align: center;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Michroma;
font-size: 18px;
font-style: normal;
line-height: 50px; /* 277.778% */
  }
  .l-font2 b{
    width: 500px;
  height: 170px;
  text-align: center;
  font-family: Michroma;
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  color: #000000;
  }
  
  .button1 {
    border: 2px solid beige;
    border-radius: 2px;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
    color: beige;
    font-weight: bold;
    transition: 0.2s;
    width: 146px;
    height: 53px;
    position: relative;
    bottom: -10em;
  }
  .button2{
    border: 2px solid rgb(0, 0, 0);
    border-radius: 2px;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
    color: black;
    font-weight: bold;
    transition: 0.2s;
    width: 146px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: -10em;
  }
  
  .button1:hover, .button2:hover {
    background-color: rgba(245, 245, 220, 0.884);
    color: #03071e;
  } 

  /* Card Content */
  
  /* .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
  }
  .overlay:target {
    visibility: visible;
    opacity: 1;
  } */
  
  
  /* .content1 span {
    align-self: center;
  } */

  /*.content1 a {
    margin: 15px 0 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    color: beige;
    padding: 5px;
    border: 1px solid beige;
  } */
  
  /* .content1 a:hover {
    background: #ff1818;
    color: #fff;
  } */
  
  /* @media screen and (max-width: 1000px) {
    .popup {
      width: 90%;
    }

  } */
  /* @media screen and (min-width: 340px) {
    .popup {
      width: 90%;
    }
    p, a{
        font-size: 10px;
    }

  } */