footer .firstview dd {
    color: orange;
}

.content {
    position:absolute;
    top:3.5rem;
    left:1%;
    width:98%;
    height:89%;
    display:block;
}

.content peoplefixed {
    position:relative;
    display:flex;
    width:100%;
    height:9rem;
    padding-top:0.5rem;
}
.content peoplefixed card {
    height: 100%;
    width: 25%;
    position: relative;
    display: block;
}
.content peoplefixed card a {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}
.content peoplefixed card a img {
    height: 7rem;
    width: 80%;
    position: relative;
    display: block;
    left: 10%;
}
.content peoplefixed card a p {
    position: relative;
    display: block;
    height:2rem;
    width: 100%;
    text-align: center;
}
.content contentlist {
    height: 83%;
    width: 100%;
    position: relative;
    display: block;
    overflow: auto;
    top:1.5rem;
}
.content contentlist concard {
    height: 13rem;
    width: 100%;
    position: relative;
    display: block;
}
.content contentlist concard a {
    height: 13rem;
    width: 100%;
    position: relative;
    display: block;
}
.content contentlist concard a concardhead{
    height: 2rem;
    width: 100%;
    position: relative;
    display: block;
}
.content contentlist concard a concardhead p{
    text-align: center;
    font-size: 1.5rem;
}
.content contentlist concard a concardbody{
    height: 8rem;
    width: 100%;
    position: relative;
    display: block;
}
.content contentlist concard a concardbody p{
    text-align: center;
    font-size: 1.5rem;
}
.content contentlist concard a concardfoot{
    height: 2rem;
    width: 100%;
    position: relative;
    display: block;
}
.content contentlist concard a concardfoot p{
    text-align: center;
    font-size: 1.5rem;
}

