.nmx-button--facebook a {
   color: white;
   background-color: #1877F2;
}

.nmx-button--gplus a {
   color: #848484;
   background-color: #fff;
   box-shadow: 0px 2px 3px 0px #0000002B;
}

.nmx-button--facebook,
.nmx-button--gplus {
   display: block;
   position: relative;
   margin-top: 10px;
}

.nmx-button--facebook a,
.nmx-button--gplus a {
   
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 17px;
   padding:12px 10px 10px 38px; /* 12px 40px 10px;*/
   text-align: center;
   text-decoration: none;
   /* margin-bottom: 1rem; */
   max-width: 100%;
   border-radius: 4px;
   text-transform: uppercase;
   font-weight: bolder;
   width:100%;
}

.nmx-button-social-icon {
   display: inline-block;
   height: 40px;
   fill: white;
   position: absolute;
   left: 10px;
   margin-left: -30px;
}