.key1 {
    display: flex
;
    align-items: start;
    justify-content: center;

    position: relative;
    z-index: 1;
}

.key1 li {
    
    margin: 0vh 4vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.key1 li span {
    width: 9vh;
    height: 9vh;
    background-color: rgba(196, 168, 118, .46);
    border-radius: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    border: .3vh solid #efe1c8;
    padding: .6vh;
    backdrop-filter: blur(1vh);
    box-shadow: 0vh 1vh 3vh rgba(35, 27, 12, .712);
}

.key1 li span div:nth-child(1) {
    border-radius: 100%;
    background-color: #b89c66;
    width: 100%;
    border: .2vh solid wheat;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.key1 li span div:nth-child(1) img {
    width: 5vh;
}
.key1 li span div:nth-child(2) {
    position: absolute;
    opacity: .6;
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.key1 li span div:nth-child(2) img {
    width: 12.5vh;
    position: absolute;
}


.page {
  min-height: 100vh;
  background: url(../images/bg/1.jpg) top / cover fixed no-repeat;
  padding: 20vh 0vh 12vh 0vh;
  background-position-y: -15vh;
}
.page::before {
  content: &#39;&#39;;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), #1b140b);
}
.page__title {

  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 6vh;
  margin: 0 auto;
  margin-bottom: 3vh;
  position: relative;
  z-index: 1;
    font-family: &#39;HeirofLightBold&#39;;
    color: #ede0cb;
    text-shadow: 0vh 1vh 2vh rgba(0, 0, 0, 0.422);
    height: 250px;

   
}
    
    

.inpage_title::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url(https://assets.playnccdn.com/static-nc-home/2.8.0/img/tl/news/icon_update.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}

.ev-card {
    background: linear-gradient(to bottom, #3b2412, #1a0f07);
    border-radius: 10px;
    padding: 40px 10px;
    width: 370px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease;
}
.ev-card:hover {
    transform: translateY(-5px);
}
  .ev-card img {
    width: 200px;
    height: auto;
    margin: 70px 5px 5px 5px;
}

  .ev-card-container {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1200px;

}
  .ev-top {
    background-color: #2a1a0d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
    border-radius: 10px 10px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
  .ev-top .ev-title {
     background: linear-gradient(to bottom, #cbae6d, #f0e68c);
  -webkit-background-clip: text;
  color: transparent; 
font-family: HeirofLightBold; 
font-size: 32px;"
}

.ev-desc {
    text-align:center; color:rgb(225, 184, 72); font-size:32px;
    display: block;
    padding: 20px 0px 40px 0px;
    font-family: HeirofLightBold;
  }

@media only screen and (max-width: 1024px) {
.ev-desc {
    font-size:21px;
  }

.ev-card {
margin: 0 auto;
}

.ev-card .card-text {
margin-top:90px;
}

.ev-card .card-text p span {
font-size:16px !important;
}
}

.header .top .logo {
    width:75vh;
    }
    @media screen and (max-width: 1024px) {
    .header .top .logo {
        width: 45vh;
        margin: 0;
    }
}