.mobile_modes_list_title {
    display: none;
}


.mobile_modes_list {
    align-items: center;
}

.summary .description p {
    text-align: left;
}


@media screen and (max-width:992px) {
    .overlay:first-child {
        display: none !important;
    }
    .summorg-input-holder {
        width: 145px !important;
        min-width: auto !important;
    }
}
@media (max-width: 360px) {
    .summorg-input-holder p {
        font-size: 14px !important;
    }
}
@media screen and (max-width:320px) {
    .gradient-hover-effect {
        justify-content: center !important;
    }

} 