.section-banner {
    background-image: url(../img/93e4dac409.jpg);
    background-repeat: no-repeat;
    background-size: 100vw;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}

.banner-top {
    position: relative;
    height: 400px;
}

.center-font {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: white;
    font-size: 70px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.banner-left {
    display: block;
    background-image: url(../img/banner1.jpg);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    height: 400px;
    color: aliceblue;
    text-align: right;
}

.banner-right {
    display: block;
    background-image: url(../img/banner2.jpg);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    background-size: cover;
    height: 400px;
    color: aliceblue;
    text-align: left;
}

.text-container {
    text-align: justify;
}

.text-container div {
    padding-right: 100px;
    margin-bottom: 10px;
}

.text-container h1 {
    color: steelblue;
}

.section-consult {
    display: flex;
    justify-content: center;
}

.consult-block {
    margin-left: 15%;
    margin-right: 15%;
}

.consult {
    text-align: left;
    max-width: 900px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.consult h1 {
    text-align: left;
}

.consult div {
    margin-bottom: 10px;
}

.consult input[type="text"] {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.consult input[type="button"] {
    color: rgb(248, 248, 248);
    background-color: steelblue;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: large;
    font-weight: bolder;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    font-weight: bold;
    width: 300px;
}

.consult input[type="button"]:hover {
    color: #000;
    background-color: wheat;
}

.radio-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.radio-group input[type="radio"] {
    margin-right: 10px;
}

.press-image {
    width: 250px;
}

.press-info-name {
    color: steelblue;
    font-weight: bold;
}

.place {
    padding: 10px;
    background-color: lightgrey;
    color: steelblue;
    font-weight: bold;
}

.place.active {
    color: white;
    background-color: steelblue;
}

.place-info h1 {
    font-weight: bold;
}

.place-info div {
    color: lightseagreen;
    font-size: large;
    line-height: 2;
}

.place:hover {
    color: white;
    background-color: steelblue;
}