.info36_wrapper{
    padding: 120px 0;
    min-height: 380px;
    position: relative;
}
.info36_bg_before::before{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    content: '';
    background-color: rgb(0 0 0 / 60%);
}
.info36_max_content_wrapper{
    max-width: 1200px;
    margin: 0 auto;
    z-index: 12;
}
.info36_content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 20px;

}
.info36_items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info36_items_content{
    padding: 10px;
    background: #fff;
    color: #000;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    box-shadow: 0 2px 15px 0 rgba(2,56,250,.2);
}
.info36_items_content>h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}
.info36_items_content>p{
    font-size: 16px;
    color: #646464;
    line-height: 26px;
}
.info36_items_content::after{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    font-size: 0;
    line-height: 0;
    float: left;
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translate(-50%, 0px);

}
.info36_items_image>img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.info36_items_info>h4{
font-size: 18px;
color: #fff;
font-weight: 600;
margin-bottom: 10px;
text-align: center;
}
.info36_items_info>p{
    font-size: 16px;
color: #fff;
text-align: center;

}

@media (max-width: 1200px) {
    .info36_content{
        grid-template-columns: 1fr 1fr  ;
    }
}

@media (max-width: 992px) {
    .info36_content{
        grid-template-columns: 1fr  ;
    }
    .info36_max_content_wrapper{
        padding: 10px 20px;
    }
}

@media (max-width: 768px) {
    .info36_content{
        grid-template-columns: 1fr  ;
    }
    .info36_max_content_wrapper{
        padding: 10px 20px;
    }
}
