

body{
    font-family: "Alexandria", sans-serif;
    font-size: 16px;
}
.st-site-header .st-site-branding img {
    width: 20rem;
}

.ltr{
    direction: ltr;
}

.st-list.st-style2.st-color1 li i {
    color: #0cb8b6;
}
.color-primary{
    color: #0cb8b6;
}
.st-site-footer .st-main-footer .custom-width{
    width: 30%;
}

.st-member .st-member-img img{
    height: 20rem;
    width: 100%;
}

.contact-us {
    font-size: 1.5rem;
}

.contact-us .st-list{
    gap: 1rem;
}

.contact-us .st-list strong{
    margin-bottom: 10px;
}

.st-section-heading.st-style1 .st-section-heading-subtitle{
    font-size: 20px;
}

.st-text-block.st-style1.st-type1 .st-text-block-text{
    font-size: 18px;
}

@media screen and (max-width: 991px) {
    .st-height-lg-b50 {
        height: 100px;
    }

    .st-site-footer .st-main-footer .custom-width{
        width: 100%
    }
}
@media (max-width : 480px) {
    .st-site-footer .st-main-footer .custom-width{
        width: 100%;
    }

    .st-site-header .st-site-branding img{
        width: 20rem;
    }


}

.funfact-equal {
    display: flex;
    margin-bottom: 1rem;
}
.funfact-equal .st-funfact {
    flex: 1;
    display: flex;
    flex-direction: column;
}
