.topic-overview-section {
    margin-top: 10px;
    padding-bottom: 30px;
}

.topic-overview {
    width: 1200px;
}


.w1-overview.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    grid-gap: 10px;
    /* Adjust the value as per your preference */
}



.w3-overview>.topic-overview-logos {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 150px;
    ;
    display: flex;
    justify-content: center;

}

.w3-overview>.topic-overview-box-body {
    background-color: #E8E8E7;
    width: 100%;
    text-align: left;
    padding-left: 10px;
}

.topic-overview-box-body>.topic-overview-title {
    width: 240px !important;
    font-size: 18px;
    font-weight: bold;
    color: #444444;
}

.topic-overview-box-body>.topic-overview-description {
    width: 240px !important;
    font-size: 16px;
    font-weight: normal;
    color: #444444;
    display: flex;
}

.topic-overview-box-body>.topic-overview-chevron-div {
    position: absolute !important;
    right: 0;
    bottom: 0;
}


@media screen and (max-width: 800px) {
    .w1-overview.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}