.third-banner {background-color: var(--v-white);}
.third-banner .title-box{color:var(--v-black);margin-bottom:15px}
.third-banner .page-title {font-size:var(--fs-30);text-transform: uppercase;margin:0px;font-weight: 600;}
.third-banner .img-box:first-child{padding-right:12px;/*border-right:1px solid var(--v-grey);*/}
/* .third-banner .img-box:last-child{padding-left:15px} */
.third-banner .img-box span{padding-left:6px;font-size:var(--fs-20);line-height:1;margin-top: 2px;font-weight: 500;display: none;}
.third-banner{padding-top:45px}
.third-banner .banner-box{padding:245px 60px 35px 35px;background-position: center bottom; background-repeat: no-repeat; background-size:cover;color:var(--v-white);position: relative;}
.third-banner .banner-box::after {content: ''; width: 100%; height: 100%; left: 0px; top: 0px; position: absolute;background-image: linear-gradient(to top, rgba(0,0,0,.6),rgba(0,0,0,0));}
.third-banner .banner-box h1{margin-bottom:10px;font-size:var(--fs-38);text-transform: uppercase;font-weight: 600;position: relative;z-index: 2;}
.third-banner .banner-text {position: relative;z-index: 2;}
.third-banner .banner-text .orange-button{min-width: 190px;}
.third-banner .banner-box p{font-size:var(--fs-20);margin:0px;}
.third-banner .phone-show.banner-bottom{display:none}

@media (max-width:850px){
  .third-banner .banner-box{padding:120px 60px 45px 35px}
  .third-banner .banner-text{flex-direction:column;align-items:flex-start}
  .third-banner .banner-box p {margin-bottom:10px;}
}
@media (max-width:768px){
  .third-banner{padding-top:30px}
}
@media (max-width:510px){
  .third-banner{padding-top:15px}
  .third-banner .title-box {margin-bottom: 5px;}
  .third-banner .banner-box{padding:40px 15px 15px}
  .third-banner .banner-box p{margin:0px}
  .third-banner .banner-box .orange-button,
  .third-banner .title-box .img-content{display:none}
  .third-banner .phone-show.banner-bottom{display:block;padding-top:15px;}
  .third-banner .phone-show.banner-bottom .img-content{max-width: 272px;margin-bottom: 10px;}
  .third-banner .banner-bottom .orange-button {line-height: 1;}

  .third-banner .img-box:first-child{padding-right: 0;}
  .third-banner .phone-show.banner-bottom .img-content{display: inline-flex; flex-direction: column-reverse;gap: 4px;}
  .third-banner .phone-show.banner-bottom{display: flex;  justify-content: space-between; align-items: center;}
  .third-banner .phone-show.banner-bottom>p{display: flex;align-items: center;}
}
/* ! vantagemarekts|2025-10-21 18:00:00 ! */
