/* hero css */
.industries-hero__bg__span {
    transform-origin: bottom left;
    background: var(--t1-color);
    height: 100%;
    display: block;
    width: 100%;
    position: absolute;
    z-index: 0;
    transform: skewY(-11deg);
}
.standard-equipment-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--w-color);
    min-height: 502px;
    z-index: 0;
}
.standard-equipment-hero .standard-equipment-hero-header-txtContent {
    max-width: 519px;
}
.standard-equipment-hero-header-txtContent h6 {
    font-family: var(--ff-cp-medium);
    color: var(--s1-color);
    font-size: 18px;
    line-height: 23px;
    margin: 6px 0px 18px 0px;
}
.standard-equipment-hero-header-txtContent h1 {
    color: var(--p-color);
    width: 100%;
    font-family: var(--ff-cp-medium);
    padding-top: 10px;
    letter-spacing: -0.04em;
}
.standard-equipment-hero-header-txtContent p {
    font-family: var(--ff-body);
    color: var(--p-color);
    margin-top: 18px;
}
.standard-equipment-hero .standard-equipment-hero-header-content {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
/* hero css ends */

/* half image half text css */
.half-image-half-text {
    padding: 154px 0px 51.5px 0px;
}
.half-image-half-text .half-text-content-wrapper {
    max-width: 511px;
}
.half-image-half-text .half-image-half-text-contents-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 55.5px;
}
.half-image-half-text .half-image-half-text-contents-container:nth-of-type(even) {
    flex-direction: row-reverse;
    padding-top: 55.5px;
    max-width: 1101px !important;
    margin-left: auto;
    margin-right: auto;
}
.half-text-content-wrapper .half-text-heading h2 {
    font-family: var(--ff-cp-medium);
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.03em;
    color: var(--p-color);
    margin-top: 20px;
    margin-bottom: 23px;
}
.half-text-content-wrapper .half-text-description p {
    color: var(--p-color);
    margin-top: 0;
    margin-bottom: 22.5px;
}
.half-text-content-wrapper .half-text-lists ul {
    list-style: none;
    padding-left: 34px;
}
.half-text-content-wrapper .half-text-lists ul li {
    font-family: var(--ff-cp-medium);
    color: var(--p2-color);
    font-size: 18px;
    letter-spacing: -0.02em;
    margin: 11px 0px;
    position: relative;
}
.half-text-content-wrapper .half-text-lists ul li::before {
    content: '\f15e';
    font-family: 'dashicons';
    font-size: 24px;
    position: absolute;
    left: -35px;
    top: 0px;
    color: var(--s-color);
    background: var(--t1-color);
    border-radius: 50%;
}
/* half image half text css ends */

/* note section css */
.note-message p {
    font-family: var(--ff-cp-regular);
    font-size: 18px;
    line-height: 61px;
    letter-spacing: -0.04em;
    color: var(--p-color);
    text-align: center;
    font-style: italic;
    margin: 0;
}
.note {
    padding-bottom: 69px;
}
/* note section css ends */

/* media queries */
@media (max-width: 1024px) {
    .standard-equipment-hero .standard-equipment-hero-header-content {
        flex-direction: column;
        text-align: center;
    }
    .half-image-half-text .half-text-content-wrapper,
    .half-image-half-text .half-image-half-text-contents-container:nth-of-type(even),
    .standard-equipment-hero .standard-equipment-hero-header-txtContent {
        max-width: unset;
    }
    .half-image-half-text .half-image-half-text-contents-container,
    .half-image-half-text .half-image-half-text-contents-container:nth-of-type(even) {
        flex-direction: column;
    }
    .half-image-half-text .half-image-half-text-contents-container {
        padding-bottom: 30px;
    }
    .half-image-half-text .half-image-half-text-contents-container:nth-of-type(even) {
        padding-top: 30px;
    }
    .half-image-half-text .half-image-wrapper,
    .half-image-half-text .half-text-icon,
    .half-image-half-text .half-text-heading,
    .half-image-half-text .half-text-description {
        text-align: center;
    }
    .half-text-content-wrapper .half-text-lists {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .half-text-content-wrapper .half-text-icon {
        margin-top: 20px;
    }
    .industries-hero__bg__span {
        top: 0;
        width: 300%;
        left: -100%;
    }
    .standard-equipment-hero {
        padding-top: 15px;
        padding-bottom: 60px;
    }
    .standard-equipment-hero .standard-equipment-hero-header-txtContent {
        margin-bottom: 30px;
    }
    .half-image-half-text {
        padding: unset;
    }
    .note {
        padding-bottom: 45px;
    }
    .note-message p {
        line-height: unset;
    }
    .standard-equipment-hero-header-txtContent h6 {
        margin-top: 4px;
        margin-bottom: 0;
    }
}
@media (max-width: 640px) {
    .standard-equipment-hero .standard-equipment-hero-header-content,
    .half-image-half-text .half-text-icon, .half-image-half-text .half-text-heading, .half-image-half-text .half-text-description,
    .note-message p  {
        text-align: left;
    }
    .half-text-content-wrapper .half-text-lists {
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }
}
/* media queries ends */