/* Section IR---------------------------------------------*/

.pic-name {
    width: 250px;
    margin-top: -40px;
    height: 70px;
}

.overlay {
    bottom: 78px;
}

.text-manage-after {
    margin-top: -55px;
}

.text-meeting-after {
    margin-top: -55px;
}

.text-payment-after {
    margin-top: -18px;
}

.text-analyze-after {
    margin-top: -18px;
}

@media (max-width: 1199px) {
    .pic-name {
        width: 200px;
        font-size: 18px;
        margin-top: -20px;
        height: 40px;
    }
    .overlay {
        bottom: 75px;
    }
    
}

@media (max-width: 991px) {
    .pic-name {
        width: 270px;
        font-size: 20px;
        margin-top: -20px;
        height: 50px;
    }   
    
    .overlay {
        bottom: 65px;
    }
    .text-manage-after {
        margin-top: -40px;
    }
    
    .text-meeting-after {
        margin-top: -40px;
    }
    
    .text-payment-after {
        margin-top: 0px;
    }
    
    .text-analyze-after {
        margin-top: 0px;
    }
    .box-before {
        margin-top: -57px;
    }
}

@media (max-width: 767px) {
    .pic-name {
        width: 200px;
        font-size: 20px;
        margin-top: -20px;
        height: 65px;
    }   
}

@media (max-width: 473px) {
    .pic-name {
        width: 180px;
        font-size: 15px;
        height: 40px;
        margin-top: 20px;
    }   
}

@media (max-width: 433px) {
    .pic-name {
        width: 150px;
        margin-top: 30px;
    }
    .box-before {
        margin-top: -67px;
    }   
}