.maincontent {
    max-width: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, .25) 0%, rgba(255, 255, 255, .25) 100%), url(/imageserver/UserMedia/rankincountycustom/hero_background_1.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-right-bottom {
    display: flex;
    gap: 25px;
    justify-content: space-evenly;
}

.home-bottom-right img{
    max-width: 350px;
    width: fit-content;
}

.home-bottom-col {
    flex: 1 235px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.home-logos {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
}

.home-logos img {
    height: auto;
    max-width: 200px;
    width: 100%;
}

.home-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.left-logos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 50%;
    margin-top: 6%;
    
}

.left-logos img {
    max-width: 200px;
    min-width: 150px;
    width: 90%;
}

.home-image-wrapper img{
    max-width: fit-content;
    width: 100%;
}

.home-phone{
    bottom: 0px;
}

@media(max-width: 981px){
    .home-left{
        flex-direction: column;
    }

    .left-logos{
        flex-direction: row;
    }

    .home-right-bottom{
        flex-direction: column;
    }

}