html,
body {
 height: 100%;
}

body {
 background: url(../images/italian-bg.jpg) center center no-repeat;
}

.container-panel {
 display: flex;
 align-items: center;
 height: 100%;
 flex-direction: row-reverse;
 flex-wrap: nowrap;
 position: relative;
}

.container-panel h2 {
 color: #fff;
 text-align: center;
 margin-bottom: 90px;
 font-size: 83px;
 font-weight: bold;
 text-transform: uppercase;
}

.product-panel {
 padding: 70px 30px 60px;
 background-color: #fff;
 border-radius: 30px;
 text-align: center;
 color: #3f5d86;
}

.product-panel img {
 margin-bottom: 15px;
}

.product-panel h3 {
 margin-bottom: 0;
 font-size: 36px;
 text-transform: uppercase;
}