.page__picture {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 112px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page__text-wrap {
    width: 60%;
    margin-bottom: 16px;
}

.page__text {
    font-size: 16px;
    color: #000000;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

.page-product {
    display: flex;
    justify-content: space-between;
    padding: 45px 0;
}

.page-product-image {
    max-width: 35%;
    height: max-content;
    padding: 16px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 13%);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 13%);
}

.section-name-group {
    width: max-content;
}

.sectors {
    margin-top: 45px;
    margin-bottom: 45px;
}

.section-name {
    font-size: 27px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    color: #130D0D;
}

.name-bottom {
    width: 60%;
    height: 5px;
    background-color: #FF6300;
    border-radius: 50px;
    position: relative;
}

.name-bottom:after {
    content: "";
    width: 14px;
    height: 5px;
    background-color: #FF6300;
    border-radius: 50px;
    position: absolute;
    top: 0;
    right: -21px;
}

@media (max-width: 1559px) {
    .section-name {
        font-size: 23px;
    }
}

@media (max-width: 1199px) {
    .section-name {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .page__picture {
        height: 55px;
    }

    .page__text {
        font-size: 15px;
    }

    .page-product {
        padding: 30px 0;
        flex-direction: column;
    }

    .sectors {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .page__text-wrap {
        width: 100%;
    }

    .page-product-image {
        max-width: 60%;
        padding: 10px;
    }

    .name-bottom, .name-bottom:after {
        height: 3px;
    }

    .section-name {
        font-size: 22px;
    }

}

@media (max-width: 575px) {
    .page__picture {
        height: 40px;
    }

    .page__text {
        font-size: 14px;
    }

    .page__text-wrap {
        margin-top: 14px;
        margin-bottom: 6px;
    }

    .page-product {
        padding: 15px 0;
    }

    .sectors {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .section-name {
        font-size: 19px;
    }

    .name-bottom {
        width: 55%;
    }
}