.roles-wrapper {
    color: #475669;
    font-size: 15px;
    width: 80%;
}

.roles-wrapper:not(:last-of-type) {
    margin-bottom: 40px;
}

.roles-wrapper * {
    font-family: 'apercu_pro', sans-serif;
}

.roles-wrapper h2:not(.bth__ttl-h2) {
    font-size: 19px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.roles-wrapper__ul-dot li::after {
    content: '';
    background-color: #C8242B;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 9px;
}

.roles-wrapper__ul-dot li {
    padding-left: 20px;
    line-height: 25px;
    font-size: 15px;
    position: relative;
    margin-bottom: 5px;
}

.roles-wrapper__ul-dot {
    margin-bottom: 15px;
}

.roles-wrapper p {
    line-height: 25px;
    margin-bottom: 15px;
}

.roles-wrapper h3 {text-transform: uppercase;
    margin-bottom: 10px;
}

.lecense-img img {
    border-radius: 2px;
}

.lecense-img {
    display: inline-block;
    vertical-align: top;
    border-radius: 2px;
    width: 515px;
    border: 1px solid #ddd;
    height: 730px;
    padding: 10px;

}

.license-img-wrap {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1025px) {
    .roles-wrapper {
        width: 100%;
    }

    .license-img-wrap > div:first-of-type {
        margin-right: 15px;
        width: calc(50% - 15px);
    }

    .license-img-wrap > div {
        width: 50%;
    }

    .lecense-img {
        height: 525px;
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .license-img-wrap > div,
    .license-img-wrap > div:first-of-type {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .license-img-wrap {
        flex-direction: column;
    }

    .lecense-img {
        height: 400px;
    }

    .roles-wrapper p {
        font-size: 13px;
    }
}

