.tac p {
    max-width: 77.5rem;
    width: 95%;
    margin: 0 auto;
    text-align: left;
}

.tac p:not(:first-child) {
    margin-top: 0.7rem;
}


.tac__content {
    padding: 5rem 0;
}

.tac__block {
    padding: 0 1rem;
}

.tac__block:not(:last-child) {
    /* padding-bottom: 2.7rem; */
    margin-bottom: 2.7rem;

}

.tac--title {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5rem;
    color: #3b3a40;
    margin-bottom: 1.1rem;
    text-transform: capitalize;
}

.tac--details:not(:last-child) {
    margin-bottom: .8rem;
}

.text--link {
    color: blue;
}

.tac__block__items {
    padding-left: 1.7rem;
    font-weight: 400;
}

.tac__block--item {
    list-style: disc;
    color: #2F294A;
}

.tac__block--item:not(:last-child) {
    margin-bottom: .7rem;
}
















/* MEDIA QUIRES */
@media screen and (max-width: 1024px){
    .tac__content {
        padding: 2.5rem 0;
    }
}