.certificate-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.awards-shadow {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
    padding: 8px;
    border-radius: 5px;
    margin-right: 15px;
}

.labelStyle {
    display: block;
    font-family: 'Roboto', 'sans-serif';
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
    color: #898A9A;
    margin-bottom: 4px;
    font-weight: 300;
}

.label {
    display: block;
    line-height: 16px;
    margin-bottom: 8px;
    margin-bottom: 10px;
}

.main {
    display: block;
    margin-bottom: 20px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.space-between {
    margin-bottom: "7px";
    width: 18vw;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.bold-4{
    font-weight: bolder;
}

.mb-2{
    margin-bottom: 10px;
}

.mb-3{
    margin-bottom: 20px;
}