.tattooPage_section01 .center_content .leftSide {
  left: unset;
  right: -3.7rem;
  top: unset;
  bottom: -3px;
}

.tattooPage_section01 .center_content .rightSide .row01 {
  display: flex;
  gap: 119px;
  margin: 37px 0;
}
.tattooPage_section01 .center_content .rightSide .row01 .col01 {
  gap: 26px;
  margin: 0;
}
.tattooPage_section01 .center_content .rightSide .btns {
  gap: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
}
.tattooPage_section01 .center_content .rightSide .btns button.fillBtn {
  background-color: var(--black-color);
  color: var(--light-sky-color);
}
.tattooPage_section01 .center_content .rightSide .btns a.outlineBtn {
  margin: 0;
}
.tattooPage_section01 .center_content {
  justify-content: flex-start;
  padding: 73.6px 0;
}
.gallerySection .center_content .bottomPart .gallery a img {
  width: 330px;
  height: 206px;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #fff;
}
.gallerySection .center_content .bottomPart .gallery {
  gap: 15px;
}
.gallerySection .center_content .bottomPart .pagination {
  display: flex;
  gap: 8px;
}
.gallerySection .center_content .bottomPart .pagination li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #000;
}
.gallerySection .center_content .bottomPart .pagination li.active a {
  background-color: var(--light-blue-color);
}
.gallerySection .center_content .bottomPart .pagination li.disable a {
  opacity: 0.6;
}
.gallerySection .center_content .bottomPart .pagination li a svg {
  width: 14px;
}
.gallerySection .center_content .bottomPart {
  gap: 48px;
}

@media screen and (max-width: 600px) {
  .tattooPage_section01 .center_content {
    flex-direction: column;
  }
  .tattooPage_section01 .center_content .rightSide .row01 .col01 {
    gap: 10px;
  }
  .tattooPage_section01 .center_content .rightSide .row01 {
    gap: 10px;
    flex-direction: column;
    margin: 18px 0;
  }
  .tattooPage_section01 .center_content .rightSide .btns {
    flex-wrap: wrap;
    gap: 14px;
  }
  .tattooPage_section01 .center_content {
    padding-bottom: 0;
  }
  .gallerySection .center_content .topPart p br {
    display: none;
  }
  .gallerySection .center_content .bottomPart .gallery a {
    width: 32%;
  }
  .gallerySection .center_content .bottomPart .gallery a img {
    width: 100%;
    height: 115px;
  }
  .gallerySection .center_content .bottomPart .gallery {
    gap: 5px;
  }
  .gallerySection .center_content .bottomPart .pagination li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .gallerySection .center_content .bottomPart .pagination li a svg {
    width: 10px;
  }
  .gallerySection .center_content .bottomPart {
    gap: 44px;
  }
}
