
:root{--navy:#06111f;--navy2:#0c1d31;--green:#07843e;--green2:#12b35b;--gold:#ffc629;--saffron:#ff8a00;--red:#e92d2d;--white:#fff;--ink:#15201a;--muted:#65736a;--line:#e2e8e3;--soft:#f6faf7}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(90deg,#fff1db,#f8fff0);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.site{width:min(100%,520px);min-height:100vh;margin:0 auto;background:#fff;box-shadow:0 0 45px rgba(13,35,20,.18)}
.header{position:sticky;top:0;z-index:50;background:var(--navy);border-bottom:2px solid var(--saffron)}.brandbar{display:flex;align-items:center;justify-content:space-between;padding:9px 12px}.brand{display:flex;align-items:center;gap:10px;color:#fff}.brand img{width:48px;height:48px;border-radius:14px;border:2px solid var(--gold);object-fit:cover}.brand strong{display:block;font-size:19px;line-height:1.04}.brand span{display:block;margin-top:3px;color:#51ef94;font-size:10px;font-weight:900;letter-spacing:.7px;text-transform:uppercase}.menu-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(180deg,var(--gold),var(--saffron));color:#221000;font-size:20px;font-weight:1000}.nav{display:flex;gap:6px;overflow-x:auto;padding:0 10px 10px}.nav a{flex:0 0 auto;padding:8px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#fff;background:#14233a;font-size:12px;font-weight:900}.nav a.active{background:linear-gradient(180deg,var(--gold),var(--saffron));color:#201000}
.hero{padding:11px 11px 6px}.carousel{overflow:hidden;border-radius:18px;border:2px solid #f5bd28;background:var(--navy)}.track{display:flex;width:300%;animation:slide 14s infinite}.slide{width:33.333%;flex:0 0 33.333%}.slide img{width:100%;aspect-ratio:12/5.2;object-fit:cover}@keyframes slide{0%,27%{transform:translateX(0)}33%,60%{transform:translateX(-33.333%)}66%,93%{transform:translateX(-66.666%)}100%{transform:translateX(0)}}
.search-wrap{padding:7px 11px 10px}.search-box{display:flex;gap:7px;padding:7px;border:1px solid #d9e2db;border-radius:14px;background:#f9fcfa}.search-box input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:8px;font-size:13px}.search-box button{border:0;border-radius:10px;padding:8px 14px;background:var(--green);color:#fff;font-weight:900}
.section-heading{margin:8px 11px;padding:10px 12px;background:linear-gradient(90deg,#f8fff0,#e2e8e3,#f1f1f1);color:#12b35b;font-size:15px;line-height:1.1;text-align:center}.top-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 11px 10px}.top-card{position:relative;text-align:center;padding:11px 5px;border:1px solid #dfe7e1;border-radius:16px;background:linear-gradient(180deg,#fff,#f5faf6);box-shadow:0 7px 20px rgba(20,55,31,.08)}.top-card em{position:absolute;left:6px;top:6px;width:22px;height:22px;border-radius:50%;display:grid;place-items:center;background:var(--gold);font-size:12px;font-style:normal;font-weight:1000}.top-card img{width:62px;height:62px;margin:0 auto 7px;border-radius:17px;border:2px solid var(--gold);object-fit:cover}.top-card b{display:block;font-size:12px}.top-card span{display:block;margin-top:3px;color:var(--green);font-size:11px;font-weight:900}
.tabs{display:flex;gap:6px;overflow-x:auto;padding:0 11px 9px}.tab{flex:0 0 auto;border:1px solid #d3ded6;border-radius:999px;padding:8px 12px;background:#fff;color:#33483a;font-size:11px;font-weight:900}.tab.active{background:var(--green);color:#fff;border-color:var(--green)}.app-list{padding:0 9px 18px}.app-row{display:grid;grid-template-columns:30px 58px 1fr auto;align-items:center;gap:8px;min-height:80px;padding:9px 2px;border-bottom:1px solid var(--line)}.rank{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#fff6ce;border:1px solid #f0c83d;color:#5b4600;font-size:12px;font-weight:1000}.app-row img{width:56px;height:56px;border-radius:15px;border:1px solid #d8e1da;object-fit:cover}.app-copy{min-width:0}.app-copy b{display:block;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-copy span{display:block;margin-top:3px;color:#6a786e;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-copy em{display:block;margin-top:3px;color:#0a9444;font-size:10px;font-style:normal;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.open-btn{display:inline-flex;min-width:68px;justify-content:center;padding:9px 10px;border-radius:10px;background:linear-gradient(180deg,#fa4b37,#d31f15);color:#fff;font-size:10px;font-weight:1000;box-shadow:0 6px 14px rgba(211,31,21,.16)}.home-copy{margin:0 11px 15px;padding:13px;border:1px solid #dfebe2;border-radius:13px;background:#f7fcf8;color:#506057;font-size:12px;line-height:1.65}
.breadcrumb{padding:10px 13px 0;color:#6b786f;font-size:10px}.app-hero{margin:10px 11px 8px;padding:17px;border-radius:20px;background:radial-gradient(circle at 88% 15%,rgba(255,198,41,.24),transparent 28%),linear-gradient(135deg,#071628,#093d2a);color:#fff;border:1px solid rgba(255,198,41,.6)}.hero-line{display:flex;align-items:center;gap:13px}.app-hero img{width:105px;height:105px;border-radius:26px;border:3px solid var(--gold);object-fit:cover}.app-hero h1{margin:0 0 7px;font-size:24px;line-height:1.05}.bonus-pill{display:inline-flex;padding:6px 9px;border-radius:999px;background:var(--gold);color:#281400;font-size:12px;font-weight:1000}.hero-note{margin:11px 0 0;color:#e1f3e7;font-size:11px;line-height:1.5}.facts{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:0 11px 10px}.fact{text-align:center;padding:8px 3px;border:1px solid #e0e7e2;border-radius:11px;background:#fff}.fact b{display:block;font-size:11px}.fact span{display:block;margin-top:2px;color:#7b887f;font-size:8px}.download-main{display:flex;margin:0 11px 9px;min-height:47px;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(180deg,#ff971a,#ee6500);color:#fff;font-size:14px;font-weight:1000;box-shadow:0 8px 18px rgba(238,101,0,.22)}.telegram{display:flex;margin:0 11px 11px;min-height:42px;align-items:center;justify-content:center;border:2px solid #0879dc;border-radius:11px;color:#0879dc;font-size:12px;font-weight:1000}.content-card,.game-card,.why-card,.faq-wrap{margin:0 11px 12px;padding:15px;border:1px solid #dfe8e1;border-radius:14px;background:linear-gradient(180deg,#fff,#fbfffc)}.content-card h2,.game-card h2,.why-card h2,.faq-wrap h2{margin:0 0 9px;color:#087c38;font-size:19px;line-height:1.25}.content-card p{margin:0 0 10px;color:#47574d;font-size:12.5px;line-height:1.72}.content-card p:last-child{margin-bottom:0}.game-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:7px}.game-chip{padding:9px;border-radius:10px;background:#f0f9f2;border:1px solid #d8eadc;color:#245032;font-size:11px;font-weight:900}.why-card ul{margin:0;padding-left:19px}.why-card li{margin:6px 0;color:#4b5a50;font-size:12px;line-height:1.55}.related{margin:0 9px 12px}.related-title{margin:0 2px 5px;padding:9px;border-radius:10px;text-align:center;background:var(--green);color:#fff;font-size:13px;font-weight:1000}.related .app-row{min-height:70px}.related .open-btn{background:linear-gradient(180deg,#47c96e,#169a43)}details{margin-bottom:7px;border:1px solid #dce6df;border-radius:9px;background:#fff}summary{cursor:pointer;padding:10px 11px;color:#26372c;font-size:12px;font-weight:1000;line-height:1.35}details p,details ul{margin:0;padding:0 11px 11px;color:#5c6b61;font-size:11.5px;line-height:1.62}details ul{padding-left:29px}.footer{padding:17px 10px 24px;text-align:center;border-top:2px solid #e7eee9;background:var(--navy);color:#fff}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:6px}.footer-links a{padding:7px 9px;border:1px solid rgba(255,255,255,.17);border-radius:999px;font-size:10px;font-weight:900}.footer p{max-width:410px;margin:10px auto 0;color:#afbcc5;font-size:9.5px;line-height:1.55}.policy{padding:12px}.policy-hero{padding:18px;border-radius:17px;background:linear-gradient(135deg,#073723,#09864a);color:#fff}.policy-hero h1{margin:0 0 7px;font-size:27px}.policy-hero p{margin:0;color:#e8fff1;font-size:12px;line-height:1.65}.policy-card{margin-top:10px;padding:16px;border:1px solid #dce7df;border-radius:14px}.policy-card h2{margin:18px 0 7px;color:#087c38;font-size:18px}.policy-card h2:first-child{margin-top:0}.policy-card p,.policy-card li{color:#4e5d53;font-size:12px;line-height:1.7}.policy-card a{color:#0879dc;font-weight:900}.pending{padding:40px 18px;text-align:center}.pending img{width:120px;height:120px;margin:0 auto 12px;border-radius:28px}.pending h1{font-size:25px}.pending p{color:#68756c;font-size:12px;line-height:1.6}.back-btn{display:inline-flex;margin-top:10px;padding:11px 16px;border-radius:11px;background:var(--green);color:#fff;font-weight:900;font-size:12px}
@media(max-width:370px){.app-row{grid-template-columns:25px 50px 1fr auto;gap:6px}.app-row img{width:50px;height:50px}.open-btn{min-width:60px;padding:8px 7px}.hero-line{align-items:flex-start}.app-hero img{width:88px;height:88px}.app-hero h1{font-size:21px}.top-grid{gap:5px}.top-card img{width:55px;height:55px}}


/* CONTENT SEO V2 */
.content-card p{margin:0 0 10px!important;line-height:1.72!important}.content-card p:last-child{margin-bottom:0!important}.faq-wrap details ul{margin:0 12px 12px 30px;padding:0}.faq-wrap details li{font-size:11.5px;line-height:1.55;color:#46554b;margin:4px 0}.why-card li{line-height:1.55}





/* MOBILE FOLLOW DOWNLOAD V5 START */
.mobile-download-bar{
  display:none;
}
@media(max-width:760px){
  body.app-page-body{
    padding-bottom:84px;
  }
  .mobile-download-bar{
    position:fixed;
    left:50%;
    bottom:max(7px,env(safe-area-inset-bottom));
    transform:translateX(-50%);
    z-index:9999;
    display:flex;
    align-items:center;
    gap:8px;
    width:min(calc(100% - 14px),430px);
    min-height:58px;
    padding:7px 8px;
    border:2px solid rgba(255,255,255,.34);
    border-radius:18px;
    background:linear-gradient(135deg,#062e29,#064c3d);
    box-shadow:0 9px 26px rgba(0,0,0,.32);
    box-sizing:border-box;
  }
  .mobile-download-bar img{
    width:42px;
    height:42px;
    flex:0 0 42px;
    object-fit:cover;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.38);
    background:#fff;
  }
  .mobile-download-copy{
    min-width:0;
    flex:1;
    display:flex;
    flex-direction:column;
    line-height:1.15;
  }
  .mobile-download-copy b{
    overflow:hidden;
    color:#fff;
    font-size:12px;
    font-weight:900;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .mobile-download-copy span{
    margin-top:3px;
    color:#b9d9e8;
    font-size:9px;
    font-weight:700;
  }
  .mobile-download-bar>a{
    flex:0 0 auto;
    min-width:86px;
    padding:11px 14px;
    border-radius:999px;
    background:linear-gradient(135deg,#12dd80,#17c96f);
    color:#03291c;
    font-size:11px;
    font-weight:1000;
    text-align:center;
    text-decoration:none;
    box-shadow:0 6px 15px rgba(18,221,128,.28);
  }
  .mobile-download-bar>a:active{
    transform:scale(.97);
  }
}
@media(max-width:340px){
  .mobile-download-bar>a{
    min-width:74px;
    padding:10px 11px;
  }
}
/* MOBILE FOLLOW DOWNLOAD V5 END */








/* USER CONTENT GAME EXPANSION V8 START */
.app-extra-card{
  margin:0 12px 13px;
  padding:15px 14px;
  border:1px solid #d9e5dc;
  border-radius:12px;
  background:#fff;
  box-shadow:0 7px 19px rgba(18,60,31,.06);
}
.app-extra-card h2{
  margin:0 0 9px;
  color:#087c36;
  font-size:18px;
  line-height:1.28;
}
.app-extra-card h3{
  margin:13px 0 6px;
  color:#183c25;
  font-size:14px;
  line-height:1.3;
}
.app-extra-card p{
  margin:0 0 10px;
  color:#4f5f55;
  font-size:11.5px;
  line-height:1.7;
}
.app-extra-card ul,
.app-extra-card ol{
  margin:6px 0 10px;
  padding-left:20px;
}
.app-extra-card li{
  margin:5px 0;
  color:#263d2d;
  font-size:11px;
  line-height:1.55;
}
.app-extra-card strong{
  color:#075f2e;
}
.game-card .game-intro{
  margin:0 0 10px;
  color:#526158;
  font-size:11px;
  line-height:1.62;
}
.game-card .game-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
.game-card .game-chip{
  min-height:38px;
  display:flex;
  align-items:center;
  line-height:1.25;
}
.game-card .game-note{
  margin:10px 0 0;
  padding:9px 10px;
  border-radius:8px;
  background:#f2faf4;
  color:#31523b;
  font-size:10.5px;
  line-height:1.55;
}
.game-card .game-note strong{
  font-weight:800;
}
@media(max-width:360px){
  .game-card .game-grid{
    grid-template-columns:1fr;
  }
}
/* USER CONTENT GAME EXPANSION V8 END */


/* DATES AND CTA V11 START */
.last-updated{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  margin:7px 12px 5px;
  padding:7px 10px;
  border:1px solid #d8eadf;
  border-radius:9px;
  background:linear-gradient(180deg,#f8fff9,#eef9f1);
  color:#365640;
  font-size:10.5px;
  line-height:1.2;
}
.last-updated .update-dot{
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  flex:0 0 18px;
  border-radius:50%;
  background:#0c984e;
  color:#fff;
  font-size:10px;
  font-weight:1000;
  box-shadow:0 3px 8px rgba(12,152,78,.22);
}
.last-updated strong{
  color:#087c36;
  font-weight:1000;
}
.download-main{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:50px;
  margin:8px 12px 12px;
  padding:13px 18px;
  border:2px solid rgba(255,255,255,.72);
  border-radius:14px;
  background:linear-gradient(135deg,#ff7a00 0%,#ff9d00 42%,#ff4d00 100%);
  color:#fff;
  font-size:14px;
  font-weight:1000;
  letter-spacing:.15px;
  text-align:center;
  text-decoration:none;
  text-shadow:0 1px 1px rgba(90,28,0,.25);
  box-shadow:
    0 9px 20px rgba(255,93,0,.27),
    0 3px 0 #b53600,
    inset 0 1px 0 rgba(255,255,255,.42);
  animation:downloadPulse 2.35s ease-in-out infinite;
  transform-origin:center;
}
.download-main::before{
  content:"↓";
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  flex:0 0 24px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.36);
  font-size:15px;
  line-height:1;
}
.download-main::after{
  content:"";
  position:absolute;
  z-index:-1;
  top:-120%;
  left:-35%;
  width:28%;
  height:340%;
  background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.18),
    rgba(255,255,255,.72),
    rgba(255,255,255,.18),
    transparent
  );
  transform:rotate(22deg);
  animation:downloadShine 2.8s ease-in-out infinite;
}
.download-main:hover{
  background:linear-gradient(135deg,#ff8a00 0%,#ffb000 42%,#ff5a00 100%);
  box-shadow:
    0 12px 25px rgba(255,93,0,.34),
    0 3px 0 #a93200,
    inset 0 1px 0 rgba(255,255,255,.5);
}
.download-main:active{
  transform:translateY(2px) scale(.985);
  box-shadow:
    0 5px 12px rgba(255,93,0,.24),
    0 1px 0 #a93200,
    inset 0 1px 0 rgba(255,255,255,.42);
}
@keyframes downloadPulse{
  0%,100%{transform:translateY(0) scale(1)}
  12%{transform:translateY(-3px) scale(1.015)}
  22%{transform:translateY(0) scale(1)}
  30%{transform:translateY(-2px) scale(1.01)}
  38%{transform:translateY(0) scale(1)}
}
@keyframes downloadShine{
  0%,55%{left:-45%;opacity:0}
  62%{opacity:1}
  82%{left:120%;opacity:1}
  100%{left:120%;opacity:0}
}
@media(max-width:380px){
  .download-main{
    min-height:47px;
    padding:12px 13px;
    font-size:12.5px;
  }
}
@media(prefers-reduced-motion:reduce){
  .download-main,
  .download-main::after{
    animation:none!important;
  }
}
/* DATES AND CTA V11 END */


/* YONO REBRAND V12 START */
.brand{
  min-width:0;
}
.brand div{
  min-width:0;
}
.brand strong{
  max-width:260px;
  font-size:18px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.yono-home-hero{
  display:grid;
  grid-template-columns:128px 1fr;
  gap:14px;
  align-items:center;
  margin:11px;
  padding:17px;
  border:2px solid #f4c52f;
  border-radius:20px;
  background:
    radial-gradient(circle at 90% 5%,rgba(255,220,65,.24),transparent 31%),
    linear-gradient(135deg,#063b2a,#075e3b 58%,#06283b);
  color:#fff;
  box-shadow:0 10px 28px rgba(5,55,36,.18);
}
.yono-home-logo img{
  display:block;
  width:128px;
  height:128px;
  object-fit:cover;
  border-radius:27px;
  border:3px solid #ffe238;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
}
.yono-home-content>span{
  display:inline-block;
  padding:4px 8px;
  border-radius:999px;
  background:#ffdc37;
  color:#2f2300;
  font-size:9px;
  font-weight:1000;
  letter-spacing:.7px;
}
.yono-home-content h1{
  margin:8px 0 7px;
  color:#fff;
  font-size:25px;
  line-height:1.05;
}
.yono-home-content p{
  margin:0;
  color:#dcf6e7;
  font-size:11.5px;
  line-height:1.58;
}
.yono-home-actions{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:11px;
}
.yono-home-actions a{
  padding:8px 10px;
  border-radius:999px;
  background:#fff;
  color:#07582f;
  font-size:10px;
  font-weight:1000;
}
.yono-home-actions a:first-child{
  background:linear-gradient(180deg,#ffdf43,#ffae00);
  color:#2f2000;
}
.yono-home-copy{
  padding:16px;
}
.yono-home-copy h2{
  margin:0 0 9px;
  color:#087c38;
  font-size:20px;
  line-height:1.25;
}
.yono-home-copy h3{
  margin:16px 0 7px;
  color:#173d27;
  font-size:15px;
  line-height:1.3;
}
.yono-home-copy p{
  margin:0 0 10px;
  color:#4d5f54;
  font-size:12px;
  line-height:1.72;
}
.yono-home-copy a{
  color:#0879dc;
  font-weight:900;
}
.yono-keyword-links{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:12px 0;
}
.yono-keyword-links a{
  padding:8px 10px;
  border:1px solid #cfe3d5;
  border-radius:999px;
  background:#fff;
  color:#087c38;
  font-size:10.5px;
  font-weight:1000;
}
.yono-independent-note{
  margin-bottom:0!important;
  padding:10px;
  border-left:4px solid #f2b900;
  border-radius:8px;
  background:#fff8d9;
  color:#5a4a16!important;
}
.policy-card ul{
  padding-left:20px;
}
.policy-card li{
  margin:6px 0;
}
@media(max-width:430px){
  .yono-home-hero{
    grid-template-columns:92px 1fr;
    gap:10px;
    padding:13px;
  }
  .yono-home-logo img{
    width:92px;
    height:92px;
    border-radius:21px;
  }
  .yono-home-content h1{
    font-size:19px;
  }
  .yono-home-content p{
    font-size:10px;
  }
  .yono-home-actions a{
    padding:7px 8px;
    font-size:9px;
  }
}
@media(max-width:345px){
  .brand strong{
    max-width:185px;
    font-size:15px;
  }
  .yono-home-hero{
    grid-template-columns:1fr;
    text-align:center;
  }
  .yono-home-logo img{
    margin:auto;
  }
  .yono-home-actions{
    justify-content:center;
  }
}
/* YONO REBRAND V12 END */


/* YONO CAROUSEL V13 START */
.yono-home-hero{
  display:block;
  margin:11px;
  padding:0;
  border:0;
  border-radius:16px;
  background:transparent;
  box-shadow:0 9px 25px rgba(6,54,35,.15);
  overflow:hidden;
}
.yono-carousel{
  position:relative;
  width:100%;
  overflow:hidden;
  border:2px solid #f1c52f;
  border-radius:16px;
  background:#063d2b;
  aspect-ratio:16/7;
}
.yono-slides,
.yono-slide{
  width:100%;
  height:100%;
}
.yono-slide{
  position:absolute;
  inset:0;
  display:block;
  opacity:0;
  visibility:hidden;
  transition:opacity .55s ease,visibility .55s ease;
}
.yono-slide.is-active{
  opacity:1;
  visibility:visible;
}
.yono-slide img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.yono-arrow{
  position:absolute;
  top:50%;
  z-index:3;
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border:1px solid rgba(255,255,255,.46);
  border-radius:50%;
  background:rgba(2,35,25,.72);
  color:#fff;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(0,0,0,.22);
}
.yono-prev{left:8px}
.yono-next{right:8px}
.yono-dots{
  position:absolute;
  left:50%;
  bottom:9px;
  z-index:3;
  display:flex;
  gap:6px;
  transform:translateX(-50%);
}
.yono-dots button{
  width:8px;
  height:8px;
  padding:0;
  border:1px solid rgba(255,255,255,.85);
  border-radius:50%;
  background:rgba(255,255,255,.38);
  cursor:pointer;
}
.yono-dots button.is-active{
  width:21px;
  border-radius:999px;
  background:#ffdb35;
}
@media(max-width:430px){
  .yono-carousel{aspect-ratio:16/8}
  .yono-arrow{width:30px;height:30px;font-size:20px}
}
@media(prefers-reduced-motion:reduce){
  .yono-slide{transition:none}
}
/* YONO CAROUSEL V13 END */
.home-main-heading {
  margin: 14px 12px 10px;
  padding: 14px 15px;
  border: 1px solid #d9eadf;
  border-radius: 14px;
  background: #fff;
  text-align: center;
}

.home-main-heading h1 {
  margin: 0;
  color: #08783c;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.22;
}


@media (max-width: 480px) {
  .home-main-heading {
    margin: 11px;
    padding: 12px;
  }

  .home-main-heading h1 {
    font-size: 20px;
  }
}