.cards_version_workshops{

}

.img_cards_page{
    position: relative;
    top: 23%;
    left: 24%;
}

.img_container{
    background-color: #01397D;
    border-radius: 10px;
    width: 80px;
    height: 80px;
}


.cards_version_workshops__header{
    justify-items: center;
    margin-bottom: 5%;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    justify-self: center;

}

.cards_version_workshops__header p{
    margin-right: auto;
    width: 60%;
    margin-left: auto;
    text-align: -webkit-center;
}

.cards_version_workshops__header__subtitle{
    background-color: #ECF5FF;
    color: #0075FF !important;
    width: fit-content!important;
    font-size: 12px;
    font-weight: 500 !important;
    padding: 2px 7px !important;
    border-radius: 6px;
    margin-bottom: 5px !important;
}

.style_2 .cards_version_workshops__content__title{
    min-height: 64px;
}

.style_2 .text_link{
    color: #E70491;
    font-weight: 700;
    font-size: 14px;
}

.cards_version_workshops__header__title{
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #001B2F;
}

.cards_version_workshops__header__text{
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    opacity: 50%;
    color: #001B2F;
}

.card_workshop{
    padding: 25px;
    border-radius: 5px;
}

.card_workshop:hover{
    background-color: #F3F8FF;
    transition: 0.3s;
}

.cards_version_workshops__image__top{
    width: 100% !important;
    height: 80px;
    margin-bottom: 24px;
}

.cards_version_workshops__image__top img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-top: auto;
    margin-bottom: auto;
}

.cards_version_workshops__content{
    border-radius: 5px;
    width: 80%;
}

.cards_version_workshops__content p:nth-child(4){
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #001B2F;
    margin-bottom: 3%;
    min-height: 181px;
}

.cards_version_workshops__content__title{
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #0C294B;
}

.cards_version_workshops__content__subtitle{
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    color: #0075FF;
}

.cards_version_workshops__content__text{

}

.bottom-page{
    margin-top: 7%;
}

.wp-element-button-special{
    display: block;
    border: 1px solid #0075FF!important;
    background-color: #F3F8FF!important;
    color: #0075FF!important;
    font-size: 14px;
    padding: 15px 20px!important;
    inline-size: fit-content;
    border-radius: 5px!important;
    font-weight: 700;
}

.card:hover .wp-element-button-special{
    display: block;
    transition: 0.3s;
}

.wp-element-button-special:hover{
    background-color: #0075FF!important;
    color: #F3F8FF!important;
    transition: 0.3s;
}