﻿/* EPO page */
.epo-card {
    border-radius: 10px;
    align-items: center;
    padding: 15px 20px 20px 20px;
    margin: 40px 0px 20px 0px;
    border: 1px solid rgba(128, 137, 150, 0.2);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(8, 21, 66, 0.05);
}

.epo-card h1 {
    font-weight: bold;
    font-size: 35px;
}

.sub-title-epo {
    font-size: 17px;
    line-height: 34px;
    color: #5d646d;
    display: flex;
    flex-direction: column;
}

.sub-title-epo span {
    font-size: 18px;
    margin: 5px 0px;
}

.list-items-epo {
    color: #5d646d;
}

/* End EPO */
