

.ceo-message-desc h1{
    font-weight: 600px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 16px;
    
}
.ceo-message-desc p{
    color: #ffffff;
    font-size: 16px;
    text-align: justify;
}
.ceo-message-desc .ceo-contact span{
    color: var(--primary-color);
    font-size: 16px;
    text-align: justify;
}
.ceo-message-desc h6{
    color: #ffffff;
    margin-bottom: 20px;
    text-align: justify;
    font-weight: 600;
}
.ceo-message-desc :nth-child(2){
    font-weight: 400;
}

.ceo-message-img img{
    width: 70%;
    aspect-ratio: 1;
    object-fit: cover;
}



@media screen and (max-width: 992px) {
    .ceo-message-main .row {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        
    }
}
@media screen and (max-width: 576px) {

    .ceo-message-img img{
        width: 90%;
    }

    .ceo-message-desc h1{
       font-size: 24px;
        
    }
    .ceo-message-desc p{
        font-size: 14px;
    }
    
    
}