.wrkShts001 {
    padding: 50px 0;
    background-color: #fff;
}
.wrkShts001 .headerTitle {
    font-size: 25px;
    line-height: 36px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
    margin: 10px 0;
}
.wrkShts001 p {
    font-family: "Nunito Sans", 'Avenir';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
.wrkShts001 .primary-theme-btn {
    margin: 20px 0;
    cursor: pointer;
}
.wrkShts001 .c2 img {
    width: 100%;
}

@media (min-width: 992px) {
    .wrkShts001 .c1 {
        padding-right: 80px;
    }
    .wrkShts001 .headerTitle {
        font-size: 38px;
        line-height: 46px;
    }
    .wrkShts001 .primary-theme-btn {
        margin-top: 30px;
    }
    .wrkShts001 p {
        font-size: 19px;
        line-height: 29px;
    }
}

@media (min-width: 1279px) {
    .wrkShts001 .c1 {
        padding: 0 80px;
    }
    .wrkShts001 p {
        margin: 30px 0 50px 0;
    }
}
