.tom-truck-third-section {
    max-width: 1350px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding: 50px;
    border-radius: 60px;
}

p.tom-truck-p {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
}


.owl-theme .owl-nav button {
    background: none !important;
}


/* CSS to center the navigation arrows in Owl Carousel */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

 .owl-carousel .owl-nav .owl-prev,
 .owl-carousel .owl-nav .owl-next {
  background: #000; /* Customize the arrow background color */
  color: #fff; /* Customize the arrow color */
  font-size: 20px; /* Customize the arrow size */
  padding: 5px 10px; /* Customize the arrow padding */
  border-radius: 5px; /* Customize the arrow border radius */
}

.owl-carousel .owl-nav .owl-prev {
  margin-right: auto;
}

.owl-carousel .owl-nav .owl-next {
  margin-left: auto;
}




.event-slider .owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  // transform: scale(0.9);

  // transition: all .25s ease-in-out; 
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }

.tomi-truck-slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.tomi-truck-slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.tomi-truck-slider .owl-nav {
    text-align: center;
    // margin: 40px 0;
}


.tomi-truck-slider .item {
    padding: 0px 10px;
}




.hs-content-name-tomi-truck-tour .row-fluid-wrapper.row-depth-1.row-number-14.dnd_area-row-5-background-image.dnd-section.dnd_area-row-5-padding {
    background-attachment: fixed;
    background-size: cover !important;
}
