	.content-section-white,
	.content-section-grey {
	    padding: 6rem 0 5rem 0 !important;
	    color: #2c2c2e;
	}

	#team.content-section-grey {
	    padding-bottom: 3rem !important;
	}

	#venture_partner.content-section-grey {
	    padding-bottom: 3rem !important;
	}

	#purpose.content-section-white {
	    padding-bottom: 8rem !important;
	}

	.aboutus_top div {
	    display: flex;
	    justify-content: space-between;
	}

	.aboutus_top div p {
	    margin-right: 2rem;
	}

	.team-image {
	    border-radius: 3px;
	    -webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 15%);
	    -moz-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 15%);
	    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 15%);
	}

	.aboutus_top {
	    padding: 2rem 0 5rem 0;
	    color: white;
	    max-height: 350px;
	}

	.up_down.less-btn {
	    margin-top: 10px;
	    background-image: url(/images/chevron-up.svg) !important;
	    background-repeat: no-repeat;
	    background-size: 20px;
	    background-position: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	    max-height: 0;
	    -webkit-transition: max-height 0.1s ease-out;
	    -moz-transition: max-height 0.1s ease-out;
	    -ms-transition: max-height 0.1s ease-out;
	    -o-transition: max-height 0.1s ease-out;
	    transition: max-height 0.1s ease-out;
	    overflow: hidden;
	}

	.profile_card_content:hover img.user_pic {
	    transform: scale(1.015);
	    filter: brightness(1.04);
	    transition: all .5s ease-out;
	    transition-delay: .25s;
	}

	.profile_quote_text p::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	    border-radius: 4px;
	    background-color: #f2f2f2;
	}

	.profile_quote_text p::-webkit-scrollbar {
	    width: 6px;
	    border-radius: 4px;
	    background-color: #F5F5F5;
	}

	.profile_quote_text p::-webkit-scrollbar-thumb {
	    border-radius: 4px;
	    background-color: #5555;
	}

	.profile_quote_text p {
	    font-size: 13px !important;
	    text-align: justify;
	    hyphens: auto;
	    height: 200px;
	    overflow-y: auto;
	    padding-right: 15px !important;
	}

	.profile_quote_text.showContent {
	    display: contents;
	    max-height: 500px;
	    overflow-y: auto;
	    -webkit-transition: max-height .5s ease-in;
	    -moz-transition: max-height .5s ease-in;
	    -ms-transition: max-height .5s ease-in;
	    -o-transition: max-height .5s ease-in;
	    transition: max-height .5s ease-in;
	}

	.profile_quote_text {
	    display: none;
	    -webkit-transition: max-height 0.1s ease-out;
	    -moz-transition: max-height 0.1s ease-out;
	    -ms-transition: max-height 0.1s ease-out;
	    -o-transition: max-height 0.1s ease-out;
	    transition: max-height 0.1s ease-out;
	}

	.profile_card_content>div:first-child {
	    aspect-ratio: 3/2;
	    overflow: hidden;
	    border-radius: 3px 3px 0 0;
	}

	.profile_card_partner div.profile_card_content>div:first-child {
	    aspect-ratio: 3/2;
	    overflow: hidden;
	    border-radius: 3px 3px 0 0;
	}

	.profile_card_content {
	    align-items: center;
	    float: left;
	    border-width: 1px;
	    border-radius: 3px;
	    -webkit-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%);
	    -moz-box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%);
	    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 20%);
	}

	.profile_card_team {
	    margin: 1.5% 2.666% 1.5% 2.666%;
	    width: 28%;
	    min-height: 360px;
	}

	.profile_card_partner {
	    margin: 2% 2.666% 2% 2.666%;
	    width: 19.668%;
	    min-height: 245px;
	}

	.team_cards {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}

	.profile_card_content div.c_profile_quote div.up_down {
	    background-image: url(/images/chevron-down.svg);
	    background-repeat: no-repeat;
	    background-size: 20px;
	    background-position: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: column;
	    max-height: 0;
	    -webkit-transition: max-height 0.1s ease-out;
	    -moz-transition: max-height 0.1s ease-out;
	    -ms-transition: max-height 0.1s ease-out;
	    -o-transition: max-height 0.1s ease-out;
	    transition: max-height 0.1s ease-out;
	    overflow: hidden;
	}

	div.profile_card_content:hover div.c_profile_quote div.up_down {
	    max-height: 500px;
	    -webkit-transition: max-height 1s ease-in;
	    -moz-transition: max-height 1s ease-in;
	    -ms-transition: max-height 1s ease-in;
	    -o-transition: max-height 1s ease-in;
	    transition: max-height 1s ease-in;
	    transition-delay: .25s;
	    width: 100%;
	    height: 11px;
	}

	div.profile_card_content:hover div.c_profile_name {
	    text-overflow: ellipsis;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 4;
	    -webkit-box-orient: vertical;
	    max-height: 100px;
	    -moz-transition: max-height 0.5s ease;
	    -webkit-transition: max-height 0.5s ease;
	    -o-transition: max-height 0.5s ease;
	    transition: max-height 0.5s ease;
	}

	.c_profile_quote div.up_down {
	    cursor: pointer;
	    width: 18px;
	}

	.c_profile_quote {
	    margin: 10px 0 0 0;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}

	img.user_pic {
	    border-radius: 3px 3px 0 0;
	}

	.profile_card_team div.c_profile_name {
	    font-size: 22px;
	    line-height: 25px;
	    padding-bottom: 3px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    max-height: 25px;
	    -moz-transition: max-height 0.5s ease;
	    -webkit-transition: max-height 0.5s ease;
	    -o-transition: max-height 0.5s ease;
	    transition: max-height 0.5s ease;
	}

	.profile_card_partner div.c_profile_name {
	    line-height: 24px;
	    font-size: 18px;
	    padding-bottom: 5px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    max-height: 25px;
	    -moz-transition: max-height 0.5s ease;
	    -webkit-transition: max-height 0.5s ease;
	    -o-transition: max-height 0.5s ease;
	    transition: max-height 0.5s ease;
	}

	.c_profile_position {
	    padding-top: 2px;
	    font-size: 14px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 1;
	    -webkit-box-orient: vertical;
	    max-height: 25px;
	    -moz-transition: max-height 0.5s ease;
	    -webkit-transition: max-height 0.5s ease;
	    -o-transition: max-height 0.5s ease;
	    transition: max-height 0.5s ease;
	}

	div.profile_card_content:hover div.c_profile_position {
	    text-overflow: ellipsis;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 4;
	    -webkit-box-orient: vertical;
	    max-height: 50px;
	    -moz-transition: max-height 0.5s ease;
	    -webkit-transition: max-height 0.5s ease;
	    -o-transition: max-height 0.5s ease;
	    transition: max-height 0.5s ease;
	}

	.c_profile_contact_icons {
	    display: inline-block;
	    position: relative;
	    margin-top: 20px;
	}

	a.u_profile_link.mail_img {
	    width: 22px;
	    height: 22px;
	    background-image: url(/images/social_icon/mail_blue.svg);
	}

	a.u_profile_link.skype_img {
	    width: 22px;
	    height: 22px;
	    background-image: url(/images/social_icon/skype_blue.svg);
	}

	a.u_profile_link.xing_img {
	    width: 22px;
	    height: 22px;
	    background-image: url(/images/social_icon/xing_grey.png);
	}

	a.u_profile_link.linkedin_img {
	    width: 22px;
	    height: 22px;
	    background-image: url(/images/social_icon/linkedin_blue.svg);
	}

	a.u_profile_link.phone_img {
	    display: block;
	    width: 22px;
	    height: 22px;
	    background-image: url(/images/social_icon/phone_blue.svg);
	}

	.c_profile_contact_icons a {
	    margin-right: 6px;
	    background-size: 26px auto;
	    display: inline-block;
	    float: left;
	    padding: 2px;
	}

	a.u_profile_link {
	    background-repeat: no-repeat;
	    cursor: pointer;
	}

	.c_profile_content {
	    padding: 20px 15px 10px 20px;
	    background: white;
	    border-radius: 0 0 3px 3px;
	}

	img.mobile {
	    display: none;
	}

	.purpose-content {
	    margin-top: 2rem;
	    position: relative;
	}

	.purpose-content p {
	    font-size: 24px;
	    hyphens: manual;
	    text-align: center;
	    padding: 0;
	    line-height: 26px;
	    width: 75%;
	    margin: auto;
	}

	.quotation-right {
	    position: absolute;
	    top: 0;
	    right: 0;
	    float: right;
	    width: 90px;
	    transform: rotate(180deg) translate(20px, 50px);
	}

	.quotation-left {
	    float: left;
	    width: 90px;
	    transform: rotate(0deg) translate(20px, 50px);
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}


	/* START Values Styling */
	#values.content-section-white {
	    padding-bottom: 1rem;
	}

	#board_of_advisors.content-section-white {
	    padding-bottom: 3rem;
	}

	.our-values-container {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    width: auto;
	}

	.our-values-container .value-container {
	    width: 44.68%;
	    margin: 2% 2.66% 3% 2.66%;
	}

	.our-values-container .value-container .value-content {
	    padding: 32px 32px 32px 32px;
	    position: relative;
	    text-align: left;
	    background: #FFFFFF;
	    border-radius: 3px;
	    top: 0;
	    box-shadow: 0 3px 12px -1px rgb(7 10 25 / 20%), 0 22px 27px -20px rgb(7 10 25 / 15%);
	    vertical-align: top;
	    overflow: hidden;
	    transition: 120ms;
	}

	p.text-full {
	    height: 68px;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    padding: 0;
	    margin-bottom: 15px;
	}

	.value-content.showContent p {
	    overflow: unset;
	    display: table;
	}

	.our-values-container .value-container .value-content .value-icon {
	    position: absolute;
	    opacity: 0.2;
	    top: 8px;
	    right: -52px;
	    transition: 120ms;
	}

	.our-values-container .value-container .value-content .value-icon svg {
	    fill: #F2B138;
	    display: block;
	    width: 160px;
	    height: 150px
	}

	.our-values-container .value-container .value-content .second-icon svg {
	    fill: #79AEF2;
	}

	/* END Values Styling */
	@media screen and (max-width: 1080px) {
	    .our-values-container .value-container {
	        width: 90%;
	    }

	    .profile_card_team {
	        width: 44%;
	    }

	    .profile_card_partner {
	        width: 28%;
	    }

	    .our-values-container .value-container .value-content .value-icon svg {
	        fill: #F2B138;
	    }

	    .our-values-container .value-container .value-content .third-icon svg {
	        fill: #79AEF2;
	    }
	}

	@media screen and (max-width: 990px) {
	    .aboutus_top {
	        max-height: none;
	    }

	    .aboutus_top div {
	        display: block;
	    }

	    img.mobile {
	        display: flex;
	        margin: 0 auto;
	        margin-bottom: 2rem;
	    }

	    .our-values-container .value-container .value-content p {
	        width: 96%;
	    }
	}

	@media screen and (max-width: 480px) {
	    .aboutus_top div p {
	        margin-right: 0;
	    }

	    img.desktop {
	        display: none;
	    }

	    #team.team_cards {
	        display: flex;
	        flex-direction: column;
	    }

	    .profile_card_team {
	        margin: 0 2% 8% 2%;
	        width: 96%;
	    }

	    #venture_partner div.team_cards {
	        display: flex;
	        flex-wrap: wrap;
	    }

	    .profile_card_partner {
	        margin: 0 2% 4% 2%;
	        width: 46%;
	        min-height: auto;
	    }

	    #board_of_advisors div.team_cards {
	        display: flex;
	        flex-wrap: wrap;
	    }

	    .text_main_div {
	        display: inline-block;
	        float: left;
	        margin-bottom: 80px;
	        position: relative;
	    }

	    .our-values-container .value-container .value-content p {
	        height: auto;
	    }

	    .our-values-container .value-container:hover .value-content p {
	        height: auto;
	    }

	    .our-values-container .value-container {
	        height: auto;
	    }

	    .our-values-container .value-container:hover {
	        height: auto;
	    }

	    .quotation-left {
	        bottom: 0;
	        left: 0;
	        position: absolute;
	        transform: rotate(0deg) translate(-12px, 40px);
	    }

	    .quotation-right {
	        top: 0;
	        right: 0;
	        position: absolute;
	        transform: rotate(180deg) translate(-12px, 40px);
	    }
	}