@font-face {
  font-family: "OpenSans-Regular, sans-serif";
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "OpenSans-Medium, sans-serif";
  src: url(../fonts/OpenSans-Medium.ttf);
}
@font-face {
  font-family: "OpenSans-Light, sans-serif";
  src: url(../fonts/OpenSans-Light.ttf);
}
@font-face {
  font-family: "OpenSans-Italic, sans-serif";
  src: url(../fonts/OpenSans-Italic.ttf);
}
@font-face {
  font-family: "OpenSans-SemiBold, sans-serif";
  src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: "OpenSans-Bold, sans-serif";
  src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: "OpenSans-ExtraBold, sans-serif";
  src: url(../fonts/OpenSans-ExtraBold.ttf);
}
body {
  font-family: "OpenSans-Medium, sans-serif";
  font-size: 17px;
  color: #000;
}

main {
  padding-top: 98px;
}

h1 {
  margin: 0;
  font-size: 60px;
  font-family: "OpenSans-Bold, sans-serif";
}

h2 {
  margin: 0;
  font-size: 50px;
  font-family: "OpenSans-Bold, sans-serif";
}

.btn {
  padding: 12px 32px;
  transition: 0.75s;
}

.btn-primary {
  background-color: #3999ff;
  color: #fff;
  border-color: #3999ff;
  border-radius: 7px;
}
.btn-primary:hover {
  background: transparent;
  border: 1px solid #fff;
}

.outline {
  background-color: transparent;
  border: 1px solid #fff;
}
.outline:hover {
  background-color: #3999ff;
  border: 1px solid #3999ff;
}

.btn-link {
  padding: 0;
  text-decoration: none;
  color: #3a99fe;
  font-weight: 600;
}

.sidebar {
  position: fixed;
  bottom: 0;
  left: auto;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: -moz-fit-content;
  height: fit-content;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.04), 0 2px 55px 0 rgba(0, 0, 0, 0.13);
}
.sidebar .sidebar-item {
  background-color: #3999ff;
  padding: 8px;
  width: 90px;
  height: 95px;
}
.sidebar .sidebar-item a {
  background-color: #3999ff;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100%;
  font-size: 13px;
}
.sidebar .sidebar-item a svg, .sidebar .sidebar-item a i {
  font-size: 22px;
}
.sidebar .sidebar-item a:hover {
  color: #000;
}
.sidebar .sidebar-item.locatie {
  background-color: #fff;
}
.sidebar .sidebar-item.locatie a {
  background-color: #fff;
  color: #000;
}
.sidebar .sidebar-item.locatie:hover {
  background-color: #3999ff;
}
.sidebar .sidebar-item.locatie:hover a {
  background-color: #3999ff;
}

header {
  position: fixed;
  z-index: 999;
  width: -webkit-fill-available;
  border-bottom: 1px solid #dce1e3;
  width: 100%;
}
header .navbar {
  padding: 10px 0;
}
header .navbar .navbar-brand {
  margin-right: 0px;
}
header .navbar .navbar-brand .icons {
  width: 100px;
  height: auto;
}
header .navbar .navbar-nav {
  gap: 17px;
  margin-left: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
header .navbar .navbar-nav .dropdown-center {
  position: static;
}
header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 62px;
  text-transform: capitalize;
  color: #000;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
header .navbar .dealer-logo {
  max-width: 110px;
  height: auto;
  padding-left: 5px;
}
header .navbar .dealer-logo-mobile {
  display: none;
}

.hero-banner {
  position: relative;
  background-color: #000;
}
.hero-banner .img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
  aspect-ratio: 11/5;
}
.hero-banner .wrapper-text-banner {
  position: absolute;
  top: 0px;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}
.hero-banner .title-element {
  max-width: 600px;
}
.hero-banner .title-element h1 {
  padding-bottom: 16px;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1px;
  color: #fff;
}
.hero-banner .title-element p {
  color: #fff;
}
.hero-banner .buttons-element {
  display: flex;
  align-items: center;
  gap: 15px;
}

