/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.career-img {
    margin-top: 80px;
    border-radius: 8px;
}

.career-with-us h1 {
    line-height: 60px;
}

.col img {
    height: 60px;
    margin-bottom: 20px;
}

.cd-number {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

.cd-timeline-content p {
    font-size: 14px;
}

.quick-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.quick-links span{
    margin-right: 30px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 7px;
}

.quick-links a {
    margin-right: 20px;
    border-left: 4px solid white;
    padding-left: 10px;
    margin-bottom: 7px;
    margin-top: 7px;
}

@media (max-width: 768px) {
    .career-img {
        margin-top: 20px;
    }

    .career-with-us h1 {
        line-height: 40px!important;
    }
}
