.home-section-5 {
    padding-top: 10px;
    background-color: #f7fafd;
}

.home-section-5 .container .row {
    display: flex;
    justify-content: center;
}

.home-section-5 .container .row-1 {
    /* margin-bottom: 65px; */
}

.home-section-5 .container .row-2 {
    margin-bottom: 60px;
}

.home-section-5-heading {
    font-size: calc(1.375rem + 1.5vw);
    text-align: center;
    margin-bottom: 20px;
    margin-top: 45px;
    font-weight: bold;
}

.home-section-5 .container .text {
    font-weight: 600;
}

.home-section-5 .container p {
    font-size: 18px;
    color: #707070;
}

.home-section-5 .container .text span {
    font-size: 25px;
}

.home-section-5 .container .row .stat-block {
    display: flex;
    margin-right: 113px;
    margin-bottom: 30px;
}

.home-section-5 .container .row .stat-block img {
    width: 67px;
    height: 56px;
    margin-top: 17px;
}

.home-section-5 .container .row .stat-block .stats-block-numbers {
    margin-left: 32px;
}

@media screen and (max-width: 1199px) {
    .home-section-5 .container .row {
        justify-content: start;
    }
    .home-section-5 .container .row .stat-block {
        display: flex;
        margin-right: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .home-section-5-heading {
        font-size: calc(1.375rem + 1.5vw);
        text-align: center;
        margin-bottom: 10px;
        margin-top: 45px;
        font-weight: bold;
    }
}

@media screen and (max-width: 768px) {
    .home-section-5-heading {
        font-size: calc(1.375rem + 1.5vw);
    }
    .home-section-5 .container .text span {
        font-size: 20px;
    }
    .home-section-5 .container .row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .home-section-5 .container .row .stat-block {
        display: flex;
        margin-right: 50px;
        width: 300px;
    }
    .home-section-5 .container .row .stat-block .stats-block-numbers {
        margin-left: 25px;
    }
    .home-section-5 .container .text {
        font-weight: 550;
        font-size: 45px;
    }
    .home-section-5 .container p {
        font-size: 14px;
        color: #707070;
    }
    .home-section-5 .container .text span {
        font-size: 22px;
    }
    .home-section-5 .container .row .stat-block img {
        width: 55px;
        height: 55px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 425px) {
    .home-section-5-heading {
        font-size: calc(1.375rem + 1.5vw);
    }
    .text {
        font-size: 28px;
    }
    .row-1 {
        padding-left: 60px;
    }
    .home-section-5 .container .row .stat-block {
        display: flex;
        margin-right: 50px;
        width: 250px;
        margin-bottom: 0px;
    }
    .home-section-5 .container .row .stat-block .stats-block-numbers {
        margin-left: 18px;
    }
    .home-section-5 .container .text {
        font-weight: 550;
    }
    .home-section-5 .container p {
        font-size: 11px;
        color: #707070;
    }
    .home-section-5 .container .text span {
        font-size: 18px;
    }
    .home-section-5 .container .row .stat-block img {
        width: 55px;
        height: 55px;
        margin-top: 15px;
    }
    .home-section-5 {
        padding-bottom: 25px;
        padding-top: 1px;
    }
}

.img-container-web{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container-web img{
    max-width: 70%;
}

.img-container-mobile{
    display: none;
}

@media screen and (max-width: 500px){
    .img-container-web{
        display: none;
    }
    .img-container-mobile{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .img-container-mobile img{
        max-width: 90%;
    }
}
