﻿.BoardOfDirectors header .textcontext {
    font-size: clamp(15px, 1vw, 30px);
    color: #646464;
    text-align: right;
}

.listingDescription, .textContent, .form-intro {
    font-size: 16px;
    color: #646464;
    line-height: 25px;
    text-align: right;
}

.DetailsPage {
    width: 100%;
    background: #481e72;
    box-sizing: border-box;
    color: white;
    padding: 52px;
}

    .DetailsPage .header {
        font-size: clamp(25px, 2vw, 30px);
        font-weight: 700;
        margin: 15px 0;
    }

.header_AboutUs {
    background-color: #6f737a;
    color: white;
    height: auto;
    width: 100%;
    padding: 20px;
    font-size: clamp(10px, 2vw, 15px);
}

h3 {
    font-size: 22px;
    color: #282828;
    font-weight: bold;
    text-align: right;
}

.byblosAbout {
    font-size: clamp(15px, 1vw, 30px);
    color: #646464;
    margin: 0;
}

    .byblosAbout .col ul {
        margin-top: 20px;
        font-size: 16px;
    }

.descrip {
    font-size: 16px;
    padding: 10px 0;
}

li::before {
    right: 0
}

#BodyRight li, .listingDescription li {
    padding-right: 12px;
    position: relative;
    margin-bottom: 8px;
}

.lk {
    color: #000;
    font-size: 16px;
}

main {
    padding-bottom: 0
}

.stickyTools h3 {
    font-size: 28px;
    color: #282828;
    margin-bottom: 0;
    text-align: center
}
