#updates {
   max-width: 710px;
   box-sizing: border-box;
   background: rgba(255, 255, 255, 0.8);
   padding: 60px 20px;
   border-radius: 30px;
   backdrop-filter: blur(4px);
}

.updates-content {
   display: flex;
   position: relative;
   width: 100%;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   align-content: center;
   gap: 25px;
   text-align: center;
}

.updates-content p {
   display: block;
   width: 100%;
   max-width: 434px;
   margin: 0 auto;
   font-size: 16px;
   line-height: 22px;
}

.updates-content h2 {
   display: block;
   width: 100%;
   font-size: 24px;
   line-height: 1;
}

.updates-content h3 {
   display: block;
   width: 100%;
   font-size: 22px;
   line-height: 1;
}

.updates-content .buttons {
   display: flex;
   position: relative;
   width: 100%;
   max-width: 225px;
   margin: 10px auto 0px auto;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   align-content: center;
   gap: 10px;
}

.updates-content .buttons a {
   display: flex;
   position: relative;
   width: 100%;
   justify-content: center;
   align-items: center;
   align-content: center;
   gap: 5px;
}

.updates-content .buttons a:hover span {
   background: #000;
}

.updates-content .buttons span {
   display: flex;
   position: relative;
   height: 48px;
   justify-content: center;
   align-items: center;
   align-content: center;
   color: #fff;
   background: #118a6e;
   font-family: 'Lotus_Regular';
   flex: 1;
   border-radius: 12px;
   transition: 0.3s;
}

.updates-content .buttons a .icon {
   display: flex;
   position: relative;
   width: 48px;
   height: 48px;
   border-radius: 12px;
   box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
   justify-content: center;
   align-items: center;
   align-content: center;
   flex-shrink: 0;
   background: #fff;
}

.updates-content .buttons a .icon img {
   display: block;
   width: 30px;
   height: 30px;
   margin: 0;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
   .popup#updates {
      height: auto;
   }
}
