.ceo {
  padding: var(--padding-container);
}
.ceo .container-fluid {
  max-width: 991px;
  position: relative;
}
.ceo .container-text {
  width: 922px;
  height: 577px;
  border-radius: 10px;
  background-color: var(--cinza-escuro);
  background-image: url('../../imgs/backceo.png');
  background-position: 108% -140px;
  background-repeat: no-repeat;
}
.ceo .container-text p{
  width: 391px;
  margin-left: 145px;
  padding-top: 123px;
  font-size: 1.2em;
  position: relative;
}
.ceo .container-text p span{
  color:var(--vermelho-adtail);
}
.ceo .container-text p::before{
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2282%22%20height%3D%2267%22%20fill%3D%22none%22%20viewBox%3D%220%200%2082%2067%22%3E%0A%20%20%3Cpath%20fill%3D%22%23393939%22%20d%3D%22M36.776%208.045c-3.825%202.197-6.917%204.11-9.277%205.737-2.36%201.546-4.76%203.622-7.202%206.226-2.279%202.441-4.028%205.005-5.25%207.69-1.22%202.686-2.074%206.144-2.563%2010.376h5.86c5.045%200%208.992%201.262%2011.84%203.784%202.93%202.442%204.395%206.063%204.395%2010.865%200%203.418-1.302%206.632-3.906%209.643-2.523%202.93-6.022%204.395-10.498%204.395-6.999%200-12.004-2.279-15.015-6.836C2.15%2055.286.644%2049.223.644%2041.736c0-5.29%201.139-10.09%203.418-14.404%202.278-4.395%205.045-8.3%208.3-11.719%203.337-3.5%206.877-6.47%2010.62-8.91%203.744-2.442%206.877-4.436%209.4-5.982l4.394%207.324Zm45.166%200c-3.824%202.197-6.917%204.11-9.277%205.737-2.36%201.546-4.76%203.622-7.202%206.226-2.36%202.523-4.15%205.127-5.371%207.812-1.14%202.604-1.953%206.022-2.442%2010.254h5.86c5.045%200%208.992%201.262%2011.84%203.784%202.93%202.442%204.395%206.063%204.395%2010.865%200%203.418-1.302%206.632-3.906%209.643-2.523%202.93-6.022%204.395-10.498%204.395-6.999%200-12.004-2.279-15.015-6.836-3.01-4.639-4.516-10.702-4.516-18.189%200-5.29%201.139-10.09%203.417-14.404%202.28-4.395%205.046-8.3%208.301-11.719%203.337-3.5%206.877-6.47%2010.62-8.91%203.744-2.442%206.877-4.436%209.4-5.982l4.394%207.324Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 81px;
  height: 66px;
  position: absolute;
  left: -100px;
  top: 95px;
  color: rgba(255,255,255,.3);
}
.ceo .container-img {
  width: 366px;
  height: 433px;
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
  clip-path: polygon(86% 0, 100% 12%, 100% 100%, 14% 100%, 0 88%, 0 0);
  -webkit-clip-path: polygon(86% 0, 100% 12%, 100% 100%, 14% 100%, 0 88%, 0 0);
}
.ceo .container-img img{
  width: 100%;
  border-radius: 5px;
}
.ceo .container-img .dados{
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ceo .container-img .dados div{
  color: #fff;
  background-color: var(--vermelho-adtail);
  padding: 0 3px;
}
.ceo .container-img .dados div:first-child{
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width:991px) {
  .ceo .container-fluid {
    max-width: 768px;
  }
  .ceo .container-text{
    width: 700px;
    height: 473px;
  }
  .ceo .container-text p {
    width: 306px;
    margin-left: 106px;
    padding-top: 69px;
    font-size: 1.1em;
  }
  .ceo .container-text p::before {
    left: -90px;
    top: 47px;
  }
  .ceo .container-img {
    width: 256.2px;
    height: 307.55px;
    right: 14px;
  }
  .ceo .container-text {
    background-size: cover;
  }
}
@media (max-width:768px) {
  .ceo .container-fluid {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ceo .container-text{
    width: 100%;
    height: auto;
    order: 1;
    margin-top: -105px;
    background-image: none;
  }
  .ceo .container-text p {
    width: 100%;
    margin: 0;
    padding: 130px 15px 15px 15px;
    font-size: 1em;
  }
  .ceo .container-text p::before{
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2233%22%20fill%3D%22none%22%20viewBox%3D%220%200%2082%2067%22%3E%0A%20%20%3Cpath%20fill%3D%22%23393939%22%20d%3D%22M36.776%208.045c-3.825%202.197-6.917%204.11-9.277%205.737-2.36%201.546-4.76%203.622-7.202%206.226-2.279%202.441-4.028%205.005-5.25%207.69-1.22%202.686-2.074%206.144-2.563%2010.376h5.86c5.045%200%208.992%201.262%2011.84%203.784%202.93%202.442%204.395%206.063%204.395%2010.865%200%203.418-1.302%206.632-3.906%209.643-2.523%202.93-6.022%204.395-10.498%204.395-6.999%200-12.004-2.279-15.015-6.836C2.15%2055.286.644%2049.223.644%2041.736c0-5.29%201.139-10.09%203.418-14.404%202.278-4.395%205.045-8.3%208.3-11.719%203.337-3.5%206.877-6.47%2010.62-8.91%203.744-2.442%206.877-4.436%209.4-5.982l4.394%207.324Zm45.166%200c-3.824%202.197-6.917%204.11-9.277%205.737-2.36%201.546-4.76%203.622-7.202%206.226-2.36%202.523-4.15%205.127-5.371%207.812-1.14%202.604-1.953%206.022-2.442%2010.254h5.86c5.045%200%208.992%201.262%2011.84%203.784%202.93%202.442%204.395%206.063%204.395%2010.865%200%203.418-1.302%206.632-3.906%209.643-2.523%202.93-6.022%204.395-10.498%204.395-6.999%200-12.004-2.279-15.015-6.836-3.01-4.639-4.516-10.702-4.516-18.189%200-5.29%201.139-10.09%203.417-14.404%202.28-4.395%205.046-8.3%208.301-11.719%203.337-3.5%206.877-6.47%2010.62-8.91%203.744-2.442%206.877-4.436%209.4-5.982l4.394%207.324Z%22%2F%3E%0A%3C%2Fsvg%3E%0A");
    width: 40px;
    height: 33px;
    left: 15px;
    top: 88px;
  }
  .ceo .container-img {
    width: 170px;
    height: 203.55px;
    right: auto;
    top: 0;
    transform: none;
    left: 0;
    position: relative;
  }
  .ceo .container-text {
    background-size: cover;
  }
}
