
/* Main content */

img.banner{
    width: 100% !important;
}

.banner p{
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;

    color: #000000;
}

/* Info box */

.info-section .col{
    margin-top: 70px;
}

.info-section img {
    width: 96px;
    height: 96px;
}

.info-section .box-info{
    margin-left: auto;
    margin-right: auto;

    width: 217.21px;
    height: 217.21px;

    padding: 10px;
    border-radius: 10px;
}

.info-section .box-info.blue {
    background: rgba(0, 110, 199, 0.9);
    box-shadow: 8px 8px 15px rgba(0, 110, 199, 0.4);
}

.info-section .box-info.red {
    background: rgba(204, 41, 42, 0.9);
    box-shadow: 12px 12px 60px rgba(204, 41, 42, 0.3);
}

.info-section .box-info .icon{
    margin-top: -60px;

}
.info-section .box-info .number{

    font-family: Markazi Text;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    line-height: 45px;
    text-align: center;

    color: #FFFFFF;

}
.info-section .box-info .detail{
    font-family: Markazi Text;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;

    color: #FFFFFF;
}
/* /Info box */

/* Retail */
.retail .banner img{
    width: 100%;
}

.retail .banner img{

}





/* Retail */

/* /Main content */

