#aboutContainer {
    background-color: rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 2px white;
}

#aboutBack {
    background-image: linear-gradient(0deg,rgba(0,0,0,0) 60%,rgba(0,0,0,0.75) 100%), url(../../assets/img/Wallpapers/river.jpg);
}

#backgroundInfoSection .row > div,
#telkaInfoSection .row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#backgroundInfoSection hr,
#telkaInfoSection hr {
    width: 100%;
}

#holisticInfoDiv {
    margin-top: 50px;
}

#aboutIntro {
    justify-content: center;
    align-items: center;
}

#aboutIntro li {
    list-style-type: none;
}

#aboutIntro > div {
    padding: 20px;
}

#aboutIntro > div:first-child {
    display: flex;
    justify-content: center;
    max-width: 320px;
}

.info-background {
    background-color: #d1def5;
    border-radius: 15px;
    height: fit-content;
    padding: 20px;
    filter: drop-shadow(4px 5px 5px #838383);
}

.info-background hr {
    border-width: 1px;
}

#partnersTitleDiv {
    margin-bottom: 20px;
}

.partner-name-div {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.partner-name-div > * {
    display: flex;
    align-items: center;
    margin: 0;
}

@media (max-width: 575px) {
    #telkaPhotoDiv {
        margin-top: 25px;
    }
}
