.gallery-description {
  margin-bottom: 50px; }

.columns-three {
  grid-template-columns: auto auto auto; }
  .columns-three .gallery__link {
    height: 15vw; }

.columns-four {
  grid-template-columns: auto auto auto auto; }
  .columns-four .gallery__link {
    height: 12vw; }

.columns-two {
  grid-template-columns: auto auto; }
  .columns-two .gallery__link {
    height: 19vw; }

.gallery {
  display: grid;
  grid-gap: 30px; }
  @media screen and (max-width: 991px) {
  .gallery {
    grid-gap: 20px;
    grid-template-columns: auto auto auto; }
    .gallery.columns-two {
      grid-template-columns: auto auto; }
      .gallery.columns-two .gallery__link {
        height: 25vw; } }
  @media screen and (max-width: 575px) {
  .gallery {
    grid-template-columns: auto; }
    .gallery.columns-two {
      grid-template-columns: auto; }
      .gallery.columns-two .gallery__link {
        height: 48vw; } }
  .gallery .gallery__link {
    transition: transform 0.3s;
    display: inline-block;
    overflow: hidden;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 991px) {
  .gallery .gallery__link {
    height: 17vw; } }
    @media screen and (max-width: 575px) {
  .gallery .gallery__link {
    height: 48vw; } }
    .gallery .gallery__link:hover {
      transform: translateY(-5px); }
      .gallery .gallery__link:hover .gallery__img {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.4); }
  .gallery__img {
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s; }

.gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 50px; }
  @media screen and (max-width: 991px) {
  .gallery-list {
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px; } }
  @media screen and (max-width: 767px) {
  .gallery-list {
    grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 575px) {
  .gallery-list {
    grid-template-columns: 1fr; } }
  .gallery-list__link {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
    .gallery-list__link:hover .gallery-list__name {
      color: #000; }
      .gallery-list__link:hover .gallery-list__image {
        transform: scale(1.05); }
  .gallery-list__image {
    transition: transform 0.3s ease-in-out; }
    .gallery-list__image-wrapper {
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
  .gallery-list__name {
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    transition: color 0.3s ease-in-out; }
    @media screen and (max-width: 575px) {
  .gallery-list__name {
    margin-top: 5px; } }

.services {
  margin-top: 50px; }
  @media screen and (max-width: 991px) {
  .services {
    margin-top: 0; } }
  .services__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
    flex-wrap: wrap; }
    .services__header h2 {
      margin-right: 25px; }
      @media screen and (max-width: 575px) {
  .services__header h2 {
    width: 100%;
    margin-bottom: 30px; } }
  .services__content {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 767px) {
  .services__content {
    flex-wrap: wrap; } }
  .services__description {
    width: 50%;
    padding-right: 50px; }
    .services__description strong {
      font-weight: 600; }
    @media screen and (max-width: 767px) {
  .services__description {
    width: 100%; } }
  .services__image {
    width: 50%; }
    @media screen and (max-width: 767px) {
  .services__image {
    width: 100%;
    margin-top: 30px; } }

.sek1-wrapper .about, .sek1-wrapper .stats {
  padding-top: 55px;
  padding-bottom: 40px; }

.services {
  margin-top: 0; }

.homepage-section {
  padding-top: 45px;
  padding-bottom: 45px; }

.sek6 {
  margin-top: 30px; }

.sek7 {
  padding-top: 0; }

.header {
  padding-top: 10px; }

.logo {
  max-width: 200px; }

.menu-list li a {
  font-size: 18px;
  margin-left: 2vw; }

.certificates-top img {
  max-height: 90px; }

@media screen and (max-width: 1199px) {
  .h1-container {
    margin-top: 0; }

  .main-header {
    background-color: #fafbfc; } }

@media screen and (max-width: 1499px) {
  .rings {
    bottom: 5px; }

  .ring {
    width: 10vw;
    height: 10vw; }

  .ring span {
    font-size: 1.3vw; } }
