.rn-custom-btn-white {
    color: #c6c9d8;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}

.rn-custom-btn-white:hover {
    color: #c3c5d5 !important;
    text-decoration: none;
}

.rn-custom-btn-white:active {
    border: none;
}

.rn-custom-btn-white:focus {
    box-shadow: 0 0 0 0.0 rgba(0, 123, 255, 0.25);
    outline: none !important;
    outline: 0 auto -webkit-focus-ring-color !important;
    outline-offset: 0;
    border: none;
}

.top {
    top: 0;
    bottom: auto;
}

.left {
    right: auto;
    left: 0;
}

.border-thick {
    border-width: 4px!important;
}

.service .logos img {
    max-height: 70px;
    max-width: 344px;
    cursor: pointer;
}

.lh--54 {
    line-height: 1.0074em;
}