body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.container-ceo{
    flex-wrap: wrap;
    margin: 80px 0px;
    display: flex;
    gap: 150px;
    justify-content: center;
}

.lower-ceo{
    padding: 20px 0px;
    display: flex;
    justify-content:center;
    gap: 100px;
}

p i{
    display: block;
    text-align: center;
    font-size: 14px
}
.ceo h1{
    margin: 50px 0px;
    font-size: 22px !important;
    font-weight: 300 !important;
    word-spacing: 3px;
    font-family: "Rubik", sans-serif;
    color: #686a6f !important;
}
.lower-ceo img{
    width: 100px;
    margin: 0px auto;
    display: block;
}

.ceo h2{
    text-align: center;
    margin: 10px 0px;
    font-size: 1.4rem;
}

.ceo-main-h{
    text-align: center;
    font-weight: 400;
    font-size: 80px;
    margin: 20px 0px;
}