.services_whatwedo
{
    background: #f0f6f9;
}
.services_whatwedo_card
{
    background: linear-gradient(-14deg, rgb(97 159 200 / 10%) 0%, rgb(23 121 163 / 10%) 68%, rgb(103 202 236 / 0%) 100%);
    padding: 15px 20px;
    margin: 10px 0;
    border: 1px solid #45b7e266;
    border-radius: 10px;
}
.services_whatwedo_card_head
{
    position: relative;
}
.services_whatwedo_card_head .icon
{
    width: 50px;
    height: 50px;
    text-align: center;
    background: #9ec7fe;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 21px;
}
.services_tag
{
    font-size: 10px;
    background: #fff;
    margin-right: 9px;
    padding: 2px 8px;
    border-radius: 15px;
    margin-top: 6px;
}
.services_whatwedo_card_head .text p
{
    font-weight: 600;
}
.services_whatwedo_card_body_card
{
    background: #b1c9d8;
    padding: 13px 15px;
    border-radius: 10px;
    width: 100%;
}
.services_whatwedo_card_body_card label
{
    font-size: 26px;
    font-weight: bold;
}
.services_whatwedo_card_body_card p
{
    margin: 0;
    font-size: 14px;
}
.services_whatwedo_card_footer .icon
{
    color: #4aa6df;
    font-size: 14px;
}
.services_whatwedo_card_footer .text
{
    font-size: 12px;
    font-weight: 500;
}
.services_Platforms
{
    position: relative;
}
.services_Platforms_card
{
    background: linear-gradient(-14deg, rgb(97 159 200 / 10%) 0%, rgb(23 121 163 / 10%) 68%, rgb(103 202 236 / 0%) 100%);
    padding: 15px 20px;
    margin: 10px 0;
    border: 1px solid #45b7e266;
    border-radius: 10px;
}
.services_Platforms_card .icon
{
    width: 50px;
    height: 50px;
    text-align: center;
    background: #9ec7fe;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 21px;
}
.services_Platforms_card .head
{
    font-size: 24px;
    font-weight: bold;
}
.services_Platforms_card .text
{
    font-size: 12px;
}