/* Banner start */
.banner {
    padding-top: 3%;
}

.banner img {
    min-height: 25vh;
}

/* Banner end */

/* Content start  */

.culture .container {
    /* display: flex; */
    margin-top: 2%;
}

.culture .channel-title {
    font-size: 24px;
    color: #000;
    border-bottom: #d5d5d6 1px solid;
    margin: 30px 0 45px 0;
}

.culture .channel-title p {
    margin: 0;
    position: relative;
}

.culture .channel-title p::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 6.5ch;
    height: 2px;
    background: #ff6600;
}

.card {
    border: none;
    border-radius: 0;
    color: #576276;
}

.card .img-wrapper {
    align-content:center;
    text-align: center;
}


.card .card-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.5px;
    position: relative;
    margin: 2% 0;
}

.card .card-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 3ch;
    height: 2px;
    background: #ff6600;
}

.side-img {
    object-fit: contain;
    align-self: self-start;
    padding: 4%;
}

/* Content end  */