@import url('https://fonts.googleapis.com/css?family=Inconsolata|Merriweather');
body {
    font-family: 'Inconsolata', monospace;
    margin: 0;
}

.hero {
    height: 400px !important;
    text-align: center;
    background-color: #1b7bab;
}

.hero h1 {
    padding-top: 150px;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}

.header h2 {
    color: #1b7bab;
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    margin: 50px 0;
}

.forms-edit input {
    height: 70px;
}

.forms-edit textarea {
    height: 170px;
}

.forms-edit select {
    height: 70px;
}

.btn-success {
    background-color: #1b7bab;
    height: 70px;
    border: none;
}

.btn-success:hover {
    background-color: transparent;
    color: #1b7bab;
    border: #1b7bab 1px solid;
}

.c_top {
    text-align: center;
}

.c_top h1 {
    color: #1b7bab;
    font-size: 50px;
    font-weight: 900;
    margin: 50px 0;
}

.c_map {
    width: 100%;
    padding: 0 10px;
}

.find_more {
    text-align: center;
}

.find_more h1 {
    color: #1b7bab;
    font-size: 50px;
    font-weight: 900;
    margin: 50px 0;
}


/* more way */

.find_more_info {
    padding: 2rem;
    background-color: #f8f9fa;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    border: 2px solid #1b7bab;
    border-radius: 12px;
    background-color: #ffffff;
    margin-bottom: 1rem;
    transition: transform 0.2s;
}

.info-box:hover {
    transform: translateY(-3px);
    background-color: #f0f8ff;
}

.info-box svg {
    flex-shrink: 0;
}

.info-text h5 {
    margin: 0;
    color: #1b7bab;
    font-weight: 600;
}

.info-text p {
    margin: 0.2rem 0 0;
    font-size: 1rem;
    color: #333;
}


/* more way */

@media screen and (max-width: 1580px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 700px) {}

@media screen and (max-width: 500px) {}