.bambitX14_wrapper *,
.bambitX14_wrapper *::before,
.bambitX14_wrapper *::after {
  box-sizing: border-box;
}
.bambitX14_wrapper {
  padding-top: 205px;
  padding-bottom: 205px;
  background-color: #fff;
  position: relative;
}
.bambitX14_main_wrap {
  max-width: 1150px;
  margin: auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.bambitX14_cards_wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 390px;
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.bambitX14_card {
  border: 0px solid #000;
  border-radius: 0;
  width: min-content;
  min-width: 265px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  padding: 0px;
  overflow: hidden;
}
.bambitX14_card_img_wrap {
  min-height: 265px;
  min-width: 265px;
  overflow: hidden;
  border: 0px solid #000;
  border-radius: 0;
}
.bambitX14_card_img {
  max-width: 100%;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.bambitX14_card:hover .bambitX14_card_img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.bambitX14_card_block {
  min-height: 115px;
  padding: 10px 20px 20px 20px;
  flex: 1 0 auto;
  margin-top: 10px;
}
.bambitX14_card_block_title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 10px;
}
.bambitX14_card_block_text {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  word-break: break-word;
}
.bambitX14_color1 {
  background-color: #4366ae;
}
.bambitX14_color2 {
  background-color: #e72a7a;
}
.bambitX14_color3 {
  background-color: #05ab9e;
}
.bambitX14_color4 {
  background-color: #f29104;
}
@media screen and (max-width: 1140px) {
  .bambitX14_wrapper {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .bambitX14_wrapper {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .bambitX14_card_img_wrap {
    height: auto;
    width: auto;
    min-height: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 600px) {
  .bambitX14_card {
    width: 100%;
    min-width: auto;
  }
  .bambitX14_cards_wrap {
    padding: 0;
  }
}
