/* Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

.trusted_by_section {
    background-color: #000;
    color: #FFF;
}
.trusted_by_head {
    font-size: 3.625rem;
}
.trusted_by_globe {
    width: 30rem;
}
.trusted_by_col_subhead {
    font-size: 2.313rem;
}
.trusted_by_col {
    border-top: 1px solid white;
    margin-top: 1rem;
}
.infrastructure_section {
    background-color: #F1F9FE;
}
.infrastructure_head {
    font-size: 2.5rem;
}
.infrastructure_desc {
    line-height: 26px;
}
.infrastructure_col {
    margin-top: 3rem;
}
.point_of_sale_head {
    font-size: 4.25rem;
}
.point_of_sale_image {
    width: 31.125rem;
}
.point_of_sale_section {
    background-color: #076B2F;
    color: #fff;
}
.point_of_sale_head {
    margin-top: 0;
}
.point_of_sale_login_text {
    margin-top: 2rem;
    font-size: 13px;
}
.point_of_sale_login_text a {
    font-size: 13px;
}