
* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: Arial, sans-serif;
    }

    .main{
        width: 75vw; 
        margin: 0 auto;
    }
    .hero {
      height: 50vh;
      background:url(https://images.unsplash.com/photo-1500530855697-b586d89ba3ee) no-repeat center/cover;
      display: flex;
      justify-content: right;
      align-items: center;
    
      color: white;
  
      background-repeat: no-repeat;
     
    }

    .hero-content {
      max-width:450px;
      margin-right: 30px;
    }

    .hero h1 {
      font-size: 3rem;
      font-weight: 200;
      margin: 5px;
    }

    .hero p {
      /* line-height: ; */
      margin-bottom: px;
      font-size:1rem;
      font-weight: 100;
     text-align: start;
    }

    .btn {
      padding: 5px 0px;
      background: rgba(241, 86, 86, 0.8);
      color: #fff;
      font-size: 1.4rem;
      border: none;
     
      margin-top: 20px;
      margin-left: 130px;
      border-radius: 4px;
     width: 180px;
    }

    .two-columns {
     
      background:url(1.jpg.jpg) no-repeat center/cover;
      display: flex;
      justify-content: center;
      width: 75vw;
      height: 50vh;
      align-items: center;
      gap: 40px;
      padding: 40px;
      
     
    }

    .column-box {
      width: 400px;
       height:250px ;
      background: rgba(255, 255, 255, 0.85);
      padding: 20px;
      border-radius: 6px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      text-align: center;
    
    }

    .column-box h2{
      margin-bottom: px;
      margin-top: px;
      font-size: 1.8rem;
      
    }

    .column-box p {
      margin: 2px;
      font-size: 0.9rem;
      line-height: 1.4;
      text-align: start;
      
      
     
    }
  .column-box button{
      background: rgba(211, 35, 35, 0.8);
      color: #fff;
      font-size: 1.5rem;
      border: none;
     padding: 5px 12px;
      margin: 30px auto;
      border-radius: 4px;
     width: 150px;
  }