/**
Lo copy from max tree
 */

.theme_maxThree-officers {
    padding: 30px 12px;
}

@media (min-width:768px) {
    .theme_maxThree-officers {
        padding: 60px 12px;
    }
}

.theme_maxThree-officer--box {
    background: var(--color1-rgb);
    padding: 15px;
}

.theme_maxThree-officer--heading {
    font-size: 26px;
    line-height: 28px;
}

.theme_maxThree-officer--text.mb-0 {
    font-size: 27px;
    line-height: 28px;
}

.theme_maxThree-officer-overlay {
    background: var(--color1-rgb);
    top: calc(-100% - 94px);
    height: calc(100% - 94px);
    transition: all ease 0.5s;
    padding: 15px 40px 0px;
}

.theme_maxThree-officer-overlay:after {
    content: '';
    width: calc(100% - 80px);
    height: 2px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.theme_maxThree-officer--area:hover .theme_maxThree-officer-overlay {
    top: 0;
    transition: all ease 0.5s;
}

.theme_maxThree-officer-text {
    font-size: 19px;
    font-family: roboto;
    line-height: 24px;
}

.theme_maxThree-officer-btn {
    padding: 30px 0px 40px;
}

.theme_maxThree-officer-hoverbtn {
    border: 3px solid #ffffff;
    display: block;
    width: 160px;
    height: 42px;
    line-height: 37px;
    color: #ffffff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    background-color: var(--color-1);
    margin: 0 auto;
}

.theme_maxThree-officer-hoverbtn:hover {
    color: var(--color-1);
    border: 3px solid var(--color-1);
    background-color: #ffffff;
}

.theme_maxThree-viewbtns {
    padding-top: 60px;
}



@media(max-width:1199px) {
    .theme_maxThree-officer-btn {
        padding: 10px 0px 20px;
    }
}


@media(max-width:991px) {
    .theme_maxThree-officer-btn {
        padding: 10px 0px 20px;
    }
}