@media screen and (min-width: 1025px){
body {
    background-color: #4169E1; /* Royal Blue background */
}

.aboutus{
    width: 70%;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 50px;
    margin: 0 auto;
    
}

.subaboutus1 {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 40px;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    margin: 0;
    gap: 10px;
    text-align: left;
    align-items: center;
}

.subaboutus2 {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 3px;
    display: flex;
    flex: 1 1 45%;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    margin: 0;
    gap: 10px;
    text-align: left;
    align-items: center;
    position: relative;
}

.subaboutus2 .about_usSubheading {
    position: absolute; /* Absolutely position it inside the parent */
    top: 40px; /* Adjust this value for the desired space from the top */
    left: 40px; /* Align to the left */
    margin: 0; /* Remove default margins */
    padding: 0; /* Optional: remove any padding */
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    z-index: 1; /* Ensure it is above other content in case it's being hidden */
}


.about_usTitle{
    margin: 0 auto;
    display: flex;
    text-align: center;
    padding-top: 80px;
    justify-content: center;
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); /* More prominent shadow for depth */
    border-radius: 15px; /* Increased rounding for softness */
    background: white;
    border: 1px solid #bdc3c7; /* Soft gray border for sophistication */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Soft shadow for lift */
    align-content: center;
}
.about_usSubheading{
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    display: flex;
    flex-basis: 100%;
}

.subsubaboutus {
    margin-bottom: 20px;
    width: 30%;
}}

@media screen and (min-width: 901px) and (max-width: 1024px){
body {
    background-color: #4169E1; /* Royal Blue background */
}

.aboutus{
    width: 70%;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 50px;
    margin: 0 auto;
    
}

.subaboutus1 {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 40px;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    margin: 0;
    gap: 10px;
    text-align: left;
    align-items: center;
}

.subaboutus2 {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 3px;
    display: flex;
    flex: 1 1 45%;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    margin: 0;
    gap: 10px;
    text-align: left;
    align-items: center;
    position: relative;
}

.subaboutus2 .about_usSubheading {
    position: absolute; /* Absolutely position it inside the parent */
    top: 40px; /* Adjust this value for the desired space from the top */
    left: 40px; /* Align to the left */
    margin: 0; /* Remove default margins */
    padding: 0; /* Optional: remove any padding */
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    z-index: 1; /* Ensure it is above other content in case it's being hidden */
}


.about_usTitle{
    margin: 0 auto;
    display: flex;
    text-align: center;
    padding-top: 80px;
    justify-content: center;
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); /* More prominent shadow for depth */
    border-radius: 15px; /* Increased rounding for softness */
    background: white;
    border: 1px solid #bdc3c7; /* Soft gray border for sophistication */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Soft shadow for lift */
    align-content: center;
}
.about_usSubheading{
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    display: flex;
    flex-basis: 100%;
}

.subsubaboutus {
    margin-bottom: 20px;
    width: 30%;
}}

@media screen and (min-width: 769px) and (max-width: 900px){
body {
    background-color: #4169E1; /* Royal Blue background */
}

.aboutus{
    width: 70%;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 50px;
    margin: 0 auto;
    
}

.subaboutus1 {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 40px;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    margin: 0;
    gap: 10px;
    text-align: left;
    align-items: center;
}

.subaboutus2 {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 3px;
    display: flex;
    flex: 1 1 45%;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    margin: 0;
    gap: 10px;
    text-align: left;
    align-items: center;
    position: relative;
}

.subaboutus2 .about_usSubheading {
    position: absolute; /* Absolutely position it inside the parent */
    top: 40px; /* Adjust this value for the desired space from the top */
    left: 40px; /* Align to the left */
    margin: 0; /* Remove default margins */
    padding: 0; /* Optional: remove any padding */
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    z-index: 1; /* Ensure it is above other content in case it's being hidden */
}


.about_usTitle{
    margin: 0 auto;
    display: flex;
    text-align: center;
    padding-top: 80px;
    justify-content: center;
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); /* More prominent shadow for depth */
    border-radius: 15px; /* Increased rounding for softness */
    background: white;
    border: 1px solid #bdc3c7; /* Soft gray border for sophistication */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Soft shadow for lift */
    align-content: center;
}
.about_usSubheading{
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    display: flex;
    flex-basis: 100%;
}

.subsubaboutus {
    margin-bottom: 20px;
    width: 30%;
}}

@media screen and (min-width: 481px) and (max-width: 768px){
body {
    background-color: #4169E1; /* Royal Blue background */
}

.aboutus{
    width: 80%;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    margin-top: 0;
    margin-left: 50px;
    margin-right: 50px;
    margin: 0 auto;
    font-size: 0.9em;
    
}

.subaboutus1 {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 40px;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    margin: 0;
    gap: 10px;
    text-align: left;
    align-items: center;
}

.subaboutus2 {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 3px;
    display: flex;
    flex: 1 1 45%;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    margin: 0;
    gap: 10px;
    text-align: left;
    align-items: center;
    position: relative;
}

.subaboutus2 .about_usSubheading {
    position: absolute; /* Absolutely position it inside the parent */
    top: 40px; /* Adjust this value for the desired space from the top */
    left: 40px; /* Align to the left */
    margin: 0; /* Remove default margins */
    padding-bottom: 50px; /* Optional: remove any padding */
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    z-index: 1; /* Ensure it is above other content in case it's being hidden */
}


.about_usTitle{
    margin: 0 auto;
    display: flex;
    text-align: center;
    padding-top: 80px;
    justify-content: center;
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); /* More prominent shadow for depth */
    border-radius: 15px; /* Increased rounding for softness */
    background: white;
    border: 1px solid #bdc3c7; /* Soft gray border for sophistication */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Soft shadow for lift */
    align-content: center;
}
.about_usSubheading{
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    display: flex;
    flex-basis: 100%;
}

.subsubaboutus {
    margin-bottom: 20px;
    width: 30%;
}}

.subsubaboutus p{
    padding-top: 50px;
    text-align: top;
    vertical-align: top;
}

@media screen and (max-width: 480px){
body {
    background-color: #4169E1; /* Royal Blue background */
}

.aboutus{
    width: 95%;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-top: 0;
    margin: 0 auto;
    font-size: 0.7em;
    
}

.subaboutus1 {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 40px;
    border-radius: 3px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    margin: 0;
    gap: 10px;
    text-align: left;
    align-items: center;
}

.subaboutus2 {
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 3px;
    display: flex;
    flex: 1 1 45%;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    justify-content: space-between;
    margin: 0;
    gap: 10px;
    text-align: left;
    align-items: center;
    position: relative;
}

.subaboutus2 .about_usSubheading {
    position: absolute; /* Absolutely position it inside the parent */
    top: 40px; /* Adjust this value for the desired space from the top */
    left: 40px; /* Align to the left */
    margin: 0; /* Remove default margins */
    padding: 0; /* Optional: remove any padding */
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    z-index: 1; /* Ensure it is above other content in case it's being hidden */
}


.about_usTitle{
    margin: 0 auto;
    display: flex;
    text-align: center;
    padding-top: 80px;
    justify-content: center;
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); /* More prominent shadow for depth */
    border-radius: 15px; /* Increased rounding for softness */
    background: white;
    border: 1px solid #bdc3c7; /* Soft gray border for sophistication */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Soft shadow for lift */
    align-content: center;
}
.about_usSubheading{
    font-family: "Bruno Ace SC", sans-serif;
    color: royalblue;
    display: flex;
    flex-basis: 100%;
}

.subsubaboutus {
    margin-bottom: 20px;
    width: 25%;
}

}