.service-header {
    background-image: url(../images/funding_hd.png);
    background-position: 50% 50%;
    background-size: cover;
    width: 101%;
    height: fit-content;
}

.services-row {
    padding-top: 25%;
}

.service-description-block {
    background-color: white;
    margin-bottom: 15px;
    padding: 15px;
    max-width: 800px;
    min-height: 100px;
}

.service-description-alignment {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    padding-top: 5px;
}

.service-description-text {
    color: var(--mine-shaft);
    font-family: var(--font-family-calibri-light);
    font-size: var(--font-size);
    font-style: normal;
    font-weight: 400;
}

.service-description-text p {
    margin: auto;
}

.right-grey-arrow {
    background-image: url(../images/right-grey-arrow.png);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;

}

.xasa-service-bg-size {
    height: 50px;
    width: 205px;
}

.xasa-service-bg {
    background-image: url(../images/xasa-product-bg.png);
    background-position: 50% 50%;
    background-size: cover;
    margin: auto;
}

.simply-service-bg {
    background-image: url(../images/simply-bee-product.png);
    background-position: 50% 50%;
    background-size: cover;
    margin: auto;
}

.through-our-products-text {
    color: var(--white);
    font-family: var(--font-family-myriadpro-bold);
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 60.0px;
    white-space: nowrap;
}

.text-size {
    max-width: 700px;
    padding-left: 15px;
}

.arrow-size {
    height: 33px;
    width: 16px;
    margin-left: 15px;
    margin-right: 5px;
}

.business-support-container{
    
}