div.swiper-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85 vh;
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    background-color: #f1f1f1;
    margin: 0;
    padding: 0;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 230px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.picture {
    width: 220px;
    height: 300px;
    overflow: hidden;
}

.picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail {
    padding: 25px 20px;
    font-weight: 600;
    text-align: center;
}

h3 {
    margin: 0;
    font-size: 20px;
}

span {
    display: block;
    font-size: 16px;
    color: #f44336;
}
 . n e w s - i m a g e - c o n t a i n e r   { 
         w i d t h :   1 0 0 % ; 
         h e i g h t :   3 0 0 p x ;   / *   o r   a n y   o t h e r   f i x e d   h e i g h t   * / 
         b a c k g r o u n d - c o l o r :   # f 1 f 1 f 1 ;   / *   a   l i g h t   g r a y   b a c k g r o u n d   * / 
         d i s p l a y :   f l e x ; 
         j u s t i f y - c o n t e n t :   c e n t e r ; 
         a l i g n - i t e m s :   c e n t e r ; 
         o v e r f l o w :   h i d d e n ; 
 } 
 
 . n e w s - i m a g e - c o n t a i n e r   i m g   { 
         w i d t h :   1 0 0 % ; 
         h e i g h t :   1 0 0 % ; 
         o b j e c t - f i t :   c o n t a i n ; 
 } 
  
 