body {
    font-family: Arial, sans-serif;
    box-sizing: border-box;
}
.pagecontainer {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    min-width: 100px;
    
}
.page-headding {
    display: block;
    padding: 140px 20px 50px;

    background-image: -o-linear-gradient(30deg, #523fff 0%, #750ed5 93%);
    background-image: linear-gradient(60deg, #523fff 0%, #750ed5 93%);
}
.titlupag,
.subtitlu,
.text-info {
    text-align: center;
    color: #fff;
}
.titlupag {
    font-size:clamp(27px, 2.2vw, 3rem); 
}
.subtitlu {
    font-size: clamp(22px, 2vw, 2.5rem); 
    font-weight: normal;
}
.text-info {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-style: italic;
}
.lista-oferte {
    display: block;
    position: relative;
    width: 100%;
    min-width: 200px;
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 30px 10px ;
}
.oferta {
    display: flex;
    padding: 10px 20px;
    box-shadow: 3px 5px 15px #514c6852;
    border-radius: 10px;
    margin: 0 auto 25px;
    flex-direction: column;
    width: 100%;
    min-width: 100px;
     background: rgb(232,232,232);
background: linear-gradient(163deg, rgb(231, 236, 240) 0%, rgba(255,255,255,1) 50%); 
    box-sizing: border-box;
    transition: 0.3s;
}
.oferta:hover {
   box-shadow: 0px 0px 15px #007bffab;
transform: scale(1.01);
}
.element-lista {
    display: flex;
    justify-content: space-between;
    color: #393939;
    border-bottom: dotted 1px #acacac;
     margin: 10px 0;
    
}
.elem-title {
    font-size:clamp(18px, 2vw, 1.5rem);
    margin: 10px 0 10px;
    color: #474eb9;
   
}
.elem-decription {
    display: block;
   
    flex: 1 1;
}
.element-lista,
.oferta-pret {
       font-size:clamp(15px, 1.5vw, 1.3rem); 
}
.oferta-pret {
    white-space: nowrap;
    flex: 0 1%;
    margin-left: 15px;
     font-style: italic;
    font-weight: bold;
    color: #4888d0;
    
}
.info-detalii {
    color: #727272;
    padding: 10px;
    font-size:clamp(16px, 1.3vw, 1.3rem);
}