.section-what-we-do > div {
    padding: 100px 0 0;
    border-top: 1px solid #000;
}

.section-what-we-do .heading {
    color: #000;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -1.92px !important;
    margin-bottom: 100px;
}

.section-what-we-do .sub-heading {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.32px !important;
    margin-bottom: 20px;
}

.section-what-we-do .elements {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.section-what-we-do .element {
    padding: 32px;
    border-right: 1px dashed #60646C;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.section-what-we-do .element:last-child {
    border: none !important;
}

.section-what-we-do .element-text {
    margin-bottom: 32px;
}

.section-what-we-do .element-text h4 {
    color: #FF795A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin: 0;
}

.section-what-we-do .element-text p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.18px;
    margin: 0;
}

.section-what-we-do .element-icon {
    padding: 40px 0;
    text-align: center;
}

@media screen and (max-width: 1159px) {
    .section-what-we-do .element {
        padding: 20px;
    }

    .section-what-we-do .element-icon {
        padding: 20px 0;
    }

    .section-what-we-do .element-icon img {
        max-height: 180px;
    }
}

@media screen and (max-width: 991px) {
    .section-what-we-do > div {
        padding: 64px 0 0;
    }

    .section-what-we-do .heading {
        font-size: 36px;
        letter-spacing: -1.08px !important;
        margin-bottom: 64px;
    }

    .section-what-we-do .sub-heading {
        font-size: 24px;
        line-height: 24px;
        letter-spacing: -0.24px !important;
        margin-bottom: 24px;
    }

    .section-what-we-do .elements {
        grid-template-columns: 1fr;
    }

    .section-what-we-do .element {
        padding: 16px;
        border-right: none;
        border-bottom: 1px dashed #60646C;
    }

    .section-what-we-do .element-text h4 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -0.18px;
    }

    .section-what-we-do .element-text p {
        font-size: 16px !important;
        line-height: 24px !important;
        letter-spacing: -0.16px !important;
    }
}

@media screen and (max-width: 480px) {
    .section-what-we-do .element-text {
        margin-bottom: 38px;
    }

    .section-what-we-do .element-icon {
        padding: 0 0 24px;
    }

    .section-what-we-do .element-icon img {
        max-height: 160px;
    }
}
