
#vendor-support .info-icon {
    margin-top: 40px;
    text-align: center;
    color: orange;
}

#vendor-support .info-header {
    margin-top: 20px;
    text-align: center;
    color: rgb(42,93,138);
}

#vendor-support .info-text {
    padding: 20px 20%;
    font-size: 1.3em;
    color: grey;
    text-align: left;
}

#vendor-support .column {
    text-align: center;
}

#vendor-support .section-header {
    color: rgb(42,93,138);
    margin: 50px auto;
    padding: 0 10%;
    text-align: center;

}

#vendor-support .about-stat .about-icon {
    width: 100px;
    height: auto;
    color: rgb(42,93,138);
}

#vendor-support .about-stat .val {
    font-weight: bold;
    font-size: 2em;
    display: block;
    color: #0b3e6f;
    margin-top: 30px;
}

#vendor-support .about-stat .type {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    color: slategray;
    margin-top: 30px !important;
}

#vendor-support .apply-now-btn {
    margin: 30px auto;
    padding: 20px 50px;
    text-align: center;
}


#vendor-support #text-column {
    background-color: #3B77A8;
    height: 500px;
    color: white;
    font-size: 1.3em;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 0 10%;
}

#vendor-support #image-column {
    overflow: hidden;
    padding: 0 !important;
    height: 500px;
    position: relative;
    text-align: center;
}

#vendor-support #image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
