.mod {
    width: 100%;
    height: unset !important;
    border: unset !important;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0em;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.select-appl.itc-select.w100.input-wrap.mod{
    z-index: 0;
}

.select-info {
    margin-top: -17px;
    background: #0F2D720D;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    color: #0F2D72;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%;
}

.select-info__title {
    color: #0F2D72;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 6px;
}

.select-info a {
    color: #0F2D72;
    text-decoration: unset;
}

.select-info a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .select-info {
        margin-top: 0;
        padding: 16px;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 170%;
    }
    .select-info__title {
        margin-bottom: 2px;
    }
}