.Main {
  font-family: "Helvetica", Sans-Serif;
  background-color: whitesmoke;
}

    .cta-button:hover {
      background: #dc2626;
    }
.SMB {
	  padding: 100px 0 100px 0;
      text-align: center;
	  background-attachment: fixed;
	  background-image: url("../img/BGA Networking 2.png");
	  background-position: center center;
	  background-size: cover;
      line-height: 1.6;
	  margin-bottom: 0;
	  color: white;
	} 
    .SMB h1 {
      font-size: 42px;
      margin-bottom: 10px;
    }
    .SMB p {
      font-size: 25px;
      max-width: 800px;
      margin: 0 auto 30px;
    }
    .cta-button {
      background: #ef4444;
      color: #fff;
      padding: 16px 32px;
      text-decoration: none;
      font-size: 18px;
      font-weight: bold;
      border-radius: 6px;
      transition: background 0.3s ease;
      display: inline-block;
    }

.container {
      padding: 20px 20px;
    }
.container h2 {
      color: #1e3a8a;
      font-size: 32px;
      margin-bottom: 20px;
    }
.container p {
      font-size: 20px;
       }

.Who {
  padding-top: 20px;
  padding-bottom: 20px;	
  background-color:  lightgray;
 }
    .highlight {
      background: #FFD700;
      padding: 40px;
      border-radius: 10px;
      text-align: center;
    }
