.menubtn { line-height: 1.2;border: 2px solid var(--accent-color);}
*{box-sizing: border-box;margin: 0;padding: 0}
.box{position: relative;width: 100%;padding-right: 15px;padding-left: 15px}
.our-services{margin-top: 75px;padding-bottom: 30px;padding: 0 60px;min-height: 198px;text-align: center;border-radius: 10px;background-color: #fff;transition: all .4s ease-in-out;box-shadow: 0 0 25px 0 rgba(20,27,202,.17)}
.our-services .icon{margin-bottom: -21px;transform: translateY(-50%);text-align: center}
.our-services:hover h4, .our-services:hover p{color: #fff}
.speedup:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%)}
.settings:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)}
.privacy:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%)}
.backups:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)}
.ssl:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%)}
.database:hover{box-shadow: 0 0 25px 0 rgba(20,27,201,.05);cursor: pointer;background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%)}

.table{font-size:14px;}
.bl {font-weight:bold;}
.table td{text-align: center; }
.table th{text-align: center; }
.tdl{text-align: left !important;}
th:first-child, td:first-child 
{
  position:sticky;
  left:-13px;
  background-color:#b0b0b0;
}
th[scope="col"] { background-color: #b0b0b0; }
