
.box {
    background-color: #D4E2F6;
    /* height: 180px;
    display: flex; */
    gap: 20px;
    align-items: center;
}

.box1 {
    display: flex;
    /* width: 78vw;
    margin: auto;
    justify-content: space-between; */
}

.title {
    display: flex;
    gap: 0 30px;
    align-items: center;
    padding: 0 40px 0 40px;
    width: 40%;
}

.title img {
    width: 70px;
}

.title p {
    font-size: xxx-large;
    color: #084772;
    margin-bottom: 0;
}

.box2 {
    font-size: 14px;
    color: #084772;
    line-height: 2;
    display: flex;
    align-items: center;
    width: 60%;
    padding: 48px 50px 48px 50px;
}

.box2 p {
    /*border: 2px solid black;*/
    margin: 0;
}

/* ///////////////// */

h1 , p , li {
    font-family:  system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.about-us .image{
    width: 40% !important;
    padding: 50px;   
}


.about-us .about-text  {
    width: 60% !important;
    padding: 35px; 
    /*border: 2px solid black;*/  
}


.about-us .image img{
    width: 100%;
}

.about-us {
    display: flex;
    /* align-content: center; */
    align-items: center;
}


.about-text h1 , .about-text p , .about-text li {
    color: #074263;
}

.about-text p {
    font-size: 14px;
    line-height: 2;
}

.about-text ul.dashed li {
    font-size: 14px;
    line-height: 2;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed > li {
    text-indent: -5px;
}

ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
    margin-right: 10px;
}