@media screen and (min-width: 1025px){
article {
    max-width: 980px;
    margin: 26px auto;
    padding: 42px 48px;
    background: linear-gradient(180deg, #ffffff 0%, #faf9f6 100%);
    border-radius: 14px;
    box-shadow: 0 20px 42px rgba(15, 20, 25, 0.08);
    border-left: 6px solid #0b3a3a;  /* deep teal accent */
    border-right: 6px solid #0b3a3a; /* symmetrical */
    font-family: "EB Garamond", serif;
    color: #222;
    font-size: 1.08rem;
    line-height: 1.85;
    letter-spacing: 0.15px;
}

.title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.about_usTitle {
    font-family: "Cormorant Upright", serif;
    font-size: 2.9rem;
    color: #0b3a3a;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding-bottom: 0.4rem;
    border-bottom: 3px double rgba(183,127,59,0.25); /* double-line elegance */
}

.title .tagline {
    display: block;
    margin-top: 0.7rem;
    color: #555;
    font-size: 1rem;
    font-style: italic;
}

.aboutus {
    display: block;
}

.subaboutus1 {
    background: rgba(11,58,58,0.025);
    padding: 20px 22px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.05);
    box-shadow: 0 6px 14px rgba(12,18,20,0.04);
    margin-bottom: 1.5rem;
}

.subaboutus2 {
    display: block;
}
.subsubaboutus {
    background: #fff;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.06);
    box-shadow: 0 8px 18px rgba(12,18,20,0.05);
    margin-bottom: 1.5rem;
}

.about_usSubheading {
    font-family: "Asul", sans-serif;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    color: #0b3a3a;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: .35rem;
    border-bottom: 1px dotted rgba(183,127,59,0.55);
}

article p {
    margin: 0 0 1rem 0;
    color: #2b2b2b;
    text-align: justify;
}

.subaboutus1 ul,
.subsubaboutus ul {
    margin: 0.7rem 0 1rem 1.6rem;
    padding: 0;
    list-style: none;
}
.subaboutus1 li,
.subsubaboutus li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.65rem;
    color: #333;
    line-height: 1.6;
}
.subaboutus1 li::before,
.subsubaboutus li::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #b77f3b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.55rem;
}

.subsubaboutus p:first-child {
    font-weight: 500;
    color: #2a2a2a;
}

.callout {
    background: linear-gradient(90deg, rgba(183,127,59,0.05), rgba(255,255,255,0));
    border-left: 4px solid #b77f3b;
    border-right: 4px solid #b77f3b;
    padding: 14px 16px;
    margin: 1rem 0;
    border-radius: 8px;
    color: #383838;
    font-style: italic;
}

.meta {
    font-family: "Asul", sans-serif;
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: .85rem;
    display: block;
}

article a {
    color: #0b3a3a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    transition: color 0.2s ease;
}
article a:hover {
    color: #b77f3b;
}

article img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0.8rem 0;
    box-shadow: 0 10px 22px rgba(18,24,28,0.06);
}

article { 
    word-wrap: break-word; }
}


@media screen and (min-width: 901px) and (max-width: 1024px){
article {
    max-width: 980px;
    margin: 26px auto;
    padding: 42px 48px;
    background: linear-gradient(180deg, #ffffff 0%, #faf9f6 100%);
    border-radius: 14px;
    box-shadow: 0 20px 42px rgba(15, 20, 25, 0.08);
    border-left: 6px solid #0b3a3a;  /* deep teal accent */
    border-right: 6px solid #0b3a3a; /* symmetrical */
    font-family: "EB Garamond", serif;
    color: #222;
    font-size: 1.08rem;
    line-height: 1.85;
    letter-spacing: 0.15px;
}

.title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.about_usTitle {
    font-family: "Cormorant Upright", serif;
    font-size: 2.9rem;
    color: #0b3a3a;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding-bottom: 0.4rem;
    border-bottom: 3px double rgba(183,127,59,0.25); /* double-line elegance */
}

.title .tagline {
    display: block;
    margin-top: 0.7rem;
    color: #555;
    font-size: 1rem;
    font-style: italic;
}

.aboutus {
    display: block;
}

.subaboutus1 {
    background: rgba(11,58,58,0.025);
    padding: 20px 22px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.05);
    box-shadow: 0 6px 14px rgba(12,18,20,0.04);
    margin-bottom: 1.5rem;
}

.subaboutus2 {
    display: block;
}
.subsubaboutus {
    background: #fff;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.06);
    box-shadow: 0 8px 18px rgba(12,18,20,0.05);
    margin-bottom: 1.5rem;
}

.about_usSubheading {
    font-family: "Asul", sans-serif;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    color: #0b3a3a;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: .35rem;
    border-bottom: 1px dotted rgba(183,127,59,0.55);
}

article p {
    margin: 0 0 1rem 0;
    color: #2b2b2b;
    text-align: justify;
}

.subaboutus1 ul,
.subsubaboutus ul {
    margin: 0.7rem 0 1rem 1.6rem;
    padding: 0;
    list-style: none;
}
.subaboutus1 li,
.subsubaboutus li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.65rem;
    color: #333;
    line-height: 1.6;
}
.subaboutus1 li::before,
.subsubaboutus li::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #b77f3b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.55rem;
}

