:root {
    --blue: #337CCF;
    --black: #040D12;
 }
.service-vector{
    padding: 80px 0;
}
.vector-section-heading {
    font-size: 45px;
    color: var(--black);
    font-weight: 700;
    margin-bottom: 80px;

}
.vector-section-heading  span{
    color: var(--blue);

}
.seo-circle-text{
    font-size: 32px;
    line-height: 42px;
    color: var(--black);
    font-weight: 700;
    padding-top: 45%;
    width: 200px;
    text-align: center;
    margin: auto;
}
.seo-circle-text span{
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    font-weight: 400;
}
.row.vector-row {
    display: flex;
    justify-content: center;
}
.col-md-6.vector-col {
    text-align: center;
}
.center-circle {
    border: 25px solid var(--blue);
    width: 500px;
    border-radius: 50%;
    height: 500px;
    margin: auto;
}
.service-content-section-2{
    padding-top: 0px;
}
.contact-section-heading{
    margin: 30px;
}
.pricing-section{
    padding-top: 80px;
}
