.most-common {
    margin-top: 20px;
    width: 100%;
}
.title-most-common {
    display: flex;
    justify-content: flex-start; /* Adjusted to 'flex-end' for right alignment */
    align-items: center;
    padding-right: 5px;
}

.title-most-common .circle {
    width: 14px;
    height: 14px;
    background-color: #2c7be5;
    border-radius: 50%;
    margin-left: 8px;
    position: relative;
}

.title-most-common .circle::before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    background-color: #2c7be580;
    border-radius: 50%;
    top: 50%; /* Adjusted top to 50% for vertical centering */
    left: 50%; /* Added left to 50% for horizontal centering */
    transform: translate(-50%, -50%); /* Used transform to center the circle */
}

.title-most-common h6 {
    color: #2c7be5;
    font-weight: 600;
    line-height: 1; /* Adjusted line-height */
    margin: 0; /* Added to remove any default margin */
}

.slider-content {
    margin-top: 10px;
    width: 99%;
}

.slider-content {
    border-radius: 12px;
}
.slider-content img {
    width: 100%;
    height: 175px;
    border-radius: 12px;
}
