.risk-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.risk-item{
    width: 25%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 12px 0;
}
.risk-item .risk-img{
    height: 45px;
    width: 45px;
}
.risk-item .risk-title{
    text-align: center;
    color: grey;
    font-size: 14px;
}

.find-container{
    background-color: white;
    border-radius: 15px;
    padding: 10px;
    margin: 10px 0;
}
.find-container .find-container-head{
    background-image: linear-gradient(to right, #f6941c, #ffffff);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2px;
}
.find-container .find-container-head .title1{
    font-weight: 900;
    font-size: 15px;
    padding: 10px;
}
.find-container .find-container-head .title2{
    color: grey;
    font-size: 12px;
    padding: 10px;
}

.item {
    width: 100%;
    height: 90px;
    position: relative;
    display: flex;
    margin: 2px 2px;
    border-bottom: 1px solid rgb(197, 199, 199);
}

.item:first-child {
    margin-top: 0;
}

.item .number-wrapper {
    width: 70%;
    height: 100%;
    padding-top: 2px;
    padding-left: 2px;
}

.item .img {
    width: 25%;
    height: 80%;
    padding: 8px 8px 8px 8px;
}

.number-wrapper .title {
    font-size: 15px;
    overflow: hidden;
}

.number-wrapper .tag-wrapper {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #616161;
}

.grid-container{
    display: grid;
    grid-template-columns: auto auto auto auto;
    font-size: 14px;
}
.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(207, 207, 207, 0.8);
    padding: 8px;
    text-align: center;
}
.head {
    font-weight: bold;
    background-color: rgba(207, 207, 207, 0.8);
}
.blue {
    color: #2f75ea;
}
.red {
    color: red;
    font-weight: 700;
}
.green {
    color: green;
    font-weight: 700;
}
.grey {
    color: grey;
}

.find-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.bottom-tab{
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(207, 207, 207, 0.8);
    background-color: white;
    padding: 5px;
    width: 80px;
}
