.custom-service-icon{
    font-size: 3rem;
    color: #5400F4;
}
.icon-row{
    display: flex;
}

.my-bt {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    margin-top: 30px;
    background: #490eea;
    color: #fff;
    padding: 0 40px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 56px;
    box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.16);
}
