.main-title{
    font-size: 50px;
    font-weight: 700;
}
.paragraph-text {
    font-size: 30px;
    line-height: 130%;
}
.font-subtitle{
    font-size: 40px;
    font-weight: 700;
    line-height:130%
}
.main-grey {
    color: #707070;
}
.main-blue {
    color: #53b6ed;
}
.bg-primary {
    background-color: #52B6EC;
}
.row-line{
    display:flex;
    column-gap: 70px;
    row-gap: 70px;
    justify-content:center;
    flex-wrap:wrap;
}
.primary-button.yellow{
    background:#26488C;
}
.primary-button{
    background:#53B6ED;
    color:#fff;
    padding:18px 60px;
    font-weight:700;
    font-size:40px;
    line-height:1.2;
    text-decoration:none;
    text-transform: uppercase;
}
.entry-content ul.entry-content-list{
    list-style: disc;
    line-height: 1.8;
    margin-top: 18px;
}
.entry-content ul.entry-content-list li{
    margin-bottom: 20px;
}
.entry-content table.ryno-table:not(.variations){
    border: 1px solid #2B2E34;
}
.entry-content .ryno-table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
    border: 1px solid #2B2E34;
    font-size: 13px;
}
.ryno-container .et_pb_fullwidth_header_container.center .header-content{
    width: 100%;
    max-width: none;
}
.entry-content .ryno-table th {
    background-color: #52B6EC;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 16px;
    text-align: center;
    font-size: 37px;
    letter-spacing: 0.3px;
    border-right: 2px solid #2B2E34;
    line-height: 1.4;
}
.entry-content .ryno-table th:last-child {
    border-right: none;
}
.entry-content .ryno-table td {
    padding: 18px;
    text-align: center;
    font-size: 30px;
    color: #555;
    border-bottom: 1px solid #2B2E34;
    border-right: 1px solid #2B2E34;
}
.entry-content .ryno-table td:last-child {
    border-right: none;
}
.entry-content .ryno-table td:first-child {
    font-weight: 700;
    color: #2B2E34;
    text-align: right;
    padding-right: 20px;
    border-right: 1px solid #2B2E34;
}
.entry-content .ryno-table tr:last-child td {
    border-bottom: none;
}
.entry-content .ryno-table tr:nth-child(even) td {
    background-color: #EBECEC;
}

@media (max-width: 1280px) {
    .main-title{
        font-size: 32px;
    }
    .entry-content ul.entry-content-list{
        list-style: disc;
        line-height: 1.8;
        margin-top: 6px;
    }
    .entry-content ul.entry-content-list li{
        margin-bottom: 8px!important;;
        font-size: 18px!important;
    }
    .font-subtitle{
        font-size: 28px;
    }
    .paragraph-text {
        font-size: 24px;
    }
    .row-line{
        column-gap: 20px;
        row-gap: 20px;
    }
    .primary-button{
        font-size:28px;
    }

    .entry-content table:not(.variations){
        border: 1px solid #2B2E34;
    }
    .entry-content .ryno-table {
        font-size: 18px;
    }
    .entry-content .ryno-table th {
        font-size: 18px;
    }
}
@media (max-width: 980px) {
    .et_pb_row_5.et_pb_row.revert-column{
        display: flex;
        flex-direction: column-reverse;
        padding-top: 60px !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .primary-button{
        font-size:18px;
    }
    .font-subtitle{
        font-size: 18px;
    }
    .main-title{
        font-size: 24px;
    }
    .paragraph-text {
        font-size: 18px;
    }
}
