.about-us-page {
	/* background-color: rgba(255,255,255,1); */
	/* width: 100%; */
	height: auto;
	white-space:nowrap;
	--web-view-name: Ribblr - About us;
	--web-view-id: Ribblr - About us;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
	/* font-family: 'Raleway', sans-serif;
font-size: 0.75em;
font-feature-settings: "lnum"; */
}

a {
  text-decoration:none;
  color:inherit;
  fill:inherit;
}


.title_header h1 {
	font-size: var(--font_about_title);
	font-weight: var(--fontweight_heavy);
	line-height: 40.32px;
	text-align: left;
	color: var(--textMain);
	white-space: normal;
}

.about-text-container {
    background: var(--White);
	border-radius: 24px;
	padding: 32px 24px;
	margin-bottom: 12px;
    margin: 0 auto 16px 0;
}

.about_us {
    text-align:justify;
    width:75%;
    margin: 1.5em auto;
    /*font-size:1.5em;*/
    padding:0;
}
.textabout {
    flex:2;
}

.about_us_img {
    margin:auto;
    position: relative;
    /* padding-top: 40%; */
    width:100%;
    flex:1;
    margin:12px 0;
}

.about_us_img img {
    object-fit: cover;
    border-radius: 24px;
    max-width:100%;
    height:350px;
    width:100%;
}
.special_text {
    padding:2px 6px;
    border-radius:6px;
    background: rgba(206, 178, 255, 0.25);
}

.about_us_video {
    margin:auto;
    position: relative;
    /* padding-top: 56.25%;
    width:100%; */
    width: 330px;
    height: 584.4px;
}

.about_us_video iframe {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    opacity: 1;
    transform: translateX(-50%);
    border-radius: 24px;
}

.about-text-container h2 {
    font-size: var(--font_about_title);
    white-space:pre-line;
    /* width: 90%; */
    line-height: 40.32px;
    font-weight: var(--fontweight_heavy);
}

section {
    display: flex;
    padding: 32px 0;
    flex-direction: column;
    /*flex-direction: row;*/
}
#ourstory, #ribblrEpattern, #ahomeforallcrafters, #fordesigners, #ourteam, #accessible, .foryoupage p {
    border-bottom: 1px solid var(--menu);
}

.foryoupage h2 {
    padding-top:16px;
}

.foryoupage sl-button {
    margin: 16px auto;
    display:block;
    width:100%;
    max-width:500px;
}

.about-text-container p {
    white-space: pre-line;
    font-size: var(--font_large);
    text-align: justify;
    padding: 16px 0;
    line-height: 24px;
    width: 100%;
    margin:auto;
    font-family: var(--fontInter);
}

.special1 {
    display: block;
    font-size: var(--font_title);
    white-space: pre-line;
    /* width: 90%; */
    margin: 1em auto;
    background: var(--background);
    padding: 24px;
    border-radius: 24px;
    display: flex
;
    line-height: 28px;
    font-weight: var(--fontweight_500);
    align-items: center;
    gap: 24px;
}

.introducingflex {
    display: flex
;
    flex-wrap: wrap;
}

.footertext {
    background: var(--background);
    border-radius: 16px;
    padding: 12px 16px;
    /* width: 100%; */
    display: flex;
    gap:6px;
    font-size: var(--font_main);
    white-space:normal;
    width: -webkit-fill-available;
    flex: 0 0 auto;
    order:3;
}

.footertext svg {
    width: 20px;
    height: 20px;
}

.footertext svg path {
    stroke: var(--menuIcon);
}

.introducingflex span {
    font-size: var(--font_title);
    font-weight: var(--fontweight_heavy);
    margin: 20px 20px 20px 0;
    display: flex;
    gap: 10px;
}

#circle {
    background: linear-gradient(to left,var(--gradient1),var(--gradient2));
    width: 2.25em;
    height: 1.75em;
    border-radius: 50%;
  display:inline-block;
  margin-right:0.5em;
      margin-top:2em;
  vertical-align:sub;
}

#logos {
    margin-top:1em;
    margin-bottom:1em;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

#logos img {
    width:200px;
    padding:20px;
    max-width:40%;
    filter:drop-shadow(0px 0px 5px rgb(204,204,204,0.6));
    /* for filter help in safari */
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    /* for filter help end*/
}

#logos a {
    position:relative;
}

.main_logo, .other_logo {
    display:block;
}

#logo_type {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: var(--background2);
    color: var(--color1);
    padding: 5px 10px;
    border-radius: 20px;
    margin-bottom: 15px;
    margin-right:15px;
    z-index: 1;
    opacity: 0.8;
    font-weight: var(--fontweight_slim);
}

#smaller_logo {
    width:150px;
    max-width:30%;
}

.founder {
    display: flex;
    background: var(--background);
    padding: 16px;
    flex-direction: column;
    border-radius: 16px;
    width: 255px;
    white-space: normal;
    height: 425px;
    gap: 10px;
    margin: 12px auto;
    font-family:var(--fontInter);
}
.founder-title {
    font-family: var(--font);
    font-size:var(--font_title);
    font-family:var(--fontweight_heavy);
}
.founder-subtitle {
    font-weight: var(--fontweight_500);
    text-transform: uppercase;
}
.founder img {
    width: 100%;
    object-fit: cover;
}

@media only screen and (min-width:1024px) {
    #ourstory, #ahomeforallcrafters, #fordesigners {
        gap: 56px;
        flex-wrap: wrap;
        flex-direction: row;
    }

    #fordesigners .textabout {
        order:2;
    }
}

@media only screen and (min-width:1250px) {
    .founder {
        display: inline-flex;
        margin-right:12px;
        height:400px;
    }
}