.world {
    background-color: #000;
    text-align: center;

}

.born-title {
    margin: 0.5rem 0.5rem 0.5rem;
}

.world-text {
    font-weight: bold;
    color: #fff !important;
}

.born-text {
    color: #DB8925;
    font-weight: bold;

}

/*  */
.culture-img {
    margin: 60px 0 10px 0;
}

.culture-right img {
    border: 5px solid #fff;
}

/* location */
.location {
    padding: 0 !important;
}

.location h2 {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 5rem 0;
    font-weight: bold;
    font-size: calc(1.22031vw + 19.78635px);
}

.location-place {
    background-color: rgb(102, 102, 102);
    height: 378px;
    padding: 30px !important;
    border: 1px solid #fff;
}

.location-place:hover {
    background-color: #000;

}

.location-place h3 {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
}

.location-place h3:before {
    display: block;
    width: 100px;
    height: 2px;
    margin: 2rem 0;
    content: '';
    background-color: #DB8925;
}

.location-place p {
    color: #fff;
    font-size: 20px;
}

.places {
    position: absolute;
    bottom: 10%;
}

/* history */
.history {
    margin: 3rem;
    background-color: #000;
}

.history h2 {
    font-size: calc(0.61788vw + 19.0817px);
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

.history h4 {
    color: #DB8925;
    font-weight: bold;
    text-align: center;
}

.history-description {
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 50px;
    line-height: calc(-0.07143vw + 2.05714em);
}

.history-description a {
    color: #DB8925;
    font-weight: bold;
}

@media(max-width:768px) {


    .location-place {
        height: 115px;
        display: block;
        padding-top: 0px !important;
        padding-left: 10px !important;
    }

    .location-place h3 {
        font-size: 20px;
    }

    .places {
        display: none;
    }
}