.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.banner img {
    width: 100%;
    height: 500px;
}

.banner_box {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 620px;
    height: 300px;
}

.banner_box h1 {
    font-family: Plus Jakarta Sans;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    color: #F49FB6;
}

.banner_box p {
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #F49FB6;


}

main {
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #faf8f0;
}

main .main_top {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

main .main_top .main_top_left {
    width: 60%;
    height: 100%;
}

main .main_top .main_top_left .inpt1 {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

main .main_top .main_top_left .inpt1 input {
    width: 45%;
    height: 40px;
    border-radius: 40px;
    background-color: #f4d2d2;
    padding-left: 15px;
    border: none;
}

main .main_top .main_top_left input {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background-color: #f4d2d2;
    padding-left: 15px;
    border: none;

}

main .main_top .main_top_left textarea {
    width: 100%;
    height: 200px;
    padding-top: 10px;
    padding-left: 15px;
    background-color: #f4d2d2;
    margin-top: 20px;
    border: none;
    border-radius: 10px;

}


main .main_top .main_top_left .btn {
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #f39eb5;
    border: 1px solid #f39eb5;
    margin-top: 20px;
    border-radius: 50px;
    color: #fff;
}

main .main_top .main_top_right {
    width: 35%;
    height: 385px;
    background-color: #f49fb6;
    border-radius: 28.5px;
    padding: 30px 20px;
}

main .main_top .main_top_right h3 {
    font-family: Plus Jakarta Sans;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #FAF8F0;
    margin-bottom: 20px;
}

main .main_top .main_top_right p {
    color: #FAF8F0;
    font-family: Plus Jakarta Sans;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;


}

main .main_top .main_top_right input {
    width: 100%;
    height: 40px;
    background-color: #faf8f0;
    padding-left: 15px;
    border-radius: 40px;
    border: none;
}

main .main_top .main_top_right a {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #A6E0DE;
    background-color: #f4d2d2;
    border: 1px solid #f4d2d2;
    margin-top: 20px;
    border-radius: 40px;
}

main .icon_box {
    width: 100%;
    min-height: 150px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

main .icon_box div {
    width: 20%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    background-color: #f49fb6;
    border-radius: 20px;
}

main .icon_box div:hover {
    background-color: #f2b3c4;
}

main .icon_box div img {
    width: 50px;
    height: 50px;
}

main .icon_box div h3 {
    font-family: Plus Jakarta Sans;
    font-size: 28px;
    font-weight: 700;
    line-height: 10.08px;


}

main .icon_box div p {
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-weight: 400;
}

.map {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.map img {
    width: 100%;
    height: auto;
}