@media(max-width: 1850px) {
    html {font-size: 14px;}
}
@media(max-width: 1650px) {
    html {font-size: 13px;}
}
@media(max-width: 1440px) {
    .header {padding: 1rem 2rem 0;}
    
    .logo {margin-left: -2.25rem;}
    .logo img {max-width: 10rem;}
    
    .title h1 {font-size: 6rem;}
    
    .body-container {height: calc(100% - 7rem - 14rem);padding: 0 2rem;}
    
    .main-content {margin: 0 -2rem;}
    
    .line-section {padding: 0 2rem;}
    .line-section h2 {font-size: 2.5rem;}
    
    .line p, .line a {font-size: 1.75rem;}
    
    .small-title {margin-right: -2rem;}
    .small-title h3 {font-size: 1.75rem;}
}
@media(max-width: 1280px) {
    html {font-size: 12px;}
}
@media(max-width: 1180px) {
    html {font-size: 11px;}
}
@media(max-width: 991px) {
    .header {padding: 1rem 2rem;}
    
    .title h1 {font-size: 5rem;}
}
@media(max-width: 767px) {
    html {font-size: 12px;}
    body {display: flex;justify-content: space-between;flex-direction: column;overflow: auto;height: auto;position: relative;min-height: 100vh;}

    .header {transform: none;position: relative;padding: 1rem;}
    
    .title {flex: 0 0 100%;max-width: 100%;}
    .title h1 {font-size: 4.25rem;line-height: 0.85;}
    .title h1 span {display: block;}
    
    .logo {margin-left: 0;position: absolute;left: 1rem;top: 1rem;}
    .logo img {max-width: 8rem;}

    .body-container {transform: none;height: auto;padding: 1rem;}

    .main-content {margin: 0 -1rem;}
    
    .line-section {flex: 0 0 100%;max-width: 100%;padding: 0 1rem;}
    
    .line-section h2 {padding-right: 1rem;font-size: 3rem;}
    .line-section + .line-section {padding-top: 4rem;}
    .line-section + .line-section:before {display: none;}
    
    .line {padding: 0 1rem 0 2rem; border-right: 1px solid #f78f1e;}
    .line p br {display: none;}
    
    .small-title {margin-right: 0;margin-top: 3rem;margin-bottom: 1.5rem;}

    .bottom-bar {position: relative;left: auto;right: auto;bottom: auto;}

    .verified_icon {position: absolute;top: 0;bottom: 0;left: 0.5rem;margin: auto;}
}