.sertificates{
  margin-bottom: 110px;
}
.sertificates h2{
  margin-bottom: 44px;
}
.sertificates-box .swiper-wrapper{
  height: fit-content;
}
.sertificates-pagination{
  display: flex;
  justify-content: center;
  margin-top: 59px;
}
.sertificates-pagination .swiper-pagination-bullet{
margin-right: 9px;
width: 10px;
height: 10px; 
border: 1.5px solid #A5A5A5; 
background: transparent;
}
.sertificates-pagination .swiper-pagination-bullet-active {
background: #FFB700;
border: none;
}
.sertificat-item{
  display: block;
  height: fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.05s ease 0.05s;
    -o-transition: all 0.05s ease 0.05s;
    transition: all 0.05s ease 0.05s;
}
.sertificat-item:before{
  content:"";
  background: url(Union.svg);
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  opacity: 0;
  display: block;
  width: 33px;
  height: 38px;
}

.sertificat-item:hover{
  background: rgba(0, 46, 64, 0.8);
}

.sertificat-item:hover:before{
opacity: 1;
}

.sertificat-item:hover img{
  opacity: 0.3;
}
.subtitle-sertificates{
  font-weight: normal;
font-size: 21px;
line-height: 38px;
color: #002E40;
margin: 48px 0 44px 0;
}    

@media (max-width: 576px){
  .sertificates .swiper-slide{
    width: fit-content;
  }
  .sertificates{
    text-align: center;
  }
  .subtitle-sertificates {   
    line-height: 25px;   
    margin: 25px 0 25px 0;
  }
  .subtitle-sertificates{
    font-size: 14px;
  }
  .sertificates h2{
    margin-bottom: 25px;
    margin-top: 25px;
  }
}