#bottom {
font-size: 20px;
background-color: var(--blue);
color: var(--white);
padding-top: 35px;
}

#bottom .one-fourth { line-height: 1.3;  width: calc((100% - 480px) / 3); }

#bottom .one-fourth:first-child { width: 360px; }
#bottom .one-fourth:nth-child(2) { font-weight: 400; }
#bottom .one-fourth:last-child { padding-top: 52px; }

#bottom:before {
position: absolute;
left: 0px;
top: -3px;
width: 100%;
height: 3px;
background-color: transparent;
border-top: 1px solid var(--blue);
}

a.btm-link {
color: var(--white);
text-decoration: none;
}

a.btm-link:hover {
color: var(--yellow);
}

.btm-h2 { display: inline; }
.bl-var { border: 0; padding: 0; }


@media only screen and (max-width: 1600px) {
#bottom .one-fourth { line-height: 1.3;  width: calc((100% - 465px) / 3); }
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1240px) {
#bottom .one-fourth { line-height: 1.3;  width: calc((100% - 450px) / 3); }
}

@media only screen and (max-width: 1080px) {
#bottom { font-size: 18px; }
#bottom .one-fourth { line-height: 1.3;  width: calc((100% - 395px) / 3); }
#bottom .one-fourth:first-child { width: 320px; }
#bottom .one-fourth:last-child { padding-top: 46px; }
}

@media only screen and (max-width: 999px) {
#bottom .one-fourth:nth-child(2) { width: calc(100% - 470px); }
#bottom .one-fourth:last-child { width: 100px; }
.btm-h1 { display: none; }
}

@media only screen and (max-width: 768px) {
#bottom { padding-top: 30px; }
#bottom .one-fourth:nth-child(2) { width: calc(100% - 350px); margin-right: 0; }
#bottom .one-fourth:last-child { width: 100%; text-align: right; padding-top: 20px; }
.btm-h2 { display: none; }
.bl-var { display: inline-block; padding-right: 18px; border-right: 1px solid var(--white); margin-left: 16px; line-height: 0.8; }
.bl-var:last-child { border: 0; }
}

@media only screen and (max-width: 640px) {
#bottom { font-size: 16px; }
#bottom .one-fourth:first-child { width: 260px; margin-right: 20px; padding-bottom: 10px; }
#bottom .one-fourth:nth-child(2) { width: calc(100% - 285px); }
}

@media only screen and (max-width: 480px) {
#bottom { padding-top: 25px; }
#bottom .one-fourth:first-child { width: 200px; padding-bottom: 20px; }
#bottom .one-fourth:nth-child(2) { width: calc(100% - 225px); }
}

@media only screen and (max-width: 420px) {
#bottom .one-fourth:first-child { width: 160px; padding-bottom: 25px; }
#bottom .one-fourth:nth-child(2) { width: calc(100% - 185px); }
}

@media only screen and (max-width: 359px) {
#bottom .one-fourth:first-child { width: 140px; padding-bottom: 30px; }
#bottom .one-fourth:nth-child(2) { width: calc(100% - 165px); }
}
