.article h1 {
    display: none;
}

.cta-01 {
    text-align: center;
    margin: 2em 0;
}
.cc-header {
    height: 500px;
    color: white;
    padding: 50px 20px;
    box-shadow: 0 0 50px 30px rgba(0,0,0,.12);
}
@media (min-width: 500px) {
    .cc-header {
        padding: 50px 100px;
    }
}
@media (min-width: 1410px) {
    .cc-header {
        border-radius: 20px;
    }
}
.cc-header .btn {
    border: 2px solid white;
    color: black;
    background: white;
    border-radius: 6px;
    margin-top: 2em;
}
.cc-header .btn:hover {
    background: #d71920;
    border-color: #d71920;
    color: white;
}
.cc-header h1 {
    font-size: 60px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    line-height: 1;
}
.cc-header table {
    border-collapse: collapse;
    text-shadow: 0 0 30px rgb(0, 0, 0), 0 0 30px rgb(0, 0, 0);
}
.cc-header table tr.loan {
    font-size: 24px;
    font-weight: 600;
}
.cc-header table tr td {
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 10px 5px 3px 0;
}

.cc-header table tr td + td {
    text-align: right;
    padding-right: 0;
}
.cc-header table tr:last-child td {
    border: none;
}

.cc-content {
    padding: 0 10%;
    margin-bottom: 100px;
}
.cc-white {
    background: white;
    padding: 40px 10%;
}
@media (min-width: 600px) {
    .cc-content {
        padding: 0 100px;
        margin-bottom: 100px;
    }
    .cc-white {
        padding: 40px 100px;
    }
}
@media (min-width: 1410px) {
    .cc-white {
         border-radius: 20px;
    }
}
.cta-01 .btn {
	background: #d71920;
	border-color: #d71920;
	border-radius: 6px;
	color: white;
}
.cc-content h2,
.cc-content h3 {
    font-weight: 500;
    position: relative;
    margin-bottom: 1.4em;
    line-height: 1em;
}
.cc-content h2 {
    font-size: 32px;
    text-align: center;
    margin-top: 1.4em;
}
.cc-content h3 {
	position: relative;
	padding-bottom: 10px;
	line-height: 1.1em;
}
.cc-content h3::before {
	content: '';
	background: rgba(0, 0, 0, .1);
	height: 2px;
	width: 50%;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.cc-content h3::after {
	content: '';
	background: red;
	width: 45px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -3px;
}
.cc-content .cc-desc {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 2em auto;
    text-align: center;
}
.cc-two {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1.6%;
}
@media ( min-width: 690px) {
    .cc-two {
        grid-template-columns: 1fr 1fr;
    }
}
.cc-content.cc-white h2 {
    margin-top: 0;
}
.cc-two div h3 + p {
    width: 80%;
    margin-bottom: 2em;
}
.cc-three {
    display: flex;
    gap: 0;
}

.cc-three .first {
    background: #efefef;
}
.cc-three div {
    flex: 1;
}
.cc-three div img {
    width: 100%;
    display: block;
}
.cc-three div span {
    display: block;
}
.cc-three div .number {
    margin: 10px 0;
    font-size: 50px;
    line-height: 1;
    color: rgba(0,0,0,.1);
}
.cc-three div .title-two {
    position: relative;
    margin-bottom: 27px;
}
.cc-three div .title-two:before {
    content: '';
    background: rgba(0,0,0,.1);
    height: 2px;
    display: block;
    position: absolute;
    top: 38px;
    width: 80%;
}
.cc-three div .title-two:after {
    content: '';
    background: red;
    width: 35px;
    height: 2px;
    display: block;
    position: absolute;
    top: 38px;
}
.cc-three div .desc {
    width: 80%;
}
.cc-four {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1.6%;
}
@media (min-width: 690px) {
    .cc-four {
        grid-template-columns: 1fr 1fr
    }
}
@media (min-width: 960px) {
    .cc-four {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 1120px) {
    .cc-four {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.cc-two img,
.cc-four img {
    border-radius: 10px;
    box-shadow: 0 0 35px 15px rgba(0,0,0,.1);
}
.articleForm form {
    background: rgba(0, 0, 0, 0.02);
    padding: 40px 0;
    margin-top: 0;
    position: sticky;
    top: 0;
    border-radius: 20px;
}
.formRow {
    max-width: 600px;
    margin: 0 auto;
    width: 90%;
}
.articleForm .actions {
    text-align: center;
}
.articleForm .actions {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
#contact.form {
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 2.5em;
}

.cc-one-option {
    display: flex;
    gap: 50px;
    flex-direction: column-reverse;
    margin-bottom: 4em;
}
@media (min-width: 800px) {
    .cc-one-option {
        flex-direction: row;
    }    
} 
.cc-one-option .pic {
    flex: 1;
    align-content: center;
}
.cc-one-option .pic img {
    box-shadow: 0 0 50px 30px rgba(0,0,0,.12);
    border-radius: 20px;
}
.cc-one-option .desc {
    flex: 1;
    align-content: center;
}
.desc table {
	width: 100%;
	border-collapse: collapse;
}
.desc table tr:nth-child(2n+1) {
	background: rgba(255,255,255,.5);
}
.desc table tr td {
	padding: 6px 10px;
}
.desc table tr td:nth-child(2) {
	font-weight: 600;
}