.main-container {}

.section-container {}

.sub-section-container {}

.section-title {
    letter-spacing: 1px;
    /* line-height: 2vw; */
    color: #303030;
    text-transform: none;
    font-size: 1vw;
    font-family: var(--heading-font-homepage);
    font-weight: 700;
    /* margin-left:1vw; */
    /* position: relative; */
    width: 100%;
    top: 1vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* z-index: 1; */
}

.section-title-wrapper {
    display: flex;
    align-items: center;
    /* height: 2.5vw; */
    width: 100%;
}

.sub-section-image-container {
    display: flex;
    flex-direction: row;
}

.image-container {
    flex: 1;
    /* width:"40%"; */
    position: relative;
    overflow: hidden;
    /* margin:0px 10px; */
    flex-direction: column;
    justify-content: space-between;
}

.image-box {
    overflow: hidden;
    position: relative;
}

@media (max-width: 767.98px) {
    .sub-image-box {
        border-radius: 2vw !important;
        position: relative;
        overflow: hidden;
        /* margin:1vw; */
    }

}

.sub-image-box {
    border-radius: 1vw;
    position: relative;
    overflow: hidden;
    /* margin:1vw; */
}

.main-image {
    position: relative;
}

.bottom-title {
    font-size: 1.5vw;
    color: var(--allCategory-background-color);
    width: 100%;
    background-color: #3030306a;
    position: absolute;
    bottom: 0;
    padding-left: .5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 600px) {
    .section-title {
        font-size: 4vw;
    }

    .bottom-title {
        font-size: 3vw;
    }
}