@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.font-14 {
    font-size: 14px;
}

.font-18 {
    font-size: 18px;
}

.font-24 {
    font-size: 24px;
}

.map-container-section {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-container-section iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #333;
}

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
}

.line {
    display: inline-block;
    width: 5px;
    height: 60px;
    background-color: #ff6600;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-us, .contact-us {
    padding: 60px 0;
}

.about-us h3, .contact-us h3 {
    font-size: 1.5rem;
    color: #ff6600;
}

.about-us h4, .contact-us h4 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.contact-us ul li {
    padding: 15px;
    background-color: #001a33;
    margin-bottom: 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.contact-us ul li img {
    margin-right: 15px;
}

.contact-us ul li span {
    display: block;
}

footer {
    background-color: #001f33;
    color: white;
    text-align: center;
    padding: 20px 0;
}
