@media (max-width: 1200px) {
    .Company_Section img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .Company_Section {
        text-align: center;

        border-right: none;
        border-bottom: thick groove black;
    }

    .Information_Section {
        text-align: center;
    }
    .Company_Section img {
        max-width: 100%;
    }
}
