/* Your Custom CSS Goes here */

.xero-btn {
    margin-top: 20px;
    background-color: #0B7CA1;
    border-color: #0B7CA1
}

.description-block {
    display: flex;
    align-items: center;
    justify-content: center;
}

.description-block div {
    width: 40%;
}

.descritpion-image {
    display: flex;
    justify-content: end;
}

.descritpion-image img{
    width: 80%;
}

.no-border {
    border: 0px !important;
}

.red-border {
    border-color: #f44336;
}

.normal-border {
    border-color: #e3e6ea;
}