p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dd,
table,
fieldset,
address {
  padding: 0px !important;
  margin: 0px !important;
}


.carousel-control-next, .carousel-control-prev{
    width:5%;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover{
    background-color:#249fed30;
}




.keyPersonsBlock {
  padding: 10px;
  background-color: #f9f9f9;
  /* border-radius: 8px; */
  width:100% !important;
}

.keyPersonsContent {
  margin-top: 20px;
}

.keyPersonsGrid .card {
  margin-bottom: 5px;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 5px;
}

.keyPersonsGrid .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.card-img-left {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-right: 2px solid #ddd;
}

.card-body {
  padding: 5px 0;
}

.card-title {
  font-size: 0.8em;
  font-weight: bold;
  color: #333;
}

.card-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.card-title a:hover {
  color: #007bff;
}

.card-text {
  font-size: 0.8em;
  color: #555;
  font-weight: 500;
}

@media (max-width: 768px) {
  .keyPersonsGrid .card {
    flex-direction: column;
  }
  .card-img-left {
    margin-bottom: 15px;
  }
}

.schemesListRow .owl-item{
    width: 230px !important;
}

.schemesListRow .owl-carousel .owl-item{
    width: 200px;
}

.schemesListRow .card {
  margin-bottom: 10px;
  border-radius: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 5px;
  max-width: 200px;
  width: 100%;
}


.schemesListRow .card-body {
    text-align: center;
    padding: 10px 0;
}

.schemesUsefulRow .usefulLinkBlock .whiteBoxContent {
    padding-bottom: 10px;
    min-height: 157px;
  }