.whats_inside_report__container {
    padding: 100px 0 20px 0;
}
.whats_inside_report__subtitle {
    max-width: 530px;
    margin-right: auto;
    margin-left: auto;
}

.whats_inside_report__list {
    margin-bottom: 10px;
}
.whats_inside_report__col {
    margin-bottom: 20px;
}
.whats_inside_report__item {
    border-radius: 20px;
    position: relative;
    padding: 85px 30px 30px 30px;
    margin: 0 0 30px 0;
    background-color: var(--color-white);
    height: 100%;
}
.whats_inside_report__item-image-container {
    display: block;
    width: 44px;
    height: 44px;
    background-color: var(--color-orange-50);
    position: absolute;
    top: 30px;
    left: 30px;
    border-radius: 50%;
}
.whats_inside_report__item-image {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-filter: var(--filter-orange-400);
    filter: var(--filter-orange-400);
}
.whats_inside_report__item-title {
    font-family: var(--ff-primary);
    font-style: normal;
    font-weight: var(--fw-medium);
    color: var(--color-text);
    font-size: 20px;
    line-height: 26px;
    display: block;
    cursor: default;
    margin-bottom: 7px;
}
.whats_inside_report__item-text,
.whats_inside_report__item-text * {
    font-family: var(--ff-primary);
    font-style: normal;
    font-weight: var(--fw-regular);
    color: var(--color-gray-500);
    font-size: 16px;
    line-height: 21px;
    cursor: default;
}
.whats_inside_report__item-text {
    margin-bottom: 0;
}
.whats_inside_report__item-text * {
    margin-bottom: 0;
}
.whats_inside_report__item-text a, 
.whats_inside_report__item-text a:focus {
    color: var(--color-blue-400);
    text-decoration: underline;
}
.whats_inside_report__item-text a:hover,
.whats_inside_report__item-text a:active {
    text-decoration: underline;
    color: var(--color-orange-500);
    cursor: pointer;
}
.whats_inside_report__item-text p {
    margin-bottom: 10px;
}
.whats_inside_report__item-text p:last-child {
    margin-bottom: 0;
}
.whats_inside_report__item-text strong {
    font-weight: var(--fw-bold);
}
.whats_inside_report__item-text em {
    font-style: italic;
}
.whats_inside_report__button {
    margin-bottom: 20px;
    position: relative;
    z-index: 3;
}
.whats_inside_report__button::after {
    content: '';
    display: block;
    width: 96px;
    height: 61px;
    background-image: url('../../../../image/misc/arrow-tip.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: -120px;
    -webkit-filter: var(--filter-gray-200);
    filter: var(--filter-gray-200);
    z-index: 4;
}

.whats_inside_report__images {
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    margin-bottom: 45px;
}
.whats_inside_report__image {
    position: relative;
    max-width: 100%;
    object-fit: contain;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 11px 24px 0px #B6C1D31A,
    0px 44px 44px 0px #B6C1D317,
    0px 100px 60px 0px #B6C1D30D,
    0px 177px 71px 0px #B6C1D303,
    0px 277px 78px 0px #B6C1D300;
}
#whats_inside_report__image_1 {
    z-index: 4;
    position: relative;
    max-width: 60%;
}
#whats_inside_report__image_2 {
    z-index: 3;
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 60%;
    max-height: 340px;
    transform: translateY(-50%);
}
@media screen and (max-width: 1201px) {
    
}

@media screen and (max-width: 992px) {
    .whats_inside_report__images {
        max-width: 330px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 35px;
    }
    #whats_inside_report__image_1 {
        max-width: 234px;
        margin-top: 30px;
        position: relative;
        left: 0;
    }
    #whats_inside_report__image_2 {
        max-width: 250px;
        top: 0;
        position: absolute;
        right: 0;
        transform: none;
    }
}

@media screen and (max-width: 768px) {
    .whats_inside_report__container {
        padding: 60px 0 1px 0;
    }
    .whats_inside_report__item {
        padding: 50px 15px 10px 15px;
        margin: 0 0 10px 0;
    }
    .whats_inside_report__item-image-container {
        width: 30px;
        height: 30px;
        top: 15px;
        left: 15px;
    }
    .whats_inside_report__item-image {
        width: 16px;
        height: 16px;
    }
    .whats_inside_report__item-title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 7px;
    }
    .whats_inside_report__item-text, 
    .whats_inside_report__item-text * {
        font-size: 12px;
        line-height: 15px;
    }
    .whats_inside_report__button::after {
        width: 55px;
        height: 64px;
        background-image: url('../../../../image/misc/arrow-tip__mobile.svg');
        top: 0;
        right: -60px;
    }
}