.home-hero-section{position:relative;height:100vh;display:flex;width:100%;max-width:100vw;margin:0;padding:0;margin-top:-112px;overflow-x:hidden;box-sizing:border-box}.home-hero-left{width:50%;background-color:var(--theme-white);display:flex;align-items:center;justify-content:center;padding:0 80px}.home-hero-content{width:100%;max-width:600px;padding-top:60px}.home-hero-text{color:var(--theme-dark);text-align:left;display:flex;flex-direction:column}.home-hero-right{width:50%;position:relative;overflow:hidden}.home-hero-carousel{position:relative;width:100%;height:100%;animation:carouselFadeIn 1.5s ease-out}.home-hero-carousel-slides{position:relative;width:100%;height:100%}.home-hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(1.05);transition:all 1.8s cubic-bezier(.25, .46, .45, .94)}.home-hero-slide.active{opacity:1;transform:scale(1)}.home-hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.95) contrast(1.05);transition:filter 1.8s ease-in-out}.home-hero-slide.active img{filter:brightness(1) contrast(1)}.home-hero-slide::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.15) 0,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 100%);opacity:1;transition:opacity 1.8s ease-in-out}.home-hero-slide.active::after{opacity:1}.home-hero-carousel-indicators{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:10}.home-hero-carousel-indicators .home-hero-indicator{width:12px;height:12px;border-radius:50%;background-color:rgba(255,255,255,.4);cursor:pointer;transition:all .6s cubic-bezier(.25, .46, .45, .94);position:relative;overflow:hidden}.home-hero-carousel-indicators .home-hero-indicator::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transition:left .8s ease-in-out}.home-hero-carousel-indicators .home-hero-indicator:hover::before{left:100%}@keyframes carouselFadeIn{0%{opacity:0;transform:translateY(30px)}100%{opacity:1;transform:translateY(0)}}@keyframes indicatorPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.home-hero-carousel-indicators .home-hero-indicator.active{animation:indicatorPulse 3s infinite}.home-hero-carousel-indicators .home-hero-indicator:hover{background-color:rgba(255,255,255,.7);transform:scale(1.1)}.home-hero-pre-title{color:var(--theme-primary);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.home-hero-title{color:var(--theme-dark);font-size:2.5rem!important;font-weight:600!important;line-height:1.2!important;letter-spacing:-.02em!important;margin-bottom:2rem!important}.home-hero-title .home-hero-highlight-green{color:var(--theme-green)}.home-hero-subtitle{color:var(--theme-dark);font-size:1.8rem;font-family:Raleway,sans-serif;font-weight:300;line-height:1.2;margin-bottom:.5rem}.home-hero-subtitle .home-hero-doctor-name{font-family:Raleway,sans-serif;font-weight:300;font-size:42px;color:var(--theme-teal-medium)}.home-hero-specialty{color:var(--theme-primary);font-size:14px;font-weight:500;line-height:1.3;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:2px}.home-hero-description{color:var(--theme-dark);font-size:14px;font-weight:400;line-height:1.6;margin-bottom:2rem;opacity:.9}.home-hero-title.animate__delay-1s{animation-delay:.5s!important;animation-duration:.7s!important}.home-hero-specialty.animate__delay-2s,.home-hero-subtitle.animate__delay-2s{animation-delay:.8s!important;animation-duration:.7s!important}.home-hero-description.animate__delay-3s{animation-delay:1.1s!important;animation-duration:.7s!important}.home-hero-buttons.animate__delay-4s{animation-delay:1.4s!important;animation-duration:.6s!important}.home-hero-buttons{display:flex;gap:20px;margin-top:2rem}.home-hero-button{padding:12px 24px;border-radius:25px;text-decoration:none;font-family:"Open Sans",sans-serif;font-size:12px;font-weight:400;text-transform:uppercase;letter-spacing:1px;transition:all .3s ease;border:none;cursor:pointer;display:inline-block}.home-hero-button.secondary{background-color:var(--theme-green);color:var(--theme-white)}.home-hero-button.secondary:hover{background-color:var(--theme-green-dark);color:var(--theme-white);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.home-about-section{padding:80px 0;width:100%;margin:0;background-color:#e4e3da}.home-about-content{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:end;max-width:1000px;margin:0 auto;border-bottom:1px solid rgba(0,0,0,.1)}.home-about-image{display:flex;align-items:flex-end;justify-content:center;overflow:visible}.home-about-image img{width:100%;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:0;border:none;box-shadow:none;filter:none}.home-about-section .home-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1000px;margin:0 auto;padding:50px 20px 0;padding-top:50px}.home-stat-item{text-align:center;padding:20px 15px;border-radius:8px;background-color:rgba(255,255,255,.5);transition:transform .3s ease}.home-stat-item:hover{transform:translateY(-3px)}.home-stat-number{display:block;font-size:2.4rem;font-weight:400;font-family:"Bebas Neue",sans-serif;color:var(--theme-green);margin-bottom:10px;line-height:1}.home-stat-label{display:block;font-size:.76rem;color:var(--theme-text);font-weight:500;text-transform:uppercase;letter-spacing:1px}@media (max-width:1024px){.home-hero-title{font-size:2.8rem!important}.home-about-content{gap:20px}.home-about-section .home-stats-grid{grid-template-columns:repeat(2,1fr);gap:25px;margin-top:40px;padding-top:40px}}@media (min-width:768px) and (max-width:1024px){.home-hero-buttons{flex-direction:column;gap:15px;align-items:center}.home-hero-buttons .generic-button{justify-content:center;text-align:center;width:100%}.home-hero-left .home-hero-title{font-size:2.1rem!important}.home-hero-left .home-hero-subtitle{font-size:1.35rem}.home-hero-left .home-hero-subtitle .home-hero-doctor-name{font-size:31.5px!important}.home-hero-left .home-hero-specialty{font-size:10.5px}.home-hero-left .home-hero-description{font-size:10.5px}}@media (max-width:768px){.home-hero-section{flex-direction:column-reverse;height:auto;min-height:auto;margin-top:0}.home-hero-left{width:100%;padding:40px 20px}.home-hero-content{padding-top:20px}.home-hero-right{width:100%;height:40vh;max-height:40vh}.home-hero-title{font-size:1.8rem!important}.home-hero-subtitle .home-hero-doctor-name{font-size:2.4rem!important}.home-hero-specialty{font-size:.9rem}.home-hero-description{font-size:.9rem;margin-bottom:0}.home-hero-buttons{flex-direction:column;gap:15px;align-items:center}.home-hero-buttons .generic-button{justify-content:center;text-align:center;width:100%}.home-about-section{padding:40px 20px}.home-about-section .home-stats-grid{gap:20px;margin-top:30px;padding-top:30px}.home-about-text{padding-right:0;text-align:center}.home-stat-item{padding:15px 10px}.home-stat-number{font-size:2rem}.home-stat-label{font-size:.68rem}}@media (max-width:480px){.home-about-section .home-stats-grid{grid-template-columns:repeat(2,1fr);gap:15px}.home-stat-number{font-size:1.6rem}.home-stat-label{font-size:.6rem}}.home-testimonials-section{padding:80px 0;background-color:var(--theme-white);width:100%;margin:0}.home-testimonials-header{text-align:center;margin-bottom:60px}.home-testimonials-title{font-family:var(--font-content);font-size:2.5rem;font-weight:700;color:var(--theme-dark);margin-bottom:20px;line-height:1.2}.home-testimonials-subtitle{font-family:var(--font-content);font-size:1rem;color:var(--theme-gray);max-width:600px;margin:0 auto 15px;line-height:1.6}.home-testimonials-source{font-size:.95rem;margin:0 auto;max-width:600px}.home-doctoralia-link{display:inline-flex;align-items:center;gap:8px;color:var(--theme-green);text-decoration:none;font-weight:500;transition:all .3s ease;border-bottom:1px solid transparent}.home-doctoralia-link:hover{color:var(--theme-green-dark);border-bottom-color:var(--theme-green-dark)}.home-doctoralia-link svg{width:14px;height:14px;transition:transform .3s ease}.home-doctoralia-link:hover svg{transform:translate(2px,-2px)}.home-testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;max-width:1200px;margin:0 auto}.home-testimonial-card{background-color:var(--theme-white);padding:30px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.4, 0, .2, 1);border:1px solid #f0f0f0;position:relative;overflow:hidden;opacity:1}.home-testimonial-card:hover{transform:translateY(-8px) scale(1.02);border-color:var(--theme-green)}.home-testimonial-card:hover::before{left:0}.home-testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.home-testimonial-profile{display:flex;align-items:center;gap:15px}.home-testimonial-avatar{width:50px;height:50px;border-radius:50%;background-color:var(--theme-white);color:var(--theme-white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;border:2px solid #e0e0e0;transition:all .3s ease;padding:8px}.home-testimonial-avatar img{width:60%;height:60%;object-fit:contain}.home-testimonial-card:hover .home-testimonial-avatar{transform:scale(1.1) rotate(5deg)}.home-testimonial-info{flex:1}.home-testimonial-name{font-family:var(--font-content);font-size:1rem;font-weight:600;color:var(--theme-dark);margin:0 0 5px 0}.home-testimonial-location{font-family:var(--font-content);font-size:.85rem;color:var(--theme-green);margin:0;font-weight:500}.home-testimonial-stars{color:var(--theme-gold);font-size:1.1rem;letter-spacing:2px}.home-testimonial-text{font-family:var(--font-content);font-size:.9rem;line-height:1.6;color:var(--theme-gray);margin:0;font-style:italic}@media (max-width:1024px){.home-testimonials-grid{grid-template-columns:repeat(2,1fr);gap:25px}.home-testimonials-title{font-size:2.2rem}}@keyframes slideInFromLeft{from{opacity:0;transform:translateX(-100px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromRight{from{opacity:0;transform:translateX(100px)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.home-testimonials-section{padding:60px 0}.home-testimonials-grid{grid-template-columns:1fr;gap:20px}.home-testimonials-title{font-size:2rem}.home-testimonials-subtitle{font-size:.9rem}.home-testimonial-card{padding:25px;opacity:0}.home-testimonial-card.animate-in{opacity:1;animation-duration:.6s;animation-fill-mode:both;animation-timing-function:ease-out}.home-testimonial-card.animate-in:nth-child(odd){animation-name:slideInFromRight}.home-testimonial-card.animate-in:nth-child(2n){animation-name:slideInFromLeft}.home-testimonial-card.animate-in:first-child{animation-delay:.1s}.home-testimonial-card.animate-in:nth-child(2){animation-delay:.2s}.home-testimonial-card.animate-in:nth-child(3){animation-delay:.3s}.home-testimonial-card.animate-in:nth-child(4){animation-delay:.4s}.home-testimonial-card.animate-in:nth-child(5){animation-delay:.5s}.home-testimonial-card.animate-in:nth-child(6){animation-delay:.6s}}@media (max-width:480px){.home-testimonials-header{margin-bottom:40px}.home-testimonials-title{font-size:1.8rem}.home-testimonial-card{padding:20px}.home-testimonial-avatar{width:45px;height:45px;font-size:.8rem}.home-testimonial-name{font-size:.9rem}.home-testimonial-location{font-size:.8rem}.home-testimonial-text{font-size:.85rem}}.home-why-choose-section{padding:0;background:var(--theme-white);width:100%;margin:0;overflow:hidden}.home-why-choose-wrapper{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.home-why-choose-left{position:relative;overflow:hidden;min-height:600px}.home-why-choose-image-bg{width:100%;height:100%;background-image:url("../../images/dizzy-woman.webp");background-position:center;background-repeat:no-repeat;background-size:cover}.home-why-choose-right{background-color:#4a5759;color:var(--theme-white);display:flex;align-items:center;padding:80px 60px}.home-why-choose-text{max-width:600px}.home-why-choose-text .section-pre-title,.home-why-choose-text .section-title{color:var(--theme-white)}.home-why-choose-features{margin-top:40px}.home-feature-item{display:flex;align-items:flex-start;margin-bottom:30px}.home-feature-icon{width:30px;height:30px;background-color:var(--theme-green);color:var(--theme-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:20px;flex-shrink:0}.home-feature-title{color:var(--theme-white);font-size:1.256rem;font-weight:500;margin-bottom:10px;line-height:1.3}.home-feature-description{color:var(--theme-white);font-size:.8rem;line-height:1.7;opacity:.9;font-weight:400}.home-feature-content .home-feature-description:last-child{margin:0}@media (max-width:1024px){.home-why-choose-right{padding:60px 40px}.home-why-choose-image-bg{background-attachment:scroll}}@media (max-width:768px){.home-why-choose-wrapper{grid-template-columns:1fr;min-height:auto}.home-why-choose-left{min-height:400px}.home-why-choose-image-bg{background-attachment:scroll;background-position:center;background-image:url("../../images/girl-otorrino.webp")}.home-why-choose-right{padding:60px 30px}}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:var(--theme-white);border:2px solid var(--theme-primary);color:var(--theme-primary);font-size:1.6rem;font-weight:700;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,.1)}.carousel-arrow:hover{background:var(--theme-primary);color:var(--theme-white);transform:translateY(-50%) scale(1.1)}.carousel-prev{left:0}.carousel-next{right:0}.carousel-dots{display:flex;justify-content:center;gap:10px;margin-top:40px}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#d0d0d0;cursor:pointer;transition:all .3s ease;border:none;padding:0}.carousel-dot.active{background:var(--theme-primary);width:30px;border-radius:6px}.carousel-dot:hover{background:var(--theme-secondary)}@media (max-width:1024px){.review-card{flex:0 0 calc(50% - 15px);min-width:calc(50% - 15px)}}@media (max-width:1024px){.hero-title{font-size:2.8rem!important}.section-title{font-size:1.8rem}.about-content,.contact-content,.home-about-content,.testimonials-content,.why-choose-content{grid-template-columns:1fr;gap:40px}.services-grid{grid-template-columns:1fr}}@media (max-width:768px){.container{padding:0 15px}h1{font-size:2.5rem}h2{font-size:1.6rem}h3{font-size:1.5rem}.hero-title{font-size:1.76rem!important}.hero-subtitle{font-size:1.4rem}.hero-specialty{font-size:.9rem}.hero-description{font-size:.9rem;margin-bottom:0}.section-title{font-size:1.6rem}.hero-section{flex-direction:column-reverse;height:auto;min-height:calc(100vh - 80px);margin-top:0;padding-top:0}.hero-left{width:100%;padding:20px;margin-top:0}.hero-content{padding-top:40px}.hero-right{width:100%;height:40vh;max-height:40vh}.hero-buttons{flex-direction:column;gap:15px;align-items:center}.hero-buttons .generic-button{justify-content:center;text-align:center;width:100%}.about-text,.home-about-text{padding-right:0;text-align:center}.section-button{margin:0;display:inline-block}.service-item{padding:30px}.contact-form{padding:30px}.testimonials-quote-icon{font-size:4rem;top:-10px}.feature-icon{display:none}}@media (max-width:480px){.home-hero-title{font-size:1.8rem!important}.home-hero-subtitle{font-size:2.4rem!important}.home-hero-specialty{font-size:.75rem}.home-hero-description{font-size:.75rem;margin-bottom:0}.home-hero-content{padding:0}.container{padding:0 10px}h1{font-size:1.6rem}h2{font-size:1.4rem}h3{font-size:1.4rem}.hero-subtitle{font-size:1.2rem}.hero-specialty{font-size:.8rem}.hero-description{font-size:.85rem;margin-bottom:0}.section-title{font-size:1.8rem}.hero-section{min-height:75vh;padding-top:0}.hero-content{margin-top:0}.service-item{padding:20px}.contact-form{padding:20px}.testimonials-quote-icon{font-size:3rem}.feature-item{flex-direction:column;text-align:center}.feature-icon{margin-right:0;margin-bottom:15px}}@media (max-width:768px){.services-page-header{padding:100px 0 60px}.services-header-wrapper{grid-template-columns:1fr;gap:40px}.services-header-content{text-align:center}.services-page-header .page-title{font-size:2rem}.hero-carousel-indicators{bottom:20px}.home-hero-carousel-indicators .home-hero-indicator{width:10px;height:10px}.all-services-section,.featured-service-section{padding:60px 0}.featured-service-title{font-size:1.6rem}.services-detailed-grid{grid-template-columns:1fr}.service-detailed-card{padding:30px 25px;min-height:auto;aspect-ratio:auto}.service-header-card{padding:40px 30px}.service-header-title{font-size:1.5rem}}.specialties-section{padding:80px 0;background-color:var(--theme-white)}.specialties-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;max-width:1200px;margin:0 auto}@media (max-width:1024px){.about-hero-wrapper{grid-template-columns:1fr;min-height:auto}.about-hero-left{padding:60px 40px}.about-hero-content .page-title{font-size:2.3rem}.awards-grid,.international-grid,.publications-grid{grid-template-columns:repeat(2,1fr);gap:25px}.specialties-grid{grid-template-columns:1fr;gap:25px}}@media (max-width:768px){#ast-scroll-top{width:50px!important;height:50px!important;bottom:20px!important;right:20px!important}#ast-scroll-top .ast-icon,#ast-scroll-top svg{width:20px!important;height:20px!important}.page-header-section{padding:80px 0 60px}.page-header-content{grid-template-columns:1fr;gap:40px;text-align:center}.page-header-text{padding-right:0}.page-header-title{font-size:2.5rem}.page-header-subtitle{font-size:1.2rem}.page-header-description{font-size:1rem}.page-header-badges{justify-content:center}.page-header-image img{max-width:300px}.image-decoration{width:80px;height:80px;top:-10px;right:-10px}.image-decoration::before{width:50px;height:50px}.image-decoration::after{width:25px;height:25px}.about-hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.about-hero-text{padding-right:0}.about-hero-title{font-size:2.5rem}.about-stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.about-stat-number{font-size:2.5rem}.about-story-content{grid-template-columns:1fr;gap:40px;text-align:center}.about-story-text{padding-right:0}.about-why-content{grid-template-columns:1fr;gap:40px}.about-why-text{padding-right:0}.research-highlights{grid-template-columns:1fr;gap:30px}.research-highlight{padding:20px 15px}.research-icon{font-size:2.5rem}.research-title{font-size:1.1rem}.benefit-item{flex-direction:column;text-align:center;gap:.5rem}.benefit-icon{align-self:center}.specialties-grid{grid-template-columns:1fr;gap:20px}.specialty-card{padding:30px 20px}.awards-grid{grid-template-columns:1fr;gap:30px}.award-card{padding:30px 20px}.award-title{font-size:1.2rem}.international-highlights{grid-template-columns:1fr;gap:25px}.international-card.featured{transform:none}.international-card.featured:hover{transform:translateY(-5px)}.international-stats{grid-template-columns:1fr;gap:20px}.international-stats .stat-number{font-size:2rem}.publications-grid{grid-template-columns:1fr;gap:20px}.books-grid{grid-template-columns:1fr;gap:20px}.book-item,.publication-item{padding:20px 15px}.category-title{font-size:1.5rem}}.home-services-section{padding:0;background-color:transparent;width:100%;max-width:100vw;margin:0;overflow-x:hidden}.home-services-grid-full{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:0;width:100%;max-width:100vw;min-height:600px;overflow-x:hidden}.home-service-box{display:flex;align-items:center;justify-content:center;padding:60px 40px;min-height:300px;position:relative;border:1px solid rgba(0,0,0,.08);transition:all .3s ease}.home-service-box:hover{border-color:var(--theme-green)}.home-service-box-content{max-width:500px;width:100%}.home-service-box-title{background-color:var(--theme-green);color:var(--theme-white)}.home-service-box-title .section-pre-title{color:var(--theme-white);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;opacity:.9}.home-service-box-title .section-title{color:var(--theme-white);font-size:2rem;font-weight:700;line-height:1.3;margin:0 0 30px 0}.home-service-title-button{display:inline-flex;align-items:center;gap:10px;padding:12px 28px;background-color:var(--theme-white);color:var(--theme-green);text-decoration:none;border-radius:30px;font-weight:600;font-size:15px;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.1)}.home-service-title-button:hover{background-color:var(--theme-dark);color:var(--theme-white);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.home-service-title-button svg{transition:transform .3s ease}.home-service-title-button:hover svg{transform:translateX(4px)}.home-service-box-item{background-color:var(--theme-white);transition:all .3s ease;cursor:pointer}.home-service-box-item:hover{transform:translateY(-4px);border-color:transparent;background-color:var(--theme-teal-medium)}.home-service-box-item:hover .home-service-number{opacity:.5;color:var(--theme-white)}.home-service-box-item:hover .home-service-title{color:var(--theme-white)}.home-service-box-item:hover .home-service-description{color:var(--theme-white)}.home-service-box-item:nth-child(2) .home-service-box-content,.home-service-box-item:nth-child(3) .home-service-box-content,.home-service-box-item:nth-child(4) .home-service-box-content,.home-service-box-item:nth-child(5) .home-service-box-content,.home-service-box-item:nth-child(6) .home-service-box-content{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.home-service-box-item:nth-child(2) .home-service-box-content.animated,.home-service-box-item:nth-child(3) .home-service-box-content.animated,.home-service-box-item:nth-child(4) .home-service-box-content.animated,.home-service-box-item:nth-child(5) .home-service-box-content.animated,.home-service-box-item:nth-child(6) .home-service-box-content.animated{opacity:1;transform:translateY(0)}@keyframes homeFadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.home-service-box-item .home-service-number{display:inline-block;color:var(--theme-green);font-size:3rem;font-weight:700;line-height:1;margin-bottom:20px;opacity:.3;transition:all .3s ease}.home-service-box-item .home-service-title{color:var(--theme-dark);font-size:1.3rem;font-weight:700;margin-bottom:15px;line-height:1.3;transition:color .3s ease}.home-service-box-item .home-service-description{color:#666;font-size:15px;line-height:1.7;margin:0;transition:color .3s ease}@media (max-width:1024px){.home-services-grid-full{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);min-height:500px}.home-service-box{padding:50px 35px;min-height:250px}.home-service-box-title .section-title{font-size:1.7rem}.home-service-box-item .home-service-title{font-size:1.2rem}}@media (max-width:768px){.home-services-grid-full{grid-template-columns:1fr;grid-template-rows:auto;min-height:auto}.home-service-box{padding:40px 30px;min-height:250px}.home-service-box-title .section-title{font-size:1.6rem}.home-service-box-item .home-service-number{font-size:2.5rem}.home-service-box-item .home-service-title{font-size:1.1rem}.home-service-box-item .home-service-description{font-size:14px}}@media (max-width:480px){.home-service-box{padding:35px 25px;min-height:220px}.home-service-box-title .section-title{font-size:1.4rem}}