#customized {
    padding-bottom: 25px;
}
#customized .heading {
    padding-bottom: 90px;
}
#customized_slider_owl .owl-item .customized_slider_item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height:427px;
}
#customized_slider_owl .owl-item .customized_item_container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity:0.4;
    transition: all 0.4s linear;
    width:65.5%;
    height:324px;
}
#customized_slider_owl .owl-item.center .customized_item_container {
    width:100%;
    height:427px;
    opacity:1;
}
#customized_slider_owl .owl-item .customized_item_container img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: auto;
}
.customized_block {
    text-align:center;
    padding-top:50px;
}
.customized_name {
    font-size:1.42857em; 
    font-weight:bold;
    margin-bottom:16px;
}
.customized_text  {
    font-size:1.07142857em;
    padding-left:50px;
    padding-right:50px;
    color: #757575;
}
.customized_container_shadow {
    position:relative;
}
.customized_slider_shadow {
    width: 100%;
    height: 40px;
    background: radial-gradient(farthest-side at bottom, rgba(112, 112, 112, 0.1), rgba(112, 112, 112, 0));
    position:absolute;
    top:387px;
}