.articletitle{
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    display: inline-block
}
.articledescr{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    height: 240px;
    overflow: hidden;
    margin: 0 auto;
}
.aflamaimultebannerprod {
    background: #111826;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: solid 5px #fff;
    border-radius: 100px;
}
.aflamaimultebannerprod:hover{color: #fff}
.bgorangeblog {
    background: #e7622a;
    width: 90%;
    margin: -20px auto 0;
    padding: 30px 30px 16px;
    border-radius: 0 0 30px 30px;
}
.imgblog{
    border-radius: 20px;
    border: solid 7px rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(17, 24, 38, 0.5);
}
.boximgblog{
    position: relative;
    padding: 10px;
    margin-top: 50px;
}
.itembanner{
    margin-top: 50px;
}
.articoleblog {
    margin: 0 10px;
}
.rowarticoleblog{
    display: grid;
    grid-template-columns: repeat(3, calc(33.3% - 20px));
    gap: 30px;
}
.bgblog {
    background: url(../image/bgparteneri.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px;
    border-radius: 30px;
}
.aflamaimulteblog {
    position: relative;
    z-index: 1;
    height: 56px;
    border: solid 5px #fff;
    border-radius: 20px;
    background: #e7622a;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    displaY: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.41);
    margin-top: 60px;
}
.aflamaimulteblog:hover{
    color: #fff;
}