﻿#header {
width:100%;
}
div#request {
    display: flex;
    padding: 40px;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
span#submit {
    color: var(--Midnight, #191C1F);
    /* Mid-size text */
    font-family: "Segoe UI", "Helvetica";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
span#specialist {
    color: var(--Midnight, #191C1F);
    /* Standard Size */
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#callTxt {
    color: var(--Midnight, #191C1F);
    /* Mid-size text */
    font-family: "Segoe UI", "Helvetica";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#phoneNum {
    color: var(--Dusk, #00419E);
    /* Standard Size */
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#callDesc {
    color: var(--Midnight, #191C1F);
    /* Standard Size */
    font-family: "Segoe UI", "Helvetica";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}
div#call {
    display: flex;
    padding: 40px;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
div#calldiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
}
#calldiv > svg {
    justify-content: center;
    align-items: center;
}