.table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > td{
    padding: 15px;
}
.table td:nth-child(2){
text-align: center;
}
.table td:last-child{
    text-align: center;
    }
.table tr:hover td {
    background: rgba(97, 210, 76, 0.52);
}
.bg-primarys th{
    padding: 1.5rem !important;
    font-size: 14px;
    color: #000 !important;
    font-weight: 400;
    background: #ccd2cf !important;
    text-align: center;
}
.color-primary{
    color: #4f4f4f !important;
}

.icon-webcast{
    margin-right: 5px;
    color: #4f4f4f!important;
    display: inline-flex !important;
}
.hs-responsive-embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    padding-top: 25px;
}
.hs-responsive-embed-youtube iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
}
.fs-28p{
    font-size: 36px;
}
@media (max-width: 575px){
    .fs-28p{
        font-size: 28px;
    }
    .margin-x{
        margin-left: 10px;
        margin-right: 10px;
    }
}
