.grid {
    display: grid;
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
}

@media (min-width: 992px) {
    .grid {
        -moz-column-gap: 230px;
        column-gap: 30px;
        grid-template-columns: repeat(12, 1fr);
    }
}


.process {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.process .step-by-step {
    margin-top: 30px;
    align-items: center;
}
.process .step-by-step .container {
    grid-column-start: 1;
    grid-column-end: 7;
}
@media (min-width: 992px) {
    .process .step-by-step .container {
        grid-column-start: 4;
        grid-column-end: 10;
    }
}

.process .item {
    display: flex;
    margin-bottom: 0.8rem;
}
.process .item .graphics {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process .item .graphics .circle {
    width: 1.9rem;
    height: 1.9rem;
    background-color: white;
    border: 8px solid #CBCBE3;
    border-radius: 100%;
}
.process .item .graphics .line {
    width: 0.1875rem;
    height: 6rem;
    background: #CBCBE3;
    border-radius: 10px;
    margin-top: 0.8rem;
}
.process .item:first-of-type .circle {
    border-color: #202039;
}
.process .item:last-of-type .circle {
    border-color: #6f8caa;
}

.process .item .text {
    margin-left: 1.3rem;
    padding-top: 0.3rem;
}
.process .item .text h3 {
    color: #735555;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: start;
    margin-bottom: 0.7rem;
}
.process .item .text p {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0;
}
@media (max-width: 543px) {
    .process {
        margin-top: 0;
    }
    .process .item {
        display: flex;
        margin-bottom: 7px;
    }
    .process .item .text h3 {
        font-size: 14px;
        margin-bottom: 0.7rem;
    }
    .process .item .text p {
        font-size: 12px;
    }
    .process .item .graphics .circle {
        width: 25px;
        height: 25px;
        border-width: 7px;
    }
    .process .item .graphics .line {
        margin-top: 7px;
    }
}

.team {
    margin: 30px 0;
}

.team h1 {
    grid-column: span 12;
}

.team p {
    font-size: 1.3rem;
    grid-column: span 12;
    margin: 30px 0 16px;
}
@media (max-width: 543px) {
    .team p {
        font-size: 12px;
        margin: 3% 0;
    }
}
@media (min-width: 992px) {
    .team p {
        grid-column-start: 3;
        grid-column-end: 11;
    }
}

.team .people {
    grid-column: span 12;
    margin-top: 20px;
    row-gap: 3rem;
}
.team .people .person {
    grid-column: span 3;
    display: flex;
    flex-direction: column;
}
.team .people .person > img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 0.35rem 0.35rem 0 0;
}
@media (min-width: 992px) {
    .team .people .person > img {
        border-radius: 0.35rem;
    }
}

.team .people .person .info {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}
@media (min-width: 992px) {
    .team .people .person .info {
        flex-direction: row;
        margin-top: 1.5rem;
    }
}
.team .people .person .info .text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    flex: 1;
}
.team .people .person .info h3 {
    color: #735555;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 0 0.5rem;
}
.team .people .person .info p {
    font-size: 1.1rem;
    font-weight: 500;
    margin-top: 0;
}
.team .people .person .linkedin {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    margin-bottom: 1rem;
    background: #0066C8;
    padding: 0.3rem;
    border-radius: 0 0 0.35rem 0.35rem;
}
@media (max-width: 543px) {
    .team .people .person .info h3 {
        font-size: 14px;
    }
    .team .people .person .info p {
        font-size: 12px;
    }
}
@media (min-width: 992px) {
    .team .people .person .linkedin {
        height: 1.9rem;
        width: 1.9rem;
        margin-bottom: 0;
        padding: 0;
        border-radius: 100%;
    }
}
.team .people .person .linkedin:hover {
    transition: 100ms;
    transform: scale(1.08);
}
.team .people .person .linkedin img {
    height: 1.7rem;
    border-radius: 100%;
}
@media (min-width: 992px) {
    .team .people .person .linkedin img {
        width: 100%;
        height: 100%;
    }
}

.certifications {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 70px;
}

.certifications img {
    height: 300px;
    width: 300px;
}

