@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Raleway:wght@300;400;600&display=swap");:root{--primary-color:#2c3e50;--secondary-color:#e74c3c;--accent-color:#3498db;--light-color:#ecf0f1;--dark-color:#2c3e50}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Raleway,sans-serif;color:var(--dark-color)}h1,h2,h3,h4{font-family:Merriweather}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{display:inline-block;padding:10px 20px;background-color:var(--secondary-color);color:white;border:none;border-radius:4px;cursor:pointer;transition:all .3s ease}.btn:hover{background-color:#c0392b}.section-title{font-size:2.5rem;margin-bottom:2rem;text-align:center;position:relative}.section-title:after{content:"";display:block;width:100px;height:3px;background:var(--secondary-color);margin:10px auto}body{overflow-x:hidden}img,svg{max-width:100%;height:auto}