/* 25-08-2025 */

.quality-assurance__left .title-wrap span {
    word-break: break-word;
}

@media only screen and (min-width: 992px) {
    .aerospace-industry__arrow-down {
        margin: 42px 0 60px;
    }
    .header__nav-link > li .dropdown-menu{
        -webkit-transition: all 0.4s ease-in-out 0.6s;
        -o-transition: all 0.4s ease-in-out 0.6s;
        transition: all 0.4s ease-in-out 0.6s;
    }
    .aerospace-industry__box-content{
        align-items: stretch;
    }
    .aerospace-industry__box-content:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: #eb5d19;
        border-radius: 20px 20px 0 0;
        width: 100%;
        height: calc(100% - 320px);
    }
    .aerospace-industry__right figure{
        height: 100%;
    }
    .aerospace-industry__bg {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }
    .aerospace-industry__bg svg {
        height: auto;
    }
    .aerospace-industry__right figure img {
        margin-top: unset;
        height: 100%;
        object-fit: cover;
        object-position: right center;
    }
}
@media only screen and (max-width: 1920px) and (min-width: 992px) {
    .aerospace-industry__arrow-down a{
        width: 5.000vw;
        height: 5.000vw;
    }
    .aerospace-industry__arrow-down {
        margin: 2.188vw 0 3.125vw;
    }
    .aerospace-industry__box-content:after {
        /* top: 0.625vw; */
        border-radius: 1.042vw 1.042vw 0;
        height: calc(100% - 16.667vw);
    }
}

@media only screen and (max-width: 991px) {
    .aerospace-industry__arrow-down a{
        width: 60px;
        height: 60px;
    }
    .aerospace-industry__arrow-down a img.arrow-one {
        max-height: 40px;
        width: auto;
    }
    .aerospace-industry__box {
        padding-top: 0;
    }
    .quality-assurance__left .content-wrap h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .additional-treatment__box .box-image {
        margin-top: unset;
    }
    .quality-assurance__left .content-wrap h3 {
        font-size: 20px;
    }

}

@media only screen and (max-width: 475px) {
    .aerospace-industry__box-content {
        background-color: #eb5d19;
    }
}

@media only screen and (max-width: 411px) {
    .quality-assurance__left .content-wrap h3 {
        font-size: 18px;
    }
}

/* end 25-08-2025 */