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: linear-gradient(120deg, #4234bf 0%, #4670f9 93%);
}
.titlupag,
.subtitlu,
.info {
    text-align: center;
    color: #fff;
}
.titlupag {
    font-size: clamp(27px, 2.2vw, 3rem);
    text-transform: uppercase;
}
.subtitlu {
    font-size: clamp(22px, 2vw, 2.5rem);
    font-weight: normal;
}
.contentarea {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    padding: 10px 60px;
}
.dflex {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.col img {
    mix-blend-mode: multiply;
}
.col {
    flex: 1 1;
    padding: 10px;
    min-width: 320px;
    box-sizing: border-box;
}
.detalii {
    align-items: flex-start;
}
.col p {
    font-size: clamp(16px, 1.3vw, 1.3rem);
    line-height: 1.6em;
    color: #2b2b2b;
}
.ofetagenerala {
    box-shadow: 1px 3px 10px #c4bed7;
    border-radius: 10px;
    display: grid;
    place-content: center;
    justify-self: flex-end;
    max-width: 450px;
    margin-left: auto;
    flex: 1 0;
    background: #ffffffa6;
    position: relative;
    overflow: hidden;
}
.ofetagenerala:before {
    content: '';
    width:120px;
    height: 120px;
    position: absolute;
    background: #f06d56;
    border-radius: 100%;
    left:-50px;
    top:-50px;
    z-index: -1; 
    
}
.ofetagenerala:after {
    content: '';
    width:120px;
    height: 120px;
    position: absolute;
    background: #5689f0;
    border-radius: 100%;
    right:-50px;
    bottom:-50px;
    z-index: -1; 
    
}
.rowreversed img {
    max-width: 425px;
    display: block;
    margin: auto;
        
}

.contentarea::before {
    content: '';
    background-image: url("bg25.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}
@media (max-width: 780px) {
.contentarea {
    padding: 10px;
}
.rowreversed {
    flex-direction: column-reverse;
}
.rowreversed img {
    max-width: 80%;
    display: block;
    margin: auto;
}
.ofetagenerala {
    margin: 0;

    width: 100%;
}
.detalii .col {
    box-shadow: 1px 3px 10px #c4bed7;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
}

}