@charset "utf-8";

@import url("/Bootstrap-icons-1.11.3/font/bootstrap-icons.min.css");
* {margin:0; padding:0; box-sizing: border-box; word-break:keep-all;}

#contents {
    margin-top:0;
    font-family: none;
}
section{
    margin-bottom: 0;
    margin-top: 0;
}
.overview_w_container {
    padding: 0;
    background-color: #fff;
    margin-bottom: -1rem;
}

.overview_w_container .container {
    width: 100%;
}
.overview_w_container p{
    padding-left: 1rem;
    font-size: 1.5rem;
    color: #000;
}

.overview_w_container .section-header{
    color: #000;
}
.img-respone {
    justify-content: center;
    justify-self: center;
}
.vision_section {
    display: flex;
    flex-direction: column;
}
.ceo p{
    padding-left: 1rem;
    font-size: 1.2rem;
}
.sign{
    text-align: end;
}
.map_wrap{
    gap: 2rem;
    justify-content: center;
}
.maps {
    min-height: 300px;
    padding: 1rem 2rem;
}

@media all and (max-width: 768px) {
    .overview_w_container p{
        font-size: medium;
    }
    .download_apps {width: 45%;}
	.download_app.root {opacity:0; display:none;}
}

@media all and (max-width: 425px) {
    .overview_w_container p{
        font-size: small;
    }
    .download_apps {width: 75%;}
}