.media.service {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.media-body {
    flex: 1;
}

.media-right i,
.media-left i {
    font-size: 28px;
    margin: 0 15px;
}

/* service lists */
.service {
    margin-bottom: 20px
}

.service .media-right i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #FC7700;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}

.service .media-left i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #FC7700;
    color: #ffffff;
    padding: 25px 0;
    border-radius: 50px;
    border-top-right-radius: 0;
    margin: 0 10px;
    margin-left: 20px;
    width: 82px;
    height: 80px;
    transition: background-color 0.5s;
}

.process:hover i.fa,
.service:hover i.fa {
    background-color: #333333
}

h4.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
    line-height: 20px;
}


/* ========================= */
section .termos {
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.termo {
    margin-bottom: 10px;
    border: 1px solid #fc7700;
    border-radius: 8px;
    overflow: hidden;
}

.termo button {
    width: 100%;
    text-align: left;
    padding: 12px 16px;
    font-size: 16px;
    background-color: #fff3e6;
    border: none;
    cursor: pointer;
    outline: none;
    position: relative;
}

.termo button:hover {
    background-color: #ffe1cc;
}

.termo button::after {
    content: '▶';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.termo button.active::after {
    transform: translateY(-50%) rotate(90deg);
}

.resposta {
    display: none;
    padding: 12px 16px;
    background-color: #fff;
    border-top: 1px solid #fc7700;
    text-align: left;
}

/* ================ */

.afiliado-centro {
  text-align: center;
  margin: 40px auto;
  /* max-width: 700px; */
}

/* ========= */

