.b-icon-btn-square-green {
    display: flex;
}
.b-icon-btn-square-green a.b-icon-btn-square-green-link {
    background-color: #01a000;
    border: 3px solid#01a000;
    color:#ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    min-width: 300px;
    transition: .3s;
}
.b-icon-btn-square-green a.b-icon-btn-square-green-link:hover {
    transition: .3s;
    opacity: .8;
}
.b-icon-btn-square-green a.b-icon-btn-square-green-link .b-icon-btn-square-green-link-icon {
    height: 24px;
    margin-left: 1rem;
}
.b-icon-btn-square-green a.b-icon-btn-square-green-link .b-icon-btn-square-green-link-icon img {
    height: 100%;

}