.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 20px;
		line-height: 2.0;
  }
  .column {
    flex: 1;
    min-width: 300px;
		line-height: 2.0;
  }
  .column h2 {
    margin-top: 0;
			line-height: 1.6;
  }




  .cta-section {
    background-color: #f1f5f9;
		padding-top: 50px; 
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30;
    border-radius: 12px;
    text-align: center;
    margin-top: 100px;
  }

  .cta-section h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .cta-section p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .cta-button {
    display: inline-block;
    background-color: #0073e6;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }

  .cta-button:hover {
    background-color: #005bb5;
  }

  .cta-phone {
    font-size: 20px;
    font-weight: bold;
    color: #111827;
    margin-bottom: 10px;
  }