.pd_widget_mini {
    margin-top: 24px;
}

.search-pt {
    max-width: 400px;
    padding: 0px 20px;
    margin-bottom: 24px;
}

.search-pt__wrapper {
    background: #f8f8f8;
    border-radius: 56px;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
}

.search-pt__input {
    width: 100%;
    border: none;
    color: #646464;
    background: none;
    padding-right: 10px;
}

.search-pt__icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.page-calc__footnote {
    font-size: 16px;
    color: #e53935;
    padding: 24px 24px 24px 24px;
    line-height: 130%;
}

.page-calc__footnote-link {
    /* 	color: #000; */
}

.page-calc__footnote-link span {
    font-size: 24px;
    color: #e53935;
}

.interlink-services h3 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 24px;
}

.interlink-services-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 40px;
    align-items: flex-start;
}

.interlink-services-wrapper a {
    font-size: 20px;
    line-height: 120%;
    color: #307CC0;
}

