Newer
Older
.appraisals{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
height: 36px;
background-color: #fff;
}
.appraisals div{
width: 50%;
text-align: center;
position: relative;
}
.appraisalsItem > div{
margin-bottom: 10px;
}
.appraisals-title{
position: relative;
color: #e42417;
}
.appraisals-title::after{
content: '';
position: absolute;
width: 100%;
height: 2px;
background-color: #e42417;
bottom: -10px;
left: 0px;
}
.top-row{
color: #577ab9;
font-size: 1.6rem;
}
.top-col{
background-color: #fff;
margin: .5rem;
display: flex;
align-items: center;
justify-content: center;
}
img{
width: 2rem;
}
}