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

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

}
/* .service-content-section-2 {
    padding-top: 0px;
} */
.vector-img{
    width: 750px;
}
@media only screen and (max-width: 600px) {
    .service-content-section-2 {
        padding-top: 80px;
    }
  }
