.elementor-418 .elementor-element.elementor-element-dfcd84f{margin-top:0px;margin-bottom:0px;}.elementor-418 .elementor-element.elementor-element-884279c > .elementor-element-populated{margin:0px 0px 0px 60px;--e-column-margin-right:0px;--e-column-margin-left:60px;}/* Start custom CSS for html, class: .elementor-element-c4320b4 */*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

body{
  background:#1b1b1b;
  color:#fff;
  display:flex;
  justify-content:center;
  padding:40px;
}

.resume{
  max-width:1200px;
  width:100%;
  background:#222;
  border-radius:26px;
  display:grid;
  grid-template-columns:1fr 1.2fr 1fr;
  padding:40px;
  gap:30px;
}

/* COMMON */
.block{
  background:#2a2a2a;
  padding:22px;
  border-radius:18px;
  margin-bottom:20px;
}
.block h3{
  color:#9aff00;
  margin-bottom:12px;
}
.block p{
  font-size:14px;
  opacity:.8;
}
.list{
  list-style:none;
}
.list li{
  font-size:14px;
  margin-bottom:8px;
  opacity:.85;
}
.highlight li{
  color:#9aff00;
}

/* LEFT */
.left h1{
  font-size:46px;
}
.left span{
  color:#9aff00;
}
.role{
  opacity:.6;
  margin:8px 0 25px;
}

/* CENTER */
.item{
  margin-bottom:16px;
}
.item span{
  font-size:12px;
  opacity:.6;
}
.item h4{
  font-size:15px;
}
.item p{
  font-size:13px;
  opacity:.7;
}

/* RIGHT */
.btn{
  display:block;
  text-align:center;
  padding:12px;
  margin-top:10px;
  border-radius:30px;
  background:#9aff00;
  color:#000;
  text-decoration:none;
  font-weight:600;
}
.btn.outline{
  background:transparent;
  color:#9aff00;
  border:1px solid #9aff00;
}

/* RESPONSIVE */
@media(max-width:900px){
  .resume{
    grid-template-columns:1fr;
  }
}/* End custom CSS */