.services {
    background-color: black;
    height: 120px;
   

}

.servicestext{
    color: white;
    font-size: 70px;
    font-weight: 700;
    text-align: center;

}


.column2 {
    float: left;
    width: 33.33%;
    padding: 5px;
    position: relative;
    text-align: center;
    color: white;

    
    background-color: whitesmoke;
    height: 600px;

  }
  
  /* Clearfix (clear floats) */
  .row2::after {
    content: "";
    clear: both;
    display: table;
  }



  .centered2 a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    color: black;
  }

  .row2 {
    background-color: white;
  }

  .text1 {
      color: black;
      font-size: 23px;
      font-weight: 500;
  }

  .letstalk{
        color: white;
        background-color: black;
        font-size: 40px;
        font-weight: 500;
        
  }