@media screen and (max-width: 1198px) {

    .getAqouteBx
    {
        height: 300px;
        background-color: #FF7900;
        font-family: 'Poppins', sans-serif;
    }
    .getAqouteBx h2
    {
        font-size: 20px;
        font-weight: bold;
    }
    .getAqouteBx iframe
    {
        height: 350px;
    }

    .detailPlace
{
    height: 180px;
    background-color: transparent;
    font-size: 12.5px;
    color: #000000;
    overflow: hidden;
    /* text-align: justify; */
}
}
@media screen and (max-width: 984px) {

    .getAqouteBx
    {
        height: 355px;
        background-color: #FF7900;
        font-family: 'Poppins', sans-serif;
    }
    .getAqouteBx h2
    {
        font-size: 20px;
        font-weight: bold;
    }
    .getAqouteBx iframe
    {
        height: 350px;
    }
}
@media screen and (max-width: 500px) {
/* mHTitle */
.mHTitle
{
    height: 60px;
    display: grid;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #FF7900;
}
.mHTitle h1
{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.mHTitle2
{
    height: 60px;
    display: grid;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #FF7900;
}
.mHTitle2 h1
{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}


.mHLeft
{
    height: 380px;
    font-family: 'Poppins', sans-serif;
}
.mapbox
{
    height: 200px;
    background-color: transparent;
}
.mapbox iframe
{
    width: 100%;
    height: 200px;
}
.mainIntroBxA h1{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
  }
  .mainIntroBxA h2{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
  }
}