﻿.contentTowerLinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.contentTowerLinks a {
   display: flex;
   height: 36px;
   padding: 2px 16px;
   justify-content: center;
   align-items: center;
   background-color: #065d70;
   color: #ffffff;
   text-decoration: none;
   font-size: 14px;
   font-family: 'DroidKufiLight';
   line-height: 32px;
}



@media screen and (min-width: 320px) and (max-width: 767px) {
    .contentTowerLinks a {
        height: 30px;
        padding: 0 16px;
        font-size: 12px;
        line-height: 30px;
    }

}