.content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.bg-doubts {
    background-image: url("../../img/itau/doubts/backgroud.webp");
}

.box-questions .card-header section > div {
    letter-spacing: 0px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #CFD1D3;
    padding: 13px 45px 13px 0;
}

.box-questions .card:last-child  .card-header section > div {
    border-bottom: 0px solid #CFD1D3;
}

.box-questions .card-body {
    padding: 0;
    text-align: justify;
    letter-spacing: 0px;
}

.questions-accordions h3,
.doubts-topics h4 {
    margin-bottom: 20px;
}

.questions-accordions h3::after,
.doubts-topics h4::after {
    content: "";
    float: left;
    background: #07BEBB;
    width: 100%;
    height: 5px;
    border-radius: 3px;
}

.doubts-topics-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
}

.doubts-topics-box-border {
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: end;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 15px;
    margin: 5px 0;
    height: 250px;
}

.doubts-topics-box-border:nth-child(5n+1),
.doubts-topics-box-border:nth-child(5n+2),
.doubts-topics-box-border:nth-child(5n+3),
.doubts-topics-box-border:nth-child(5n+4) {
    width: 48.5%;
}

.doubts-topics-box-border:nth-child(5n+2),
.doubts-topics-box-border:nth-child(5n+3) {
    height: 190px;
}

.doubts-topics-box-border:nth-child(5n+1),
.doubts-topics-box-border:nth-child(5n+3) {
    margin-right: 5px;
}

.doubts-topics-box-border:nth-child(5n+2),
.doubts-topics-box-border:nth-child(5n+4) {
    margin-left: 5px;
}

.doubts-topics-box-border:nth-child(5n+4) {
    margin-top: -55px;
}

.doubts-topics-box-border:nth-child(5n+5) {
    width: 100%;
    height: 190px;
}

.doubts-topics-body {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.doubts-topics-title {
    font-weight: 600;
    margin: 5px 0;
    color: #333;
    height: 50px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.doubts-topics-link {
    height: 40px;
    color: #4C4C4C;
    font-size: 15px;
    font-weight: 500;
    display: contents;
}

.doubts-topics-link a {
    display: block;
    color: #07BEBB;
}

my-email::after {
    content: attr(data-domain);
}
my-email::before {
    content: attr(data-user) "\0040";
}