.spw-icon {
    border: 1px solid;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    background-color: #d0b787;
}
.spw-tool {
    border: 1px solid #d0b787;
    padding: 8px;
    border-radius: 8px;
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spw-tool img {

}