﻿.rrethneshsection {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.rrethnesh {
    width: 90%;
    max-width: 1600px;
    height: 450px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr;
    column-gap: 30px;
    grid-row-gap: 30px;
    padding: 30px 5% 0 5%;
}
.rrethnesh img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;

}
.prezantim {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--gri);
    padding: 20px;
    border-radius: 4px;
}
    .prezantim h3,
    .prezantim h4{
        color: var(--blueerret);
        font-size: 1.5rem;
        font-family: 'Open Sans', DMSans-Regular, sans-serif;
        font-weight: 600;
        text-decoration: solid;
        /*margin-top: -55px;*/
        margin-bottom: 20px;
    }
    .prezantim p {
        text-align: left;
        font-size: 1rem;
        font-family: 'Open Sans', DMSans-Bold, sans-serif;
        line-height: 1.63;
        color: #707070;
        margin-bottom: 35px;
        width: 100%;
    }
.pershkrim {
    text-align: left;
    font-size: 1rem;
    font-family: 'Open Sans', DMSans-Bold, sans-serif;
    line-height: 1.63;
    color: #707070;
    width: 90%;
    max-width: 1600px;
    margin: 30px auto;
    align-self: center;
}
.statistika {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
}

@media (max-width: 860px) {
    .rrethnesh{
      height: auto;
    }
    .statistika {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .rrethnesh {
        grid-template-columns: 1fr;
    }
    .pershkrim {
        margin-top: 30px;
    }

}
@media (max-width:340px) {
    .statistika {
        grid-template-columns:  1fr;
    }
}
