#solutions_we_are_unique {
}
#solutions_we_are_unique_container {
}
#solutions_we_are_unique_content {
    flex-direction: column;
}
#solutions_we_are_unique_content h2 span {
    padding: 7px 24px;
    font-weight: normal;
    color: var(--black);
    border-radius: 64px;
    background: var(--primary-background);
}
#solutions_we_are_unique_list_content {
    margin: 30px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 36px;
    background: linear-gradient(114deg, var(--primary-color) 46.49%, var(--primary-background) 85.44%);
}
.solutions_we_are_unique_list {
    width: 95%;
    padding: 20px;
    margin: 20px 0;
    background-color: var(--white);
    border-radius: 36px;
}
.solutions_we_are_unique_list_bold {
    margin: 20px 0;
    color: var(--black);
    font-size: 1.2rem;
    font-weight: bold;
}
.other_text {
    font-size: 1.2em;
}
#solutions_we_are_unique_button_content {
    display: flex;
    flex-wrap: wrap;
}
.solutions_we_are_unique_button {
    margin: 30px 30px 30px 0;
    display: flex;
    justify-content: flex-start;
}
@media all and (min-width: 600px) {
    #solutions_we_are_unique_list_content {
        justify-content: space-around;
    }
}
@media all and (min-width: 900px) {
}
@media all and (min-width: 1200px) {
    .solutions_we_are_unique_list {
        width: 48%;
    }
}
@media all and (min-width: 1400px) {
    .solutions_we_are_unique_list {
        width: 30%;
    }
}
@media all and (min-width: 1600px) {
}