/*
Theme Name: StickyPos
Requires at least: 6.7
Requires PHP: 8.2
Version: 1.0
Text Domain: stickypos
*/
 .fortable {
        padding-top:20px;
        overflow-x: auto;
      }
 .fortable table {
        width: 100%;
        border-collapse: collapse;
      }
 .fortable th,  .fortable td {
        padding: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
      }
 .fortable th {
        background-color: #f2f2f2;
      }
.wrapp-items .item{margin-bottom:20px;}
.section-bottom-contact .wrapp-items {
	
        margin: 40px auto 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
      }
@media (min-width: 1024px) {
         .section-bottom-contact .wrapp-items .item {
      width: 32%;
		 margin-right: 15px;
}
}