.three-columns-grid {
  padding: 40px 0;
}
.three-columns-grid .column-content {
  position: relative;
  margin-bottom: 24px;
}
.three-columns-grid .column-content .info {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}
.three-columns-grid .column-content .info .title {
  color: #fff;
  font-size: 30px;
}
.three-columns-grid .column-content .info .wrapper-btns {
  display: flex;
  align-items: center;
  gap: 5px;
}
.three-columns-grid iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  position: relative;
  vertical-align: middle;
}

.text-image h2,
.image-text h2 {
  margin-bottom: 40px;
}
.text-image .text-side,
.image-text .text-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 20px;
}
.text-image .text-side img,
.image-text .text-side img {
  max-width: 250px;
}

.news {
  padding-bottom: 50px;
}
.news h2 {
  margin-bottom: 30px;
}
.news .card-link {
  text-decoration: none;
}
.news .card {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border: none;
  transition: 0.2s;
  margin-bottom: 20px;
}
.news .card:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.news .card img {
  aspect-ratio: 4/3;
}
.news .card .body {
  padding: 15px;
  min-height: 252px;
}

.images-grid {
  padding-bottom: 50px;
}
.images-grid h2 {
  margin-bottom: 30px;
}
.images-grid .column-content {
  position: relative;
  margin-bottom: 24px;
}
.images-grid .column-content img {
  aspect-ratio: 12/9;
}
.images-grid .column-content .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.images-grid .column-content .info .title {
  color: #fff;
  font-size: 30px;
}
.images-grid .column-content .info .description {
  color: #fff;
}
.images-grid .wrapper-two-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.images-grid .wrapper-two-columns img {
  aspect-ratio: 2/1;
}

.video {
  margin-bottom: 40px;
}
.video iframe {
  width: 100%;
  aspect-ratio: 29/9;
  height: auto;
  position: relative;
  vertical-align: middle;
}

.ar-4-3-to-21-9 {
  max-width: 100%;
  height: auto;
  width: 100%;
  aspect-ratio: 21/9;
}

.model-contact-form {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 0;
  text-align: center;
}
.model-contact-form h3 {
  font-size: 50px;
  font-weight: 400;
}
.model-contact-form p {
  font-size: 17px;
  font-family: "OpenSans-Medium, sans-serif";
}
.model-contact-form .model-split {
  display: flex;
  flex: 1 1 0px;
}
.model-contact-form .model-split .wrapper {
  width: 50%;
}
.model-contact-form button {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3999ff;
  border-color: #3999ff;
  border: 1px solid;
  padding: 8px 32px;
}
.model-contact-form button:hover {
  background-color: #3999ff;
  border-color: #3999ff;
}
.model-contact-form .wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px;
}
.model-contact-form .wrapper input {
  padding: 10px 15px;
  border: 1px solid #9ca2af;
  border-radius: 2px;
}
.model-contact-form .wrapper select {
  padding: 10px 15px;
  border: 1px solid #9ca2af;
  border-radius: 2px;
  width: 100%;
  background-color: white;
}
.model-contact-form .wrapper textarea {
  min-height: 120px;
  padding: 10px 15px;
}
.model-contact-form .wrapper p {
  text-align: left;
}
.model-contact-form .wrapper .checkbox-wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.model-contact-form .wrapper .checkbox-wrapper .checkbox-group {
  display: flex;
  align-items: flex-start;
  text-align: start;
  gap: 8px;
  cursor: pointer;
}
.model-contact-form .wrapper .checkbox-wrapper .checkbox-group input {
  margin-top: 6px;
}
.model-contact-form .wrapper .checkbox-wrapper .checkbox-group input,
.model-contact-form .wrapper .checkbox-wrapper .checkbox-group label {
  cursor: pointer;
}
.model-contact-form .wrapper .wrapper-row {
  display: flex;
  width: 100%;
  gap: 16px;
}
.model-contact-form .wrapper .wrapper-row input {
  width: 100%;
}
.model-contact-form .bottom-wrapper {
  width: 100%;
  display: flex;
  padding: 32px;
  padding-top: 0;
  flex-direction: column;
  gap: 16px;
}
.model-contact-form .bottom-wrapper button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 24px;
}
.model-contact-form .bottom-wrapper .checkbox-wrapper {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.model-contact-form .bottom-wrapper .checkbox-wrapper .checkbox-group {
  display: flex;
  align-items: flex-start;
  text-align: start;
  gap: 8px;
  cursor: pointer;
}
.model-contact-form .bottom-wrapper .checkbox-wrapper .checkbox-group input {
  margin-top: 6px;
}
.model-contact-form .bottom-wrapper .checkbox-wrapper .checkbox-group input,
.model-contact-form .bottom-wrapper .checkbox-wrapper .checkbox-group label {
  cursor: pointer;
}

.video-embed {
  width: 100%;
}
.video-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 21/9;
}

