﻿.wrap-graduated {
    position: absolute;
    top: -62px;
    z-index: 2;
    width: 100%;
    left: 0;
}

.icon-graduated {
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}

.title-popup-graduated {
    margin-top: 36px;
    color: #6F42C1;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.sub-title-graduated {
    color: #514458;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 131.25% */
}

.desc-graduated {
    margin-top: 10px;
    color: #514458;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px; /* 131.25% */
    margin-bottom: 10px;
}

.btn-modal-graduated {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -36px;
    padding-left: 5%;
    padding-right: 5%;
}

.btn-modal-graduated .btn-secondary {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}