.multiple-carousel{
  padding: 40px 0 0 0;
}

.tm-carousel3 {
  --visible-slides: 1;
  --animation: 400;
  position: relative;
  overflow: hidden;
}

.tm-carousel-slider3 {
  display: flex;
  height: 560px;
}

.tm-carousel-slide3 {
  flex: 1 0 calc(100 / var(--visible-slides) * 1%);
  padding: 15px !important;
}

.tm-carousel-slide3 img {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: cover;
}

.main-content{
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);
  margin-top: -5px;
}

.tm-carousel3 h5{
  font-size: 18px;
  min-height: auto;
  color: #2e475d;
}    

.tm-carousel3 p{
  min-height: auto;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}

.tm-carousel3 a{
  color: #2d465d;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
}

.tm-carousel3 a:hover {
  color: #f87000;
  text-decoration: none;
}

.tm-carousel3 button{
  font-size: 20px;
  background-color: #f87000;
  color: #fff;
  border: 0;
  border-radius: 80px;
  margin: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 90%;
  position: absolute;
}

.tm-carousel3 .carousel-prev:hover,
.tm-carousel3 .carousel-next:hover,
.tm-carousel3 .carousel-prev:focus,
.tm-carousel3 .carousel-next:focus {
  outline: none;
}


/* media Query */
@media only screen and (max-width: 767px) {
  .tm-carousel3 h5{font-size: 16px;}
  .tm-carousel3 .carousel-prev {left: 56%;}
  .tm-carousel3 .carousel-next {left: 77%;}
}
@media only screen and (min-width: 480px) and (max-width: 480px){
  .tm-carousel3 .carousel-prev {left: 72%;}
  .tm-carousel3 .carousel-next {left: 86%;}
}
@media only screen and (min-width: 576px) and (max-width: 576px){
  .tm-carousel-slider3{height: 600px;}
  .tm-carousel3 .carousel-prev {left: 75%;}
  .tm-carousel3 .carousel-next {left: 88.5%;}
}
@media only screen and (min-width: 768px){
  .tm-carousel-slide3{padding: 6px !important;}
  .main-content{height: 440px;}
  .tm-carousel3 h5{font-size: 14px; min-height: 62px;}
  .tm-carousel3 p{min-height: 265px;}
  .tm-carousel3 a{font-size: 17px;}
  .tm-carousel-slider3{height: 640px;}
  .tm-carousel3 button{top: 90%;}
  .tm-carousel3 .carousel-prev {left: 83%;}
  .tm-carousel3 .carousel-next {left: 92%;}
}
@media only screen and (min-width: 1024px){
  .tm-carousel-slide3{padding: 15px !important;}
  .main-content{height: 350px}
  .tm-carousel3 h5{font-size: 17px; min-height: 75px;}
  .tm-carousel3 p{min-height: auto;}
  .tm-carousel3 a{font-size: 18px;}
  .tm-carousel-slider3{height: 580px;}
  .tm-carousel3 button{top: 90%;}
  .tm-carousel3 .carousel-prev {left: 87%;}
  .tm-carousel3 .carousel-next {left: 93.5%;}
}
@media only screen and (min-width: 1280px){
  .main-content{height: 300px;}
  .tm-carousel3 h5{min-height: 52px;}
  .tm-carousel3 p{min-height: auto;}
  .tm-carousel-slider3{height: 560px;}
  .tm-carousel3 button{top: 91%;}
  .tm-carousel3 .carousel-prev {left: 89%;}
  .tm-carousel3 .carousel-next {left: 94.5%;}
}