.ate-permit{
  width:100%;
  background:#E1D59F;
  padding:110px 20px;
  overflow:hidden;
  box-sizing:border-box;
}

.ate-permit *{
  box-sizing:border-box;
}

.ate-permit-wrap{
  max-width:1200px;
  width:100%;
  margin:0 auto;
}

.ate-permit-head{
  max-width:950px;
  margin:0 auto 50px;
  text-align:center;
}

.ate-permit-badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 18px;
  border:1px solid #D89216;
  border-radius:999px;
  color:#D89216;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  margin-bottom:22px;
}

.ate-permit-badge svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
}

.ate-permit-head h2{
  margin:0 auto 18px;
  color:#2C061F;
  font-family:'Cinzel', serif;
  font-size:46px;
  line-height:1.1;
}

.ate-permit-head p{
  margin:0 auto;
  max-width:900px;
  color:#374045;
  font-size:16px;
  line-height:1.7;
}

.ate-permit-card{
  background:#ffffff;
  border-radius:22px;
  padding:46px;
  box-shadow:0 25px 70px rgba(44,6,31,.14);
}

/* IMPORTANT: ONE BY ONE LAYOUT */
.ate-permit-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:46px;
  align-items:start;
}

.ate-permit-item{
  display:grid;
  grid-template-columns:90px 1fr;
  gap:22px;
  align-items:start;
  min-width:0;
}

.ate-permit-icon svg{
  width:82px;
  height:82px;
  fill:none;
  stroke:#2C061F;
  stroke-width:2.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ate-permit-content{
  min-width:0;
}

.ate-permit-content h3{
  margin:0 0 16px;
  color:#374045;
  font-family:'Cinzel', serif;
  font-size:28px;
  line-height:1.15;
}

.ate-permit-content ul{
  margin:0;
  padding-left:20px;
}

.ate-permit-content li{
  color:#374045;
  font-size:16px;
  line-height:1.65;
  margin-bottom:10px;
}

.ate-permit-advice{
  margin:20px 0 0;
  background:#FFF8EA;
  border-left:4px solid #D89216;
  padding:18px 20px;
  border-radius:10px;
  color:#374045;
  font-size:15.5px;
  line-height:1.65;
}

.ate-permit-bottom{
  margin-top:46px;
  border:1px solid rgba(216,146,22,.45);
  background:#FFF8EA;
  border-radius:16px;
  padding:28px 30px;
  display:grid;
  grid-template-columns:90px 1fr 300px;
  gap:26px;
  align-items:center;
}

.ate-permit-bottom-icon svg{
  width:82px;
  height:82px;
  fill:none;
  stroke:#2C061F;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.ate-permit-bottom-text p{
  margin:0;
  font-size:16px;
  line-height:1.65;
  color:#374045;
}

.ate-permit-bottom-text strong{
  color:#D89216;
  font-size:22px;
}

.ate-permit-cta{
  border-left:1px solid rgba(216,146,22,.45);
  padding-left:26px;
}

.ate-permit-cta span{
  display:block;
  color:#374045;
  font-size:17px;
  font-weight:800;
  line-height:1.35;
  margin-bottom:12px;
}

.ate-permit-cta a{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:50px;
  background:#D89216;
  color:#ffffff;
  text-decoration:none;
  border-radius:8px;
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  transition:.3s ease;
}

.ate-permit-cta a:hover{
  background:#2C061F;
  transform:translateY(-2px);
}

@media(max-width:1024px){
  .ate-permit-card{
    padding:36px 28px;
  }

  .ate-permit-bottom{
    grid-template-columns:80px 1fr;
  }

  .ate-permit-cta{
    grid-column:1 / -1;
    border-left:0;
    border-top:1px solid rgba(216,146,22,.45);
    padding-left:0;
    padding-top:20px;
  }
}

@media(max-width:767px){
  .ate-permit{
    padding:70px 16px;
  }

  .ate-permit-head h2{
    font-size:32px;
  }

  .ate-permit-card{
    padding:28px 18px;
  }

  .ate-permit-item{
    grid-template-columns:1fr;
    gap:14px;
  }

  .ate-permit-icon svg{
    width:74px;
    height:74px;
  }

  .ate-permit-content h3{
    font-size:25px;
  }

  .ate-permit-bottom{
    grid-template-columns:1fr;
    padding:22px 18px;
  }

  .ate-permit-cta{
    border-left:0;
    border-top:1px solid rgba(216,146,22,.45);
    padding-left:0;
    padding-top:18px;
  }
}