﻿section {
    padding-top: 4rem;
    margin-top: -4rem;
}

.top-sub-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.info-section {
    margin: 0 auto;
    max-width: 1140px;
    min-height: calc(100vh - 102px);
}


.callout.callout-info {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
}

.callout {
    border-radius: 3px;
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #c2ecfa;
    background-color: #dff3fa;
    color: black;
    border-color: #19a2d1;
}

@media (max-width: 768px) {
    .h4, h4 {
        font-size: 1.25rem;
    }
    .h5, h5 {
        font-size: 1.20rem;
    }
    .callout.callout-info, .tab-content {
        font-size: 15px;
        line-height: 1.7;
    }
}

@media (max-width: 576px) {
     
    .callout.callout-info, .tab-content {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media (max-width: 380px) {
     
    .callout.callout-info, .tab-content {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media (max-width: 320px) {
    .callout.callout-info, .tab-content {
        font-size: 12px; 
    }
}
