.icons_with_image_three {
    position: relative;
}
.icons_with_image_three_inner {
    display: grid;
    grid-template-columns: 50% 50%; 
}
.icons_with_image_three .icons_left {
    position: relative;
    padding-left: 10rem;
    padding-right: 10rem;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.icons_with_image_three .list_icons {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}
.icons_with_image_three .icon {
    min-width: 70px;
}
.icons_with_image_three .content_list {
    display: flex;
    flex-direction: column;
    margin-left: 0rem;
}
.icons_with_image_three .content_top {
    margin-bottom: 3rem;
}
.icons_with_image_three .icons_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 40px;
    margin-bottom: 4rem;
}
.icons_with_image_three span.lablel {
    display: flex;
}
.icons_with_image_three .count {
    font-size: 18px;
    color: #000;
    display: inline-block;
    margin-right: 1rem;
}
.icons_with_image_three .content_top a {
    text-decoration: underline;
}
.icons_with_image_three .content_bottom a {
    text-decoration: underline;
}
.icons_with_image_three .icons_left .lablel {
    font-size: 18px;
    color: #000;
}
.icons_with_image_three .image_box_right {
    position: relative;
}
.icons_with_image_three .image_box_right_image {
    position: relative;
    width: 100%;
    height: 820px;
}
.icons_with_image_three .image_box_right_image img.img.box_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.icons_with_image_three .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; 
    bottom: 0;
    z-index: 2; 
}
.icons_with_image_three a.img_box_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    color: #ffff;
    background: #E11F1C;
    font-size: 20px;
    height: 66px;
    min-width: 232px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;  
}
.icons_with_image_three a.img_box_btn:hover {
    background: #000; 
}
.icons_with_image_three .image_box_right .content.black p    {
    color: #000;
    font-size: 24px;
}
.icons_with_image_three .image_box_right .content.red p  { 
    color: #E11F1C;
    font-size: 24px;
}
.icons_with_image_three .image_box_right .content.white p  { 
    color: #fff;
    font-size: 24px;
}
.icons_with_image_three .image_box_right .content.black span.label  { 
    color: #000;
}
.icons_with_image_three .image_box_right .content.red span.label  { 
    color: #E11F1C;
}
.icons_with_image_three .image_box_right .content.white span.label  { 
    color: #fff;
}
@media (max-width: 1025px) {
    .icons_with_image_three_inner {
        grid-template-columns: 1fr;
    }
    .icons_with_image_three .icons_left {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-bottom: 4rem;
    }
}
@media (max-width: 991px) {
    .icons_with_image_three {
        margin-top: 40px!important;
        margin-bottom: 40px!important;
    }
    .icons_with_image_three .icons_left .lablel {
        font-size: 18px;
    }
    .icons_with_image_three .icons_left .sub_label {
        font-size: 18px;
    }
    .icons_with_image_three .content_list {
        margin-left: 0rem;
    }
    .icons_with_image_three .image_box_right .content.white p {
        font-size: 18px;
    }
    .icons_with_image_three .image_box_right_image {
        height: 672px;
    }
    .icons_with_image_three a.img_box_btn {
        position: relative;
    }
    .icons_with_image_three .image_box_right .content {
        justify-content: center;
        padding: 3rem;
    }
    .icons_with_image_three .count {
        font-size: 18px;
    }
    .icons_with_image_three .content_list {
        margin-bottom: 0;
    }
    .icons_with_image_three .list_icons {
        margin-bottom: 2rem;
    }
    .icons_with_image_three .icons_list {
        grid-template-columns: 1fr;
        gap: 10px 10px;
        margin-bottom: 2rem;
    }
}