.table > tbody > tr > td, .table > tfoot > tr > td, .table > thead > tr > td{
    padding: 20px;
    font-size: 20px;
}
.bg-primarys th {
    background-color: #e73089;
    color: #fff;
}
.color-primary{
    color: #4f4f4f;
}
.color-primary:hover {
    color: #e73089;
}
.icon-webcast{
    font-size: 18px;
    margin-right: 5px;
}
.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: 25px;
    font-weight: 500;
}

@media (max-width: 575px){
    .fs-28p {
            font-size: 20px;
    }
    .margin-x{
        margin-left: 10px;
        margin-right: 10px;
    }
}
