@media screen and (min-width: 1700px) {
    .title {
        padding-left: 20%;
    }
    .headline .description {
        padding-right: 20%;
    }
}

@media screen and (min-width: 767px) {
    .navbar {
        height: 70px;
    }

    .headline .description {
        text-align: right;
    }

    .companies-area .container-lg {
        min-height: 700px;
    }

    .not-news {
        font-size: 1.5rem;
        font-weight: bold;
        padding-left: 4rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .m-lines {
        display: block;
    }
}

@media screen and (max-width: 767px) {

    .title {
        padding-left: 1rem;
    }

    .m-lines {
        font-size: 0.5rem;
        display: block;
    }

    .service-area .message {
        background-image: url("./image/service_message_mobile.jpg");
    }

    .service-list-title {
        font-size: 2rem;
    }

    .service-list-title::before {
        height: 2rem;
    }

    .service-list-title .number {
        font-size: 1.4rem;
    }

    .service-list {
        padding-left: 0;
        padding-right: 0;
    }

    .service-list-content {
        min-height: 400px;
    }

    .service-list-disc {
        padding-left: 0;
    }

    .accordion-body div {
        font-size: 0.7rem;
    }

    .accordion-body div span {
        display: block;
    }

    .service-link span:not(:first-of-type) {
        padding-top: 0.25rem;
    }
      
    .service-link span:not(:first-of-type)::before {
        content: "";
    }

    .position-relative img {
        max-width: 100%;
    }

    .companies-area .container-lg {
        min-height: auto;
    }

    .companies-area .map-btn {
        width: 7%;
        height: 7%;
        border-radius: 50%;
    }

    .companies-menu {
        text-align: left;
    }

    .not-news {
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
    }

    .leader-line {
        display: none !important;
    }

    .area-company {
        font-size: 0.5rem;
    }

    .map-top {
        font-size: 0.6rem;
    }

    footer {
      font-size: 0.5rem;
    }
}