.container {
    margin-top: 1.5rem !important;
}

.workList [class^="col-"] {
    margin-bottom: 1rem;
}
.titleTextCenter {
    width: 100%;
    padding: 10px;
    text-align: center;
    color: white;
    background: #1f7ce5;
    background: linear-gradient(0deg, rgb(9, 174, 240) 0%, rgb(5, 121, 238) 100%);
    font-weight: bold;
    margin-bottom: 1rem;
}
.titleTextLeft {
    width: 100%;
    padding: 10px;
    text-align: left;
    color: white;
    /* background-color: #1f7ce5; */
    background: #1f7ce5;
    background: linear-gradient(0deg, rgb(9, 174, 240) 0%, rgb(5, 121, 238) 100%);
    font-weight: bold;
    margin-bottom: 1rem;
}
.h6, h6 {
    font-size: 14px;
    color: #5f5858;
}
@media only screen and (max-width: 767px) {
    h3 {
        font-size: 22px;
        font-weight: bold;
    }
}