.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: none;
    color: #000;
    font-weight: 600;
    font-size: 19px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #a66b3a;
}
.banner-section-informations h1 {
    font-size: 44px !important;
    color: #063d6e !important;
}
.banner-section-informations {
    left: 10%;
}
.banner-location {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}
.banner-section-informations {
    position: absolute;
    top: 0;
    left: 10%;
    content: "";
    z-index: 9;
    color: #fff;
    font-family: "Work Sans", sans-serif;
    text-align: center;
    height: 100%;
    background: linear-gradient(0deg, #b8a9a957, #b8a9a957, #b8a9a957);
    display: flex;
    justify-content: center;
    align-items: center;
}

.seek {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fff;
    background:linear-gradient(90deg, transparent, #013c70, transparent);

}
.seek b {
    color: #fbe486;
    animation: wiggle 2s infinite;
}
@media only screen and (max-width: 575px) {
    .banner-section-informations {
    left: 0;
}
.banner-section-informations h1 {
    font-size: 30px !important;
}
.banner-location {
    font-size: 21px;
}
.seek {
    font-size: 24px;
}
}
@media only screen and (max-width: 420px) {
        .seek {
        font-size: 20px;
        background: linear-gradient(90deg, #013c7063, #013c70, #013c7063);
    }
}