.heroCorp003 .contentCont .title {
    margin-bottom: 20px;
}

.heroCorp003 .testimonialCont p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.heroCorp003 .testimonialCont .author {
    display: flex;
    flex-direction: column;
}

.heroCorp003 .cardContOuter {
    margin: 20px 0;
}

.heroCorp003 .cardContOuter .cardInner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.heroCorp003 .cardContOuter .cardInner h3 {
    font-size: 26px;
    line-height: 32px;
}

.heroCorp003 .cardContOuter .cardInner p {
    margin: 0;
}

@media (min-width: 768px) {
    .heroCorp003 p {
        font-size: 17px;
        line-height: 24px;
    }

    .heroCorp003 .description,
    .heroCorp003 .testimonialCont p {
        font-size: 24px;
        line-height: 29px;
    }
}

@media (min-width: 1120px) {
    .heroCorp003 .contentCont .title {
        font-size: 48px;
        line-height: 58px;
    }
}

@media (min-width: 1200px) {
    .heroCorp003 .contentCont .title {
        font-size: 41px
    }
}
@media (min-width: 1280px) {
    .heroCorp003 .cardContOuter {
        margin: 50px 0;
    }

    .heroCorp003 .cardContOuter .cardInner h3 {
        font-size: 34px;
        line-height: 42px;
    }
}


@media (min-width: 1400px) {
    .heroCorp003 .contentCont .title {
        font-size: 50px;
        line-height: 62px;
    }
}

@media (min-width: 1500px) {
    .heroCorp003 .contentCont .title {
        font-size: 56px;
        line-height: 64px;
    }
}