.cookie-table {
  border-collapse: collapse;
  border: 1px solid #9ca2af;
  margin-bottom: 1rem;
}

.cookie-table tr,
.cookie-table td {
  border: 1px solid #9ca2af;
  padding: 8px;
}

.staggered-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
  gap: 32px;
  width: 100%;
}
.staggered-cards .title {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 400;
  padding: 2rem;
}
.staggered-cards .title h2 {
  font-weight: 400;
}
.staggered-cards .title p {
  max-width: 800px;
}
.staggered-cards .stagger-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 32px;
  margin: 0 auto;
  max-width: 1300px;
}
.staggered-cards .stagger-card .image {
  width: 50%;
}
.staggered-cards .stagger-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
.staggered-cards .stagger-card .content {
  width: 50%;
  height: 100%;
  padding: 1rem;
}
.staggered-cards .stagger-card:nth-child(odd) {
  flex-direction: row-reverse;
}

.simple-carousel {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.simple-carousel .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
.simple-carousel .content {
  width: 100%;
}
.simple-carousel .btn-control {
  width: 64px;
  height: 64px;
  border: none;
  background: transparent;
  color: #9ca2af;
  font-size: 32px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.simple-carousel .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.2s ease-in-out;
  padding: 0 64px;
}
.simple-carousel .pagers {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 32px 0;
}
.simple-carousel .pagers .pager {
  width: 32px;
  height: 4px;
}

.wide-img-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wide-img-card .image {
  width: 100%;
  height: 100%;
}
.wide-img-card .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 21/7;
}
.wide-img-card .content {
  padding: 2rem;
  height: 100%;
}

.picture-responsive {
  width: 100%;
  height: auto;
  aspect-ratio: 21/9;
}

.no-aspect-ratio img {
  aspect-ratio: unset !important;
}

.title-divider {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 2rem;
}
.title-divider h1 {
  font-family: "OpenSans-Regular, sans-serif";
}

