.home-three .urgent-help .images-and-overlay .tokyo {
    width: 100%;
    max-height: 350px;
}

footer {
    background-color: #11141b;
    padding: 0px 0px 0px 0px;
}

h2.banner {
    font-size: 3.25em; 
    line-height:1.2em;
}

section.aboutpage {
    margin: 30px 0px;
}

.home-three .our-investigators .card-body {
    margin-top: -50px;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
    h2.banner {
    font-size: 1.25em; 
    line-height:1.2em;
}
    
    .home-three .urgent-help .images-and-overlay .tokyo {
    width: 100%;
    height: 150px;
}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .home-three .urgent-help .images-and-overlay .tokyo {
        min-height: 350px;
    }
}


.home-three .ideological-leader .department-information .lifestyle-colors::after {
 display: none;
}

.home-three .ideological-leader .department-information .lifestyle-colors {
    position: relative;
    border-right: 0px solid #b59a6d;
    right: 0;
    width: 90%;
    padding: 0px 10px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .home-three .banner .images-optimization .banner-content p {
        display: flex;
    }
}


.gap-6 {
    gap: 8rem !important;
}

.home-three .ideological-leader .department-information .lifestyle-colors .lifestyle h3, .home-three .ideological-leader .department-information .lifestyle-colors .lifestyle p {
    line-height: 1.25;
    margin: 26px 0px;
}

.home-three .navbar-details .brand-logo a img {
    width: 340px;
}

@media screen and (min-width: 200px) and (max-width: 576px) {
.home-three .navbar-details .brand-logo a img {
    width: 150px;
}
}