.container-services{display:flex;justify-content:space-between;flex-direction:column;height:100%}.content-services{flex:1}.services{max-width:1000px;margin:0 auto;padding:50px 20px}.services-title{text-align:center;font-size:2rem;color:#194f8b;margin-bottom:40px;font-weight:700}.service-card{background:#fff;padding:25px;margin-bottom:25px;border-radius:12px;box-shadow:0 4px 12px rgba(25,79,139,.15);transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 18px rgba(25,79,139,.25)}.service-title{font-size:1.5rem;color:#194f8b;margin-bottom:15px}.service-description{font-size:1rem;color:#444;line-height:1.6;margin-bottom:10px}.service-highlight{font-size:1rem;font-weight:700;color:#194f8b}@media (min-width:601px) and (max-width:992px){.services{padding:40px 25px}.services-title{font-size:1.8rem}.service-card{padding:20px}.service-title{font-size:1.4rem}.service-description,.service-highlight{font-size:1rem}}@media (min-width:991px){.service-card{display:flex;flex-direction:column}}@media (max-width:600px){.services{padding:30px 15px}.services-title{font-size:1.6rem}.service-card{padding:18px}.service-title{font-size:1.2rem}.service-description,.service-highlight{font-size:.95rem}}