.venobox-item .venobox-title{
    color: #1f2020;
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px !important;
}
.venobox-item .venobox-content{
    font-family: "Plus Jakarta Sans", Sans-serif;
    margin-bottom: 0px !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: #7a7a7a;
    text-align: center;
}
.venobox-title.animated-text{
    color: #DA7B7B ;
    font-size: 16px;
    position: relative !important;
    display: inline;
    text-align: center;
}
.venobox-item{
    text-align: center;
}
.venobox-title.animated-text::before{
    content: '';
    position: absolute;
    top: 1px;
    left: -25px;
    background-image: url(../images/youtube.png);
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: contain;
    height: 20px;
    width: 20px;

}

@media screen and (max-width:1024px){
    .venobox-item .venobox-title{
        font-size: 16px;
    }
    .venobox-item .venobox-content{
        font-size: 14px;
    }
}