.cigotea-can-section {
  display: flex;
    margin-top: 50px;
}

.cigotea-can-inner {
  margin: 0 auto;
    background-color: #dee9eb;
    padding: 30px;
}


.cigotea-can-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #20204e;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.cigotea-can-heading{
  margin: 0 0 14px;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: center;
}

.cigotea-can-heading-title{
  display: flex;
  justify-content: center;
}

.cigotea-can-heading-title h2{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 30px;
}

.cigotea-can-heading p {
  margin: 0;
  color: #555;
  font-size: 17px;
  font-weight: bold;
}

.cigotea-can-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 50px;
}

.cigotea-can-card {
  position: relative;
  padding: 28px 24px 26px;
  background: #fff;
  border: 1px solid #e6e7f2;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(32, 32, 78, 0.08);
}

.cigotea-can-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #f1f2ff;
  color: #20204e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.cigotea-can-card h3 {
  margin: 0 0 12px;
  color: #20204e;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
}

.cigotea-can-card p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.8;
}

.cigotea-can-do-detail{
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;
}
