       
        .gs-special-t .t-m .cards {
            display: flex;
            flex-wrap: wrap;
            width: 100%;
        }
        .gs-special-t .t-m .card .top{
          position: relative;
        }
        .gs-special-t .t-m .card .top .overlay{
            font-weight: bolder;
            background: #000000b0;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            left: 5px;
            top: 10px;
            width: calc(100% - 20px);
            height: calc(100% - 24px);
            color: #FFC20E;
            border-radius: 10px;
            font-size: 30px;
        }
        .gs-special-t .t-m .card{
            background: #00000059;
            overflow: hidden;
            backdrop-filter: blur(10px);
            border-radius: 10px;
        }
        .gs-special-t .t-m .card .bottom{
          padding:0px 10px 10px 10px;
        }
        .gs-special-t .t-m .card .top{
          padding: 10px;
        }
        .gs-special-t .t-m .card .top img{
          width: 100%;
          border-radius: 10px;
        }
        .gs-special-t .t-m .card .bottom h1{
          margin: 0px;
          margin-bottom: 10px;
          font-size: 20px;
		  font-weight:500;
        }
        .gs-special-t .t-m .card .bottom .buttons{
          display: flex;
          margin-top: 5px ;
          margin-bottom: 5px;
        }
        .gs-special-t .t-m .card .bottom .buttons a{
          padding:  5px;
          background: #FFC20E;
          border-radius: 5px;
          margin-right:5px;
          font-size: 15px;
		  font-weight:bolder;
          width: 50%;
          text-align: center;
          font-weight: 600 !important;
          transition: all ease-in 0.1s;
          color: #000;
        }
        .gs-special-t .t-m .card .bottom .buttons a:hover{
          transform: scale(1.1);
        }
        
        .gs-special-t .t-m .card .bottom .buttons a.btn-primary{
          background: #222;
          color: #ccc;
        }
        .gs-special-t .t-m .card .bottom .buttons a.btn-secondary{}
        
       