﻿.circular-square {
    width: 150px;
    height: 150px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.circular-square-small {
    width: 62px;
    height: 62px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}

.circular-square-small-overlap {
    width: 62px;
    height: 62px;
    display: block;
    position: absolute;
    z-index: 501;
    left: 0px;
    top: 0px;
}

.font-accent {
    color: #e34940;
}