.subsubaboutus p:first-child {
    font-weight: 500;
    color: #2a2a2a;
}

.callout {
    background: linear-gradient(90deg, rgba(183,127,59,0.05), rgba(255,255,255,0));
    border-left: 4px solid #b77f3b;
    border-right: 4px solid #b77f3b;
    padding: 14px 16px;
    margin: 1rem 0;
    border-radius: 8px;
    color: #383838;
    font-style: italic;
}

.meta {
    font-family: "Asul", sans-serif;
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: .85rem;
    display: block;
}

article a {
    color: #0b3a3a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    transition: color 0.2s ease;
}
article a:hover {
    color: #b77f3b;
}

article img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0.8rem 0;
    box-shadow: 0 10px 22px rgba(18,24,28,0.06);
}

article { 
    word-wrap: break-word; }
}

@media screen and (min-width: 769px) and (max-width: 900px){
article {
    max-width: 980px;
    margin: 26px auto;
    padding: 42px 48px;
    background: linear-gradient(180deg, #ffffff 0%, #faf9f6 100%);
    border-radius: 14px;
    box-shadow: 0 20px 42px rgba(15, 20, 25, 0.08);
    border-left: 6px solid #0b3a3a;  /* deep teal accent */
    border-right: 6px solid #0b3a3a; /* symmetrical */
    font-family: "EB Garamond", serif;
    color: #222;
    font-size: 1.08rem;
    line-height: 1.85;
    letter-spacing: 0.15px;
}

.title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.about_usTitle {
    font-family: "Cormorant Upright", serif;
    font-size: 2.9rem;
    color: #0b3a3a;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding-bottom: 0.4rem;
    border-bottom: 3px double rgba(183,127,59,0.25); /* double-line elegance */
}

.title .tagline {
    display: block;
    margin-top: 0.7rem;
    color: #555;
    font-size: 1rem;
    font-style: italic;
}

.aboutus {
    display: block;
}

.subaboutus1 {
    background: rgba(11,58,58,0.025);
    padding: 20px 22px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.05);
    box-shadow: 0 6px 14px rgba(12,18,20,0.04);
    margin-bottom: 1.5rem;
}

.subaboutus2 {
    display: block;
}
.subsubaboutus {
    background: #fff;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.06);
    box-shadow: 0 8px 18px rgba(12,18,20,0.05);
    margin-bottom: 1.5rem;
}

.about_usSubheading {
    font-family: "Asul", sans-serif;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    color: #0b3a3a;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: .35rem;
    border-bottom: 1px dotted rgba(183,127,59,0.55);
}

article p {
    margin: 0 0 1rem 0;
    color: #2b2b2b;
    text-align: justify;
}

.subaboutus1 ul,
.subsubaboutus ul {
    margin: 0.7rem 0 1rem 1.6rem;
    padding: 0;
    list-style: none;
}
.subaboutus1 li,
.subsubaboutus li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.65rem;
    color: #333;
    line-height: 1.6;
}
.subaboutus1 li::before,
.subsubaboutus li::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #b77f3b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.55rem;
}

.subsubaboutus p:first-child {
    font-weight: 500;
    color: #2a2a2a;
}

.callout {
    background: linear-gradient(90deg, rgba(183,127,59,0.05), rgba(255,255,255,0));
    border-left: 4px solid #b77f3b;
    border-right: 4px solid #b77f3b;
    padding: 14px 16px;
    margin: 1rem 0;
    border-radius: 8px;
    color: #383838;
    font-style: italic;
}

.meta {
    font-family: "Asul", sans-serif;
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: .85rem;
    display: block;
}

article a {
    color: #0b3a3a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    transition: color 0.2s ease;
}
article a:hover {
    color: #b77f3b;
}

article img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0.8rem 0;
    box-shadow: 0 10px 22px rgba(18,24,28,0.06);
}

article { 
    word-wrap: break-word; }
}

