﻿section.salmondo .text-color {
    text-transform: uppercase;
    text-align: center;
    line-height: normal;
    color: #f15b2b;
    background: linear-gradient(to right, #f15b2b 0%, #eb8a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.salmondo .text-title {
    color: #216DA5;
    text-align: center;
    font-weight: 600;
}

section.salmondo .text-bolder {
    font-weight: 600;
}

section.salmondo .salmondo-text-format p {
    line-height: 27px;
}

section.salmondo .bg-white {
    background-color: #ffffff;
}

section.salmondo .row-top-30 {
    padding-top: 30px;
}

section.salmondo .salmondo-list {
    font-weight: 600;
}

section.salmondo .salmondo-list li {
    padding-left: 12px;
    position: relative;
    line-height: 27px;
    margin-bottom: 8px;
}

    section.salmondo .salmondo-list li span.fa {
        position: absolute;
        top: 6px;
        left: 0;
        color: #f15b2b;
    }

section.salmondo .counter {
    max-height: 266px;
    max-width: 266px;
}

section.salmondo .opinions-icon {
    max-height: 149px;
    max-width: 147px;
}

.justify-center {
    justify-content: center;
}

.flex--wrap {
    flex-wrap: wrap;
}

.align--center {
    align-items: center;
}

.signature-opinions {
    text-align: right;
    display: block;
    line-height: 13px;
    font-size: 12px;
    margin-top: 10px;
}

@media (max-width: 992px) {
    section.salmondo .counter {
        max-height: 150px;
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    section.salmondo .opinions-icon {
        max-height: 100px;
        max-width: 130px;
    }
}