.review-card {
  width: 100%;
  max-width: 1300px;
  background-color: #dce1e3;
  position: relative;
}
.review-card .quote {
  position: absolute;
  height: 87px;
  width: 110px;
}
.review-card .quote-left {
  left: 32px;
  top: -44px;
}
.review-card .quote-right {
  right: 32px;
  bottom: -44px;
}
.review-card .content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem;
}
.review-card .content .stars {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.review-card .content .stars svg {
  width: 350px;
  height: 73px;
}
.review-card .content .review {
  font-style: italic;
}
.review-card .content .review .sign {
  font-size: 14px;
}

.models-header {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem;
}
.models-header h1 {
  font-family: "OpenSans-Medium, sans-serif" !important;
}

.models {
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  flex-direction: column;
  padding: 0 2rem;
  padding-bottom: 2rem !important;
}
.models .title {
  font-size: 30px;
}
.models .models-list {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}
.models .models-list .model-card {
  display: flex;
  flex-direction: column;
  width: 300px;
  text-align: center;
}
.models .models-list .model-card a {
  color: black;
  text-decoration: none;
}
.models .models-list .model-card .name {
  text-transform: uppercase;
}
.models .models-list .model-card .content {
  padding: 8px;
}
.models .models-list .model-card .content .btn-primary:hover {
  border-color: #000;
}

.tc-title {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.tc-title h1 {
  font-family: "OpenSans-Regular, sans-serif";
}

.tc {
  padding: 1rem;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 3rem;
}

.footer-top {
  padding: 40px 0;
  background-color: #efefef;
}
.footer-top h5 {
  font-size: 20px;
  padding: 15px 0;
  text-transform: uppercase;
}
.footer-top ul {
  padding: 0;
  list-style: none;
}
.footer-top ul li {
  margin-bottom: 10px;
  padding: 0;
}
.footer-top ul li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.footer-middle {
  background-color: #efefef;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-middle .text-social-media {
  margin-right: 10px;
  font-size: 18px;
}
.footer-middle .footer-social {
  color: #000;
}
.footer-middle .footer-social i,
.footer-middle .footer-social svg {
  font-size: 25px;
}
.footer-middle .anpc {
  width: 150px;
}

.footer-bottom {
  padding: 20px 0;
  background-color: #efefef;
}
.footer-bottom .wrapper-bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom .footer-logos {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-bottom .footer-logos img {
  max-width: 80px;
  width: 100%;
}
.footer-bottom .list-inline {
  margin: 0;
}
.footer-bottom .list-inline li a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
}
.footer-bottom .list-inline li a:hover {
  text-decoration: underline;
}

@media (min-width: 1500px) {
  .hero-banner .img-fluid {
    aspect-ratio: 12/5;
  }
}
@media (max-width: 992px) {
  main {
    padding-top: 61px;
  }
  .sidebar {
    bottom: 0;
    left: 50%;
    right: auto;
    top: auto;
    transform: translate(-50%, 0);
    flex-direction: row;
    width: 100vw;
  }
  .sidebar .sidebar-item {
    width: 100%;
    height: 80px;
  }
  h2 {
    font-size: 35px;
    line-height: 38px;
  }
  header .navbar .dealer-logo-mobile {
    display: inline-block;
    margin-left: -50px;
  }
  header .navbar .dealer-logo-desktop {
    display: none;
  }
  header .navbar .navbar-brand {
    margin-right: 0;
  }
  header .navbar .navbar-brand .icons {
    width: 75px;
  }
  header .navbar .navbar-nav {
    margin-left: 0;
  }
  .navbar-collapse {
    text-align: center;
    height: 0;
    transition: height ease-in 0.2s;
  }
  .navbar-collapse.collapsing, .navbar-collapse.show {
    height: 100vh;
  }
  .navbar-collapse.collapsing .navbar-nav, .navbar-collapse.show .navbar-nav {
    margin-top: 30px !important;
    gap: 0;
  }
  .navbar-collapse.collapsing .navbar-nav .nav-item .nav-link, .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    line-height: 35px;
  }
  .hero-banner .img-fluid {
    aspect-ratio: 9/5;
  }
  .text-image .image-side,
  .image-text .image-side {
    margin-top: 30px;
  }
  .video iframe {
    aspect-ratio: 19/9;
  }
  .model-contact-form {
    max-width: 600px;
    padding: 2rem 1rem;
  }
  .model-contact-form h3 {
    font-size: 36px;
  }
  .model-contact-form p,
  .model-contact-form label,
  .model-contact-form input,
  .model-contact-form textarea,
  .model-contact-form select {
    font-size: 14px;
  }
  .model-contact-form .wrapper,
  .model-contact-form .bottom-wrapper {
    padding: 16px;
  }
  .model-contact-form button {
    background-color: #3999ff;
  }
  .model-contact-form .model-split {
    flex-direction: column;
  }
  .model-contact-form .model-split .wrapper {
    width: 100%;
  }
  .staggered-cards .title {
    padding: 0 1rem;
  }
  .staggered-cards .title h2 {
    font-size: 36px;
    font-weight: 400;
    font-family: "OpenSans-Regular, sans-serif";
    margin-bottom: 1rem;
  }
  .staggered-cards .title p {
    font-size: 14px;
  }
  .staggered-cards .stagger-card {
    max-width: 100%;
    flex-direction: column;
    padding: 0 3rem;
  }
  .staggered-cards .stagger-card .image,
  .staggered-cards .stagger-card .content {
    width: 100%;
  }
  .staggered-cards .stagger-card .content h3 {
    font-size: 36px;
    font-weight: 400;
    font-family: "OpenSans-Regular, sans-serif";
    margin-bottom: 1rem;
  }
  .staggered-cards .stagger-card .content p {
    font-size: 14px;
  }
  .staggered-cards .stagger-card:nth-child(odd) {
    flex-direction: column;
  }
  .models-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .models-list .model-card {
    width: 100% !important;
  }
  .models-list .model-card img {
    max-width: 450px;
  }
  .models-header h1 {
    font-size: 46px;
  }
  .footer-bottom {
    padding: 20px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .hero-banner .img-fluid {
    aspect-ratio: 6/5;
  }
  .simple-carousel .content {
    padding: 0 0px;
  }
  .simple-carousel .btn-control {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
  .ar-4-3-to-21-9 {
    aspect-ratio: 4/3;
  }
  .footer-bottom .wrapper-bottom-footer {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .footer-bottom .wrapper-bottom-footer ul {
    text-align: center;
  }
  .model-contact-form {
    width: 100%;
    padding: 2rem 1rem;
  }
  .model-contact-form h3 {
    font-size: 26px;
  }
  .model-contact-form p,
  .model-contact-form label,
  .model-contact-form input,
  .model-contact-form textarea {
    font-size: 14px;
  }
  .model-contact-form .wrapper {
    padding: 8px;
  }
  .models-header h1 {
    font-size: 32px;
  }
  .title-divider h1 {
    font-size: 32px !important;
  }
}
@media (max-width: 576px) {
  header .navbar .navbar-brand .icons {
    width: 55px;
  }
  header .navbar .dealer-logo {
    max-width: 70px;
    min-width: 50px;
  }
  .sidebar .sidebar-item a {
    gap: 4;
    font-size: 12px;
    line-height: 12px;
  }
  .hero-banner .title-element h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .hero-banner .wrapper-text-banner {
    position: static;
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .hero-banner .wrapper-text-banner .title-element {
    position: relative;
    z-index: 2;
  }
  .hero-banner .wrapper-text-banner p {
    margin: 0;
  }
  .hero-banner .buttons-element {
    flex-direction: column;
    margin-top: 20px;
  }
  .hero-banner .buttons-element .btn {
    width: 100%;
  }
  .three-columns-grid .column-content .info {
    height: 100%;
    flex-direction: column;
  }
  .three-columns-grid .column-content .info .title {
    font-size: 25px;
    line-height: 28px;
  }
  .images-grid .column-content .info {
    position: static;
  }
  .images-grid .column-content .info .title {
    color: #000;
    line-height: 32px;
  }
  .images-grid .column-content .info .description {
    color: #000;
  }
  .video iframe {
    aspect-ratio: 11/9;
  }
  .footer-top {
    text-align: center;
  }
  .footer-middle .anpc {
    width: 140px !important;
  }
  .staggered-cards .stagger-card {
    padding: 0;
    gap: 16px;
  }
  .staggered-cards .stagger-card .content {
    padding: 1rem;
  }
  .models-header {
    padding: 2rem 1rem;
  }
  .models {
    padding: 0;
  }
  .models .title {
    padding-left: 1rem;
  }
  .models-list .model-card img {
    max-width: 100%;
  }
  .tc-title {
    padding: 1rem;
    padding-top: 2rem;
  }
  .tc-title h1 {
    font-size: 32px;
    font-family: "OpenSans-Regular, sans-serif";
  }
  .model-contact-form .wrapper .wrapper-row {
    flex-direction: column;
  }
  .noutati .title {
    font-size: 45px;
  }
  .btn {
    padding: 12px 24px;
  }
}
.hero-banner .picture-container {
  position: relative;
}
.hero-banner .picture-container .wrapper-text {
  position: absolute;
  top: 100px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: #fff;
}

.noutati .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}/*# sourceMappingURL=style.css.map */