.adv {
    margin-top: 50px
}

.article-div-main {
    min-height: 446px
}

.container-row-main {
    justify-content: center
}

.our-serv-ar {
    text-align: center;
    margin: 100px auto 50px auto
}

.our-serv-ar .col-4 p {
    font-weight: bold
}

.services-why {
    width: 100px;
    height: 100px;
    background-color: #fff;
    border: 2px solid red;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 20px 0
}

.serv-row {
    justify-content: center;
    text-align: center
}

.serv-row>.col-4 {
    text-align: center;
    display: grid;
    place-items: center
}

.training-method {
    text-align: center;
    margin: 100px auto 50px auto
}

.talk-with-expert {
    background: #ffe5e5 0 0 no-repeat padding-box;
    margin-top: 50px
}

.talk-with-expert .row {
    align-items: center;
    justify-content: space-between
}

.talk-with-expert p {
    font-weight: bold
}

.programs-row {
    justify-content: center;
    gap: 20px
}

.programs-row ul {
    margin-top: 20px;
    padding: 0
}

.programs-row li {
    list-style: none;
    display: flex;
    padding: 5px 0;
    gap: 20px;
    box-sizing: border-box
}

.programs-row li::before {
    content: url("https://images.primeagile.com/ibcscorp_com/image/25601/check.png")
}

.we-provide h2 {
    text-align: center
}

.we-provide {
    background: transparent linear-gradient(180deg, #fff 0, #f4fbff 38%, #c7ddec 100%) 0 0 no-repeat padding-box;
    border: 1px solid #707070;
    min-height: 500px;
    display: grid;
    place-items: center;
    padding-bottom: 50px
}

.we-provide .row {
    align-items: center
}

.staffing-strategy {
    margin-top: 100px
}

.staffing-strategy .row {
    align-items: center
}

.download-btn {
    text-align: center
}

.hr-goals {
    margin: 50px auto
}

.hr-cards .article-card {
    border-radius: .25rem;
    background-color: var(--sdcolor);
    transition: transform .3s ease-in-out;
    cursor: pointer
}

.serv-row .col-md-3 {
    text-align: center;
    gap: 20px;
    display: grid;
    place-items: center
}

.col-3-inner-div {
    background: transparent linear-gradient(180deg, #fff 0, #efefef 100%) 0 0 no-repeat padding-box;
    text-align: center;
    display: grid;
    place-items: center;
    box-shadow: 1px 3px 6px #00000029;
    min-height: 300px
}

.bus-flow {
    margin: 50px auto
}

.ctared-download {
    background: #948e8e 0 0 no-repeat padding-box;
    box-shadow: 0 0 20px #085fa941;
    padding: 13.5px 20px;
    border-radius: 10px;
    border: 0;
    color: #fff;
    margin: 25px 0;
    width: 50%
}