.experience-center-brazil {
    padding: 90px 0;
}

.td-fix-exp-fit{
    width: 100px;
}

.td-fix-max-wdt{
    width: 100%;
}

.banner-fix-bt{
    margin-bottom: 1.5rem !important;
}

.experience-center-brazil h2 {
    color: #222222;
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    margin-bottom: 16px;
}
.experience-center-brazil p {
    color: #666666;
    font-weight: normal;
    font-size: 16px;
    line-height: 175%;
}
.experience-center-brazil a {
    color: transparent;
    text-decoration: none;
}
.experience-center-brazil .btn {
    color: #3C7C00;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.experience-center-brazil .btn .material-icons{
    font-size: 14px;
    margin-left: 9.33px;
}
.experience-center-brazil img {
    margin-top: 48px;
    width: 100%;
}

.content-news .table-experience tbody > tr {
    border-top: 60px solid #ffffff;
}

.content-news .table-experience tbody > tr > td >img {
    border-radius: 0px 24px;
    margin-right: 15px!important;
}

.content-news .table>:not(caption)>*>* {
    padding-top: 0;
    border-bottom-width: 0px;
}

.content-news .table p {
    font-weight: normal;
    font-size: 16px!important;
    line-height: 175%;
}

.content-news .table p > strong {
    color: #222222;
    font-weight: normal;
    font-size: 20px;
    text-transform: unset;
}

.content-news .table img {
    margin: 0!important;
    position: inherit!important;
    background: #F0F0F0;
    margin: 10px 0 0 0;
    width: 80px!important;
}

.experience-events {
    padding: 174px 0;
    background-image: url("../img/events/experience-center.png");
    background-color: #F6F6F6;
    /* height: 784px; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 60px 0;
}
.experience-events .card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 452px;
    /* height: 484px; */
    background: #FFFFFF;
    border-radius: 0px 48px;
    padding: 64px 56px;
    border: 0;
}
.experience-events .card-body {
    padding: 0;
}
.experience-events .card-body .card-title {
    position: static;
    width: 328px;
    color: #222222;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 150%;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}
.experience-events .card-body {
    color: #666666;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 175%;
}
.experience-events .card-body a {
  color: #3C7C00;
}

@media (max-width: 540px) {
    .experience-center-brazil h2, .experience-events .card-body .card-title {
        font-size: 24px;
    }

    .content-news .table-experience tbody > tr {
        display: flex;
        flex-direction: column;
        border-top: 30px solid #ffffff;
    }

    .content-news .table-experience tbody > tr > td >img {
        margin-bottom: 16px;
    }

    .content-news .table p > strong {
        font-size: 16px;
    }
}