.specialise {
    align-items: center;
    margin-top: 4rem;
}

.specialise .text {
    grid-column: span 6;
    text-align: center;
    margin-bottom: 1rem;
    padding: 0;
}
@media (min-width: 992px) {
    .specialise .text {
        text-align: center;
        grid-column: span 12;
        margin-bottom: 0;
    }
}
.specialise h1 {
    grid-column: span 6;
    text-align: center;
    width: auto;
}

.specialise .text p {
    grid-column: span 12;
    font-size: 1.3rem;
    margin: 30px 0 0;
}

@media (max-width: 543px) {
    .specialise h1 {
        grid-column: span 6;
        text-align: center;
        margin-bottom: 5px;
    }
    .specialise .text p {
        font-size: 12px;
        margin: 3%;
    }
}
.specialise .pair {
    display: flex;
    flex-direction: column;
    grid-column: span 6;
    gap: 1rem;
    margin-top: 1rem;
}
@media (min-width: 992px) {
    .specialise h1 {
        grid-column: span 12;
        text-align: center;
        width: auto;
    }
    
    .specialise .pair {
        gap: 2rem;
        grid-column: span 4;
        margin-top: 1rem;
    }
}
.specialise .item {
    width: 100%;
    display: flex;
    height: 5rem;
    align-items: center;
    padding: 0.95rem 1.7rem;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0.35rem;
    background: white;
}
.specialise .item img {
    width: 1.5rem;
    height: 1.5rem;
    -o-object-fit: cover;
    object-fit: cover;
}
.specialise .item h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 0 0 0 1.1rem;
    text-align: start;
}
@media (max-width: 543px) {
    .specialise .item {
        width: 100%;
        display: flex;
        height: auto;
        align-items: center;
        padding: 0.95rem 1.7rem;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 0.35rem;
        background: white;
    }
    .specialise .item img {
        width: 1.2rem;
        height: 1.2rem;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .specialise .item h3 {
        font-size: 12px;
        font-weight: 500;
        margin: 0 0 0 20px;
        text-align: start;
    }
}

.facts {
    padding: 0 1.5rem;
}
@media (min-width: 992px) {
    .facts {
        padding: 0;
    }
}
.facts .item {
    text-align: center;
    grid-column: span 6;
    margin-bottom: 3rem;
}
.facts .item:last-child {
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .facts .item {
        grid-column: span 3;
        text-align: start;
        margin-bottom: 0;
    }
}
.facts .title {
    position: relative;
}
.facts .title h1 {
    color: #6f8caa;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
}
.facts .title h2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: rgba(8, 7, 95, 0.05);
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .facts .title h2 {
        left: 0;
        transform: none;
    }
}
.facts p {
    font-size: 1.3rem;
    margin: 30px 0 0;
}
.facts b {
    font-weight: 500;
}
@media (max-width: 543px) {
    .facts .item {
        margin-bottom: 30px;
    }
    .facts .title h1 {
        font-size: 14px;
    }
    .facts .title h2 {
        font-size: 18px;
    }
    .facts p {
        font-size: 12px;
        margin: 10px 0 0;
    }
}

.vision {
    padding: 0 1.5rem;
    margin-bottom: 2rem;
}
@media (min-width: 992px) {
    .vision {
        padding: 0;
    }
}
.vision h1 {
    grid-column: span 6;
    text-align: center;
    margin-bottom: 2.2rem;
    padding-top: 0;
}

@media (min-width: 992px) {
    .vision h1 {
        grid-column: span 12;
        text-align: center;
    }
}

.vision p {
    grid-column: span 2;
    font-size: 1.3rem;
    margin-top: 1.5rem;
    text-align: start;
}

@media (max-width: 543px) {
    .vision p {
        font-size: 12px;
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    .vision p {
        grid-column: span 4;
        margin-top: 0;
    }
    .vision p:last-of-type {
        grid-column: span 4;
    }
}

.contact {
    margin-bottom: 3rem;
}

.separator {
    margin: 3rem;
}

hr {
    width: 100%;
    max-width: 1440px;
    background: #DBDBF8;
} 
