aside#slider ul li strong {
    max-width: 940px;
    font-size: 40pt;
    padding-top: 10px;
}
header section nav #clients {
    width: 140px;
}

article.license{ overflow: auto;}

/*article.options ul li{height:330px;}*/

article.options ul li h2 {margin-bottom: 10px;}

article.options .subtitle{margin-bottom: 10px; margin-left: 10px; font-weight: normal;}

.custom-counter {
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
    padding-left: 0px;
}

.custom-counter li {
     counter-increment: step-counter;
    margin-bottom: 14px;
    font-size: 11pt;
 }

 .custom-counter li::before {
     content: counter(step-counter);
     margin-right: 5px;
     font-size: 80%;
     background-color: rgb(128,128,128);
     color: white;
     font-weight: bold;
     padding: 3px 8px;
     border-radius: 3px;
 }

aside#slider .title-box strong {
    max-width: 940px;
    font-size: 40pt;
    padding-top: 50px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
    margin-top: 200px;
}

.slider_desc {
    color: #fafafa;
    font-size: 16pt;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    align-content: space-between;
    z-index: 11;
    font-weight: bold;
    justify-content: space-around;
}

.license h2 ins {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: #ff0000;
    width: 36px;
    height: 36px;
    top: 0;
    right: 20px;
    font-size: 12pt;
    line-height: 36px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    letter-spacing: -1px;
    position: absolute;
    display: block;
    text-align: center;
}

.slider_desc b{ background-color: rgba(255, 255, 255, 0.5); padding: 4px 2px; font-size: 22pt; display: block;}

article.partners section ul li {
    width: 188px;
}

article.foragents section > ol > li:before {
    min-width: 30px;
}

p ins {
    margin: 6px 0 0 -36px;
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.itransfers-logo {
    line-height: 80px;
}

.partner_logo {
   max-height: 78px;
    max-width: 150px;
    margin-right: 20px;
    margin-bottom: 30px;
}

.partner_logo img {
    height: 100%
}

.social {
    margin-bottom: 30px;
}

.social p {
    margin: 0
}

.social small {
    padding-top: 0
}