.block-carriere .offset {
  width: 100%;
}
.block-carriere .titre h2,
.block-carriere .titre h3,
.block-carriere .titre h4,
.block-carriere .titre h5,
.block-carriere .titre h6 {
  font-size: 1.5625rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.block-carriere h3 {
  font-size: 1rem;
  color: #0B6E99;
  font-weight: 500;
}
.block-carriere a.custom {
  font-size: 1.1rem;
  border-radius: 0;
}
.block-carriere .card {
  border-radius: 0;
}
.block-carriere .card .card-img-top {
  border-radius: 0;
}
@media (min-width: 992px) {
  .block-carriere .offset {
    width: 40%;
  }
  .block-carriere .image-wrapper {
    height: 100%;
    width: 100%;
  }
  .block-carriere .image-wrapper .image {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
