* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    border: none;
    outline: none;
    text-decoration: none;
    list-style: none;
    transition: 0.3s;
    font-size: 27px;
}

.head-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700px;
    color: #1A2373;
}

.underline-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.underline {
    border: 1px solid #1A2373;
    width: 719px;
    display: flex;
    justify-content: center;
}

.first-section .section-container {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-decoration: underline;
    color: #1A2373;
    font-family: "Fira Sans Condensed", sans-serif;
}

.second-section h3 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #1A2373;
    font-family: "Fira Sans Condensed", sans-serif;
}

.second-section p {
    display: flex;
    justify-content: center;
    color: #1A2373;
    font-family: "Fira Sans Condensed", sans-serif;
}

.third-section h3 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #1A2373;
    font-family: "Fira Sans Condensed", sans-serif;
}

.third-section p {
    display: flex;
    justify-content: center;
    color: #1A2373;
    font-family: "Fira Sans Condensed", sans-serif;
}

.fourth-section h3 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-decoration: underline;
    color: #1A2373;
    font-family: "Fira Sans Condensed", sans-serif;
}

.fourth-section .container {
    text-align: center;
    width: 1550px;
}
.fourth-section p {
    display: flex;
    justify-content: center;
    color: #1A2373;
    font-family: "Fira Sans Condensed", sans-serif;
}

.fifth-section h3 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #1A2373;
    font-family: "Fira Sans Condensed", sans-serif;
}

.fifth-section p {
    display: flex;
    justify-content: center;
    color: #1A2373;
    font-family: "Fira Sans Condensed", sans-serif;
}

.fifth-section h3 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #1A2373;
    text-align: center;
    font-family: "Fira Sans Condensed", sans-serif;
    margin-bottom: 50px;
}

.rectangle {
    background: #004F942E;
    width: 1329px;
    height: 685px;
    gap: 0px;
    border-radius: 30px 30px 30px 30px;
    opacity: 0px;
    align-items: center;
    position: relative;
    margin-top: 50px;
}

.update-section {
    display: flex;
    justify-content: center;
}

.sixth-section h3 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #1A2373;
    text-decoration: underline;
    font-family: "Fira Sans Condensed", sans-serif;
}

.sixth-section h2 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #1A2373;
    text-decoration: underline;
    font-family: "Fira Sans Condensed", sans-serif;
}

.bkk-section h3 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #DB1111;
    font-family: "Fira Sans Condensed", sans-serif;
}

.bkk-section h4 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    color: #DB1111;
    font-family: "Fira Sans Condensed", sans-serif;
}

.bkk-section p {
    display: flex;
    justify-content: center;
    color: #DB1111;
    font-family: "Fira Sans Condensed", sans-serif;
}

.cnx-section h3 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    color: #DB1111;
    font-family: "Fira Sans Condensed", sans-serif;
}

.cnx-section h4 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    color: #DB1111;
    font-family: "Fira Sans Condensed", sans-serif;
}

.cnx-section p {
    display: flex;
    justify-content: center;
    color: #DB1111;
    font-family: "Fira Sans Condensed", sans-serif;
}

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .head-section .head-container{
        text-align: center;
    }
    .third-section p{
        text-align: center;
    }
    .second-section p{
        text-align: center;
    }

    .fourth-section .container {
        width: 400px;
    }

    .sixth-section h2 {
        text-align: center;
    }

    .update-section .rectangle {
        height: 930px;
    }

    .bkk-section p{
        text-align: center;
    }

    .cnx-section p{
        text-align: center;
    }

    .secondLine #map {
        margin-left: 50px;
      }
}