@media screen and (min-width: 481px) and (max-width: 768px){
article {
    max-width: 980px;
    margin: 26px auto;
    padding: 42px 48px;
    background: linear-gradient(180deg, #ffffff 0%, #faf9f6 100%);
    border-radius: 14px;
    box-shadow: 0 20px 42px rgba(15, 20, 25, 0.08);
    border-left: 6px solid #0b3a3a;  /* deep teal accent */
    border-right: 6px solid #0b3a3a; /* symmetrical */
    font-family: "EB Garamond", serif;
    color: #222;
    font-size: 1.08rem;
    line-height: 1.85;
    letter-spacing: 0.15px;
}

.title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.about_usTitle {
    font-family: "Cormorant Upright", serif;
    font-size: 2.9rem;
    color: #0b3a3a;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding-bottom: 0.4rem;
    border-bottom: 3px double rgba(183,127,59,0.25); /* double-line elegance */
}

.title .tagline {
    display: block;
    margin-top: 0.7rem;
    color: #555;
    font-size: 1rem;
    font-style: italic;
}

.aboutus {
    display: block;
}

.subaboutus1 {
    background: rgba(11,58,58,0.025);
    padding: 20px 22px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.05);
    box-shadow: 0 6px 14px rgba(12,18,20,0.04);
    margin-bottom: 1.5rem;
}

.subaboutus2 {
    display: block;
}
.subsubaboutus {
    background: #fff;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.06);
    box-shadow: 0 8px 18px rgba(12,18,20,0.05);
    margin-bottom: 1.5rem;
}

.about_usSubheading {
    font-family: "Asul", sans-serif;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    color: #0b3a3a;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: .35rem;
    border-bottom: 1px dotted rgba(183,127,59,0.55);
}

article p {
    margin: 0 0 1rem 0;
    color: #2b2b2b;
    text-align: justify;
}

.subaboutus1 ul,
.subsubaboutus ul {
    margin: 0.7rem 0 1rem 1.6rem;
    padding: 0;
    list-style: none;
}
.subaboutus1 li,
.subsubaboutus li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.65rem;
    color: #333;
    line-height: 1.6;
}
.subaboutus1 li::before,
.subsubaboutus li::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #b77f3b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.55rem;
}

.subsubaboutus p:first-child {
    font-weight: 500;
    color: #2a2a2a;
}

.callout {
    background: linear-gradient(90deg, rgba(183,127,59,0.05), rgba(255,255,255,0));
    border-left: 4px solid #b77f3b;
    border-right: 4px solid #b77f3b;
    padding: 14px 16px;
    margin: 1rem 0;
    border-radius: 8px;
    color: #383838;
    font-style: italic;
}

.meta {
    font-family: "Asul", sans-serif;
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: .85rem;
    display: block;
}

article a {
    color: #0b3a3a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    transition: color 0.2s ease;
}
article a:hover {
    color: #b77f3b;
}

article img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0.8rem 0;
    box-shadow: 0 10px 22px rgba(18,24,28,0.06);
}

article { 
    word-wrap: break-word; }
}

@media screen and (min-width: 345px) and (max-width: 480px){
article {
    max-width: 980px;
    margin: 26px auto;
    padding: 42px 48px;
    background: linear-gradient(180deg, #ffffff 0%, #faf9f6 100%);
    border-radius: 14px;
    box-shadow: 0 20px 42px rgba(15, 20, 25, 0.08);
    border-left: 6px solid #0b3a3a;  /* deep teal accent */
    border-right: 6px solid #0b3a3a; /* symmetrical */
    font-family: "EB Garamond", serif;
    color: #222;
    font-size: 1.08rem;
    line-height: 1.85;
    letter-spacing: 0.15px;
}

.title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.about_usTitle {
    font-family: "Cormorant Upright", serif;
    font-size: 2.9rem;
    color: #0b3a3a;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding-bottom: 0.4rem;
    border-bottom: 3px double rgba(183,127,59,0.25); /* double-line elegance */
}

.title .tagline {
    display: block;
    margin-top: 0.7rem;
    color: #555;
    font-size: 1rem;
    font-style: italic;
}

.aboutus {
    display: block;
}

.subaboutus1 {
    background: rgba(11,58,58,0.025);
    padding: 20px 22px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.05);
    box-shadow: 0 6px 14px rgba(12,18,20,0.04);
    margin-bottom: 1.5rem;
}

.subaboutus2 {
    display: block;
}
.subsubaboutus {
    background: #fff;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.06);
    box-shadow: 0 8px 18px rgba(12,18,20,0.05);
    margin-bottom: 1.5rem;
}

.about_usSubheading {
    font-family: "Asul", sans-serif;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    color: #0b3a3a;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: .35rem;
    border-bottom: 1px dotted rgba(183,127,59,0.55);
}

article p {
    margin: 0 0 1rem 0;
    color: #2b2b2b;
    text-align: justify;
}

.subaboutus1 ul,
.subsubaboutus ul {
    margin: 0.7rem 0 1rem 1.6rem;
    padding: 0;
    list-style: none;
}
.subaboutus1 li,
.subsubaboutus li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.65rem;
    color: #333;
    line-height: 1.6;
}
.subaboutus1 li::before,
.subsubaboutus li::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #b77f3b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.55rem;
}

