* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

.container {
    width: 87.5%;
    margin: 0 auto;
    max-width: 1920px;
}

.wrapper {
    padding: 133px 0px 126px 0px;
}

.wrapper_inner {
    width: 96.13095238095238%;
    margin: 0 48px 0px 17px;
    border: 1px solid rgba(56, 56, 56, 0.40);
    background: #FFF;
    box-shadow: 0px 10px 40px 0px rgba(85, 105, 135, 0.15);
    padding: 83px 79px 123px 98px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}
.wrapper_inner .same_section{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}
.wrapper_inner .same_section h3 {
    color: #085DB7;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.18px;
    text-transform: capitalize;
}

.wrapper_inner .same_section p,
.wrapper_inner .same_section li {
    color: #383838;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.096px;
}

.wrapper_inner .same_section p span {
    font-weight: 500;
}
.wrapper_inner .same_section .rank{
    margin-top: 10px;
}
.wrapper_inner .same_section .list{
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}
.wrapper_inner .same_section .disclaimer{
    margin-top: 19px;
}
.wrapper_inner .same_section .disclaimer_a{
       margin-top: -5px !important;
}