* {

    font-family: "Inter-Regular", "Arial", sans-serif;

}

a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}

small {
width: 44%;
    font-size: 0.795rem;
    line-height: 1.125rem;
    font-family: "Inter-Regular", "Arial", sans-serif;
    color: #232323;
    font-weight: 200;
    text-decoration: none;
}
.search-text p{

    font-size: 0.975rem;
    line-height: 1.425rem;
    font-family: "Inter-Regular", "Arial", sans-serif;
    color: #575757;
    font-weight: 200;
    text-decoration: none;
}

.search-link a{
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0;
    margin: 0 0 14px 0;
    font-size: 0.975rem;
    line-height: 1.125rem;
    font-family: "Inter-Regular", "Arial", sans-serif;
    color: #050081;
    font-weight: 200;
    text-decoration: none;
    width: 48%;
    text-align: center;
    border-radius: 2px;
}


