 .t-popup__container {
    border-radius: 10px;
     }
     .popup {
    position: absolute;
    width: 100%;;
    height: 100%;
    background: #ffffff;
    box-shadow: 4px 5px 15px rgba(35, 32, 87, 0.15);
    border-radius: 10px;
    }
     
         .number {
            position:absolute;
            width: 218px;
            height: 20px;
            font-family: Gotham Pro;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            color: #526EF6; 
            top: 10px;
            left: 15px;
         }
        .titel {
            position:relative;
            width: 218px;
            height: auto;
            font-family: Gotham Pro;
            font-style: normal;
            font-weight: bold;
            font-size: 14px;
            line-height: 20px;
            color: #526EF6;
            margin-top: 35px;
            left: 15px;
        }
        .text {
            position: relative;
            width: 250px;
            height: auto;
            font-family: Gotham Pro;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 22px;
            color: #232057;
            margin-top: 10px;
            left: 15px;
            padding-bottom: 10px;
        }
          .text2 {
            position: relative;
            width: 250px;
            height: auto;
            font-family: Gotham Pro;
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            line-height: 22px;
            color: #232057;
            margin-top: 10px;
            left: 15px;
            padding-bottom: 10px;
        }








@media screen and (min-width: 1px) {
    .t-feed__post-img{
    margin: 0px!important;
    border-radius:20px;
}
}







@media screen and (min-width: 1px) {
    .t-feed__col-grid__post-wrapper{
    border-radius:20px;
}
}







@media screen and (min-width: 1201px) {
    .t-feed__post-imgwrapper{
    margin-bottom: 0px !important;
}
}








@media screen and (min-width: 1px) {
.t-feed__col-grid__content.t-feed__grid-col_paddingsmall {
    padding: 0px !important;
    max-height: 0px !important;
}
}



@media screen and (min-width: 1px) {
.t-feed__post-title, .t-feed__post-descr {
    overflow: hidden; 
   color:transparent !important;
}
}