#animallab .tab {
  overflow: auto;
  margin-top: 40px; }
  #animallab .tab__wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
    white-space: nowrap; }
  #animallab .tab .btn {
    padding: 11px 10px;
    background-color: transparent;
    color: #BFBFBF;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    cursor: pointer; }
    #animallab .tab .btn.btn_sel {
      color: #424242;
      border-bottom: 4px solid #424242; }
    #animallab .tab .btn:hover {
      color: #424242;
      border-bottom: 4px solid #424242; }

#animallab #gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px; }
  #animallab #gallery .simplegallery {
    flex: 0 0 calc(50% - 15px); }
    #animallab #gallery .simplegallery img {
      height: auto;
      width: 100%; }
    #animallab #gallery .simplegallery p {
      padding: 5px;
      font-size: 12px;
      line-height: 25px;
      background-color: #eee;
      color: #3d435c;
      cursor: pointer;
      word-break: break-all; }

@media (min-width: 769px) {
  #animallab .tab {
    margin-top: 0; }
  #animallab #gallery {
    margin-top: 100px; }
    #animallab #gallery .simplegallery {
      flex: 0 0 calc(25% - 30px); }
      #animallab #gallery .simplegallery p {
        font-size: 14px; } }
