.foundedIn{display: flex;flex-direction: column;}
.foundedIn p{width:100%;}
.foundedIn h1{width:100%}
.foundedIn .foundedInContent{display: flex;gap: 20px;}
.foundedIn .foundedInContent .brandSelection{flex-basis: 30%;background-color: var(--blue-color); padding:20px;}
.foundedIn .foundedInContent .brandSelection h3{margin: 0;color: var(--white-color);margin-bottom: 15px;}
.foundedIn .foundedInContent .brandSelection p{color: var(--white-color);}
@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .foundedIn .foundedInContent {flex-direction: column;gap:0px;}
    #bodyContainer .white-section {gap: 0px;}
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    #bodyContainer .white-section {gap: 0px;}
}