/*
Theme Name: Syntax Child Theme
Template: astra
Version: 1.0
*/
@import url("../astra/style.css");

/* Custom styles */
.hero {
  color: white;
  text-align: center;
  padding: 150px 20px;
  background-size: cover;
  background-position: center;
}
.hero .btn {
  background-color: #00bdaa;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  text-decoration: none;
}
.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 80px 20px;
  background-color: #f7f9fc;
}
.services .service {
  flex: 1;
  min-width: 260px;
  max-width: 400px;
  margin: 0 20px;
}
.services h2 {
  color: #1f2667;
}
.cta .btn {
  background-color: #1f2667;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  text-decoration: none;
}
