﻿strong {
    font-weight: 600 !important;
}
p {
    font-size: 15px;
}

h2 {
    font-size: 26px;
}
.header-section > .inner-row > .title-col h1 > span {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    margin-top: 10px;
}
div.webinar-box > .webinar-data{
    text-align:right;
    padding:0px 10px 0px 0px;
}
.subjects-list-col > ul > li > a {
    font-size: 16px;
}
div.webinar-box > .webinar-data h3 {
    font-size: 15px;
    margin-bottom: 5px;
}
div.webinar-box > .webinar-data ul li {
    font-size:14px;
}
.modal-details-col h3 {
    font-size: 22px;
}

.modal-details-col p {
    font-size:15px;
}

.modal-details-col ul li{
    text-align:right;
    font-size:14px;
}
@media only screen and (min-width:576px) {
    .modal-details-col h3 {
        text-align: right;
    }

    .modal-details-col p {
        text-align: right;
    }
}

@media only screen and (min-width:992px) {
    p {
        font-size: 16px;
    }
    h2 {
        font-size: 28px;
    }
    .header-section > .inner-row > .title-col h1 {
        text-align: right;
    }

    .page-header-section > .inner-row > .title-col h1 > span {
        font-size: 32px;
    }

    .introduction-section {
        background-image: url(../../assets/webinar-elements/desk-top-view.png);
        background-position: calc(100% + 120px) top;
    }

    .subjects-list-col > ul > li > a {
        font-size: 18px;
    }

    div.webinar-box > .webinar-data h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }
}




/*.header-section > .inner-row > .title-col h1 > span {
    font-weight: 400;
    font-size: 26px;
    line-height: 1.2;
    margin-top: 10px;
}


@media only screen and (min-width:992px) {
    .header-section > .inner-row > .title-col h1 {
        text-align: right;
    }

    .header-section > .inner-row > .title-col h1 > span {
        font-size: 32px;
    }

    .header-section > .inner-row > .title-col p {
        font-weight:400;
    }
}*/
