        .custom-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        .custom-buttons a.link-button {
            text-decoration: none !important;
            display: inline-block !important;
            padding: 12px 24px !important;
            border-radius: 5px !important;
            background: linear-gradient(180deg, #f0f0f0, #dcdcdc) !important;
            color: #222 !important;
            font-size: 18px !important;
            font-weight: bold !important;
            text-align: center !important;
            transition: all 0.3s ease !important;
            border: 2px solid #aaa !important;
            /*box-shadow: 4px 4px 6px #bbb, -4px -4px 6px #fff !important;*/
        }
        .custom-buttons a.link-button:hover {
            background: linear-gradient(180deg, #e6e6e6, #cfcfcf) !important;
            box-shadow: inset 4px 4px 6px #bbb, inset -4px -4px 6px #fff !important;
            border-color: #888 !important;
        }
        
        
.cb-container  {
  display: flex;
  flex-wrap: wrap;
    background-color:#3498DB;
  	  #background-color: #2196F3;
	  padding: 10px;
	  border-radius: 10px;
    justify-content: center;
    min-height: 300px;
    
}

.cb-item {
  position: relative;
  display: inline;
  padding: 5px;
  text-align: center;
}

.cb-item:first-child {
  width: 100%;
}

.cb-item:not(:first-child) {
  flex: 1;
    max-width: 120px;
}

.cb-item:hover img {
  transform: scale(1.5);
}

.cb-item figure {
  margin: 0;
  #overflow: hidden;
}

.cb-item img {
  border: none;
  display: block;
  transition: transform .2s ease-in-out;
  margin-left: auto;
  margin-right: auto;
}

.cb-acc {
  width: 100%;
  padding: 5px;
  text-align: center;
}

.cb-acc table {
  margin: 0 auto;
}

.fig img {
  height: 150px;

}

@media screen and (max-width : 760px){
    .cb-container  {
    	  border-radius: 1px;
    }

}
