@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
}

.title {
  font-size: 60px;
  font-weight: bold;
  margin: 0;
}

.subtitle {
  margin-top: 0px;
  font-size: 20px;
}

.price {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 32px;
}

.infotitle {
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 32px;
}

.infotitle2 {
  font-size: 20px;
  font-weight: bold;
}

.infotitlestat {
  font-size: 20px;
  margin-bottom: 8px;
  color: #2e2a24;
}

.infovalue {
  font-size: 32px;
  font-weight: bold;
}

.infodesc {
  font-size: 18px;
  margin: 0 20% 24px 20%;
  color: #4b5563;
}

.infodescription {
  color: #4b5563;
}

.infopart {
  text-align: center;
  margin: 0 10% 0 10%;
}

.sec1,
.sec2,
.sec3,
.sec4,
.sec5 {
  padding: 64px 0;
  text-align: center;
}

.sec5 {
  margin-bottom: 10%;
}

.sec3,
.sec5 {
  background-color: #f0f9ff;
  margin-left: 10%;
  margin-right: 10%;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
}

.infobtn {
  display: inline-block;
  background-color: #1D4ED8;
  color: white;
  padding: 16px 32px;
  border-radius: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.infobtn:hover {
  background-color: #2563EB;
}

.infopart {
  display: flex;
  flex-direction: row;
}

.infoitem {
  text-align: center;
  padding: 32px;
}

.infochunk {
  padding: 32px;
}

.vcimg {
  display: block;
  height: 60px;
}

.icon {
  height: 36px;
  color: #1D4ED8;
}

.info1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
}
