#profile-section .profile-title h2 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    font-feature-settings: 'liga' off;
    color: #294B66;
}

#profile-section .profile-subtitle p {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    font-feature-settings: 'liga' off;
    color: #294B66;
}


#profile-section .profile-content p {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    font-feature-settings: 'liga' off;

    /* 294B66 */

    color: #294B66;
}

#profile-section .feature-image img {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

#profile-section .feature-image img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}

#profile-section .feature-title h4 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #294B66;
    padding: 15px;
}

#profile-section .feature-content p {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #294B66;
}

#profile-section .about-middle-text h3 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #006090;
}

#profile-section .our-vision .our-vision-title h2 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
}

#profile-section .our-vision .our-vision-content h4 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;

}

#profile-section .our-vision {
    background-image: url('/assets/media/images/about us-our-vision bg.jpg');
    background-size:cover;
    min-height: 25vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#profile-section .our-certificates .certificate-item .certificate-title h4 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #294B66;
}

#profile-section .our-certificates .certificate-item .certificate-content ul li {
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-feature-settings: 'liga' off;
    color: #4E6F87;
   
}

#profile-section .our-certificates  .certificate-content ul li:before{
    content: '✓';
    color: #3BCD87;
    padding-right: 5px;

}

.quality-policy-content p{
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-feature-settings: 'liga' off;
    color: #294B66;
}

.quality-policy-content ul {
    padding-left: 0.7rem;
}

.quality-policy-content ul li:before{
    content: '✓';
    color: #3BCD87;
    padding-right: 5px;

}

.quality-policy-content ul li{
    text-indent: -1em;
    font-family: 'Sofia Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-feature-settings: 'liga' off;
    color: #4E6F87;
}