.cms {
    background-color: blue;
}

.cms {
    color: white;
}

.cms h1, .cms h2, .cms h3 {
    font-family: Arial;
    font-size: 14px;
}

.cms article {
    display: inline-block;
    width: 250px;
    height: 400px;
    border: 1px solid black;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin: 20px;
    box-shadow: 4px 15px 20px 0px #0000001c;
}

.cms article .pic-side {
    position: absolute;
    height: 100%;
    width: 100%;
}

.cms article .pic-side img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0.2;
}

.cms article .text-side {
    position: absolute;
    z-index: 997;
    padding: 20px;
    align-items: center;
}

.cms section {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid black;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    min-height: auto !important;
    padding: 40px !important;
}
