horizListFlex.less 323 Bytes
@charset "UTF-8";

.horiz-list-flex-box {
	.container-box {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        background-color: #ffffff;
        margin: 0 auto;
        padding: 25px 0 30px 0;
        width: 690px;
        height: auto;
        border-radius: 12px;
    }
}