
section#suop--ele___block-content-5 .suop--main_content {
    width: 100%;
}
img.img-content {
    width: 100%;
}
ul.item-5-column > li {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 1%;
}
ul.item-5-column > li img {
    width: 100%;
}
.con-title {
    background-image: linear-gradient(to right, #ff9e1b, #fa5e0e);
}
.con-title h2 {
    margin-bottom: 0px;
}
.con-title p {
    height: 135px;
}
.block-content {
    margin-bottom: 0px;
}
h2.title-content {
    text-align: center;
}
p.detail-content {
    text-align: center;
}

/*section.block-content {
    text-align: center;
}*/


.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
h3.fw-semibold {
    margin-bottom: 0px;
}
.icon{    margin-right: 20px;}

@media(max-width: 480px){
ul.item-5-column > li {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 1%;
}

ul.item-5-column > li img {
    width: 100%;
    height: 100%;
}
h3.htitle.suop--title_1 span {
    font-size: 26px !important;
}


}


@media screen and (min-width: 768px) and (max-width: 1024px){
.con-title h2 {
    margin-bottom: 0px;
    line-height: 24px;
    padding-top: 10px;
    height: 76px;
}
.con-title p {
    height: 200px;
}
ul.item-5-column > li img {
    width: 100%;
    height: 100%;
}

}