.subsubaboutus p:first-child {
    font-weight: 500;
    color: #2a2a2a;
}

.callout {
    background: linear-gradient(90deg, rgba(183,127,59,0.05), rgba(255,255,255,0));
    border-left: 4px solid #b77f3b;
    border-right: 4px solid #b77f3b;
    padding: 14px 16px;
    margin: 1rem 0;
    border-radius: 8px;
    color: #383838;
    font-style: italic;
}

.meta {
    font-family: "Asul", sans-serif;
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: .85rem;
    display: block;
}

article a {
    color: #0b3a3a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    transition: color 0.2s ease;
}
article a:hover {
    color: #b77f3b;
}

article img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0.8rem 0;
    box-shadow: 0 10px 22px rgba(18,24,28,0.06);
}

article { 
    word-wrap: break-word; }
}

@media screen and (max-width: 344px){
article {
    max-width: 980px;
    margin: 26px auto;
    padding: 42px 48px;
    background: linear-gradient(180deg, #ffffff 0%, #faf9f6 100%);
    border-radius: 14px;
    box-shadow: 0 20px 42px rgba(15, 20, 25, 0.08);
    border-left: 6px solid #0b3a3a;  /* deep teal accent */
    border-right: 6px solid #0b3a3a; /* symmetrical */
    font-family: "EB Garamond", serif;
    color: #222;
    font-size: 1.08rem;
    line-height: 1.85;
    letter-spacing: 0.15px;
}

.title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.about_usTitle {
    font-family: "Cormorant Upright", serif;
    font-size: 2.9rem;
    color: #0b3a3a;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    padding-bottom: 0.4rem;
    border-bottom: 3px double rgba(183,127,59,0.25); /* double-line elegance */
}

.title .tagline {
    display: block;
    margin-top: 0.7rem;
    color: #555;
    font-size: 1rem;
    font-style: italic;
}

.aboutus {
    display: block;
}

.subaboutus1 {
    background: rgba(11,58,58,0.025);
    padding: 20px 22px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.05);
    box-shadow: 0 6px 14px rgba(12,18,20,0.04);
    margin-bottom: 1.5rem;
}

.subaboutus2 {
    display: block;
}
.subsubaboutus {
    background: #fff;
    padding: 18px 20px;
    border-radius: 10px;
    border: 1px solid rgba(11,58,58,0.06);
    box-shadow: 0 8px 18px rgba(12,18,20,0.05);
    margin-bottom: 1.5rem;
}

.about_usSubheading {
    font-family: "Asul", sans-serif;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    color: #0b3a3a;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: .35rem;
    border-bottom: 1px dotted rgba(183,127,59,0.55);
}

article p {
    margin: 0 0 1rem 0;
    color: #2b2b2b;
    text-align: justify;
}

.subaboutus1 ul,
.subsubaboutus ul {
    margin: 0.7rem 0 1rem 1.6rem;
    padding: 0;
    list-style: none;
}
.subaboutus1 li,
.subsubaboutus li {
    position: relative;
    padding-left: 1.3rem;
    margin-bottom: 0.65rem;
    color: #333;
    line-height: 1.6;
}
.subaboutus1 li::before,
.subsubaboutus li::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #b77f3b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.55rem;
}

.subsubaboutus p:first-child {
    font-weight: 500;
    color: #2a2a2a;
}

.callout {
    background: linear-gradient(90deg, rgba(183,127,59,0.05), rgba(255,255,255,0));
    border-left: 4px solid #b77f3b;
    border-right: 4px solid #b77f3b;
    padding: 14px 16px;
    margin: 1rem 0;
    border-radius: 8px;
    color: #383838;
    font-style: italic;
}

.meta {
    font-family: "Asul", sans-serif;
    font-size: 0.9rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: .85rem;
    display: block;
}

article a {
    color: #0b3a3a;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    transition: color 0.2s ease;
}
article a:hover {
    color: #b77f3b;
}

article img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0.8rem 0;
    box-shadow: 0 10px 22px rgba(18,24,28,0.06);
}

article { 
    word-wrap: break-word; }
}