.triple_card_contact_card{
   position:relative;
   flex: 0 0 calc(50% -(1rem* 3) / 3);
} 
.grid_square_images_triple{
  display: flex;
  justify-content: center;
  align-content: flex-start;
  gap: 1rem;
}
.stay-plugged h2,.stay-plugged p{
   color:#121114;
}
.stay-plugged{
    background:#F5F5F5;
    padding-bottom:50px;
}