body.page-template-page-new-home-template .container {
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
}
body.page-template-page-new-home-template {
    font-family: var(--font-DMSans);
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 1.67 !important;
    letter-spacing: 0px !important;
}
.page-template-page-new-home-template h1 {
    font-family: var(--font-SourceSerif4);
    font-weight: 300 !important;
    font-size: 80px !important;
    line-height: 1 !important;
    color: var(--black-color);
}
.page-template-page-new-home-template h2 { 
    font-family: var(--font-SourceSerif4);
    font-weight: 300 !important;
    font-size: 64px !important;
    line-height: 1.16 !important;
    color: var(--black-color);
}

.page-template-page-new-home-template h3 { 
    font-family: var(--font-SourceSerif4);
    font-weight: 300 !important;
    font-size: 51px !important;
    line-height: 1.2 !important;
    color: var(--black-color) !important;
}

.page-template-page-new-home-template h4 { 
    font-family: var(--font-SourceSerif4);
    font-weight: 400 !important;
    font-size: 32px !important;
    line-height: 1.31 !important;
    color: var(--black-color);
}

.page-template-page-new-home-template h5 {
    font-family: var(--font-DMSans);
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    letter-spacing: 2px !important;
    color: var(--black-color);
}

.page-template-page-new-home-template p {
    font-family: var(--font-DMSans);
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 1.67 !important;
    letter-spacing: 0px;
}

.page-template-page-new-home-template .text-center {
    text-align: center;
}
.page-template-page-new-home-template .text-uppercase {
    text-transform: uppercase;
}
.page-template-page-new-home-template .d-flex {
    display: flex;
}

.page-template-page-new-home-template .p-relative {
    position: relative;
}
.page-template-page-new-home-template .p-absolute {
    position: absolute;
}

.page-template-page-new-home-template .btn {
    display: inline-block;
    font-family: var(--font-DMSans);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 51.3px;
    background: var(--blue-color);
    color: var(--white-color) !important;
    transition: all 0.3s ease-in-out;
}

.page-template-page-new-home-template .btn:hover {
    background: #141414;
    color: var(--white-color);
}

.page-template-page-new-home-template a, .page-template-page-new-home-template .link {
    font-family: var(--font-DMSans);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1C1F2A;
    transition: all 0.3s ease-in-out;
}

.page-template-page-new-home-template a:hover, .page-template-page-new-home-template .link:hover {
    color: var(--blue-color);
}
@media(max-width: 1440px) {
.page-template-page-new-home-template h1 {
    font-size: 70px !important;
}
.page-template-page-new-home-template h2 { 
    font-size: 54px !important;
}

.page-template-page-new-home-template h3 { 
    font-size: 42px !important;   
}
}
@media(max-width: 1360px) {
    .page-template-page-new-home-template h1 {
        font-size: 60px !important;
    }
}
@media(max-width: 1199px) {
    .page-template-page-new-home-template h1 {
        font-size: 50px !important;
    }
    .page-template-page-new-home-template h2 { 
        font-size: 44px !important;
    }
    .page-template-page-new-home-template h3 { 
        font-size: 36px !important;   
    }
    .page-template-page-new-home-template h4 { 
        font-size: 28px !important;
    }
}
@media(max-width: 991px) {
    .page-template-page-new-home-template .btn {
        padding: 20px 20px;
    }
}
@media(max-width: 767px) {
.page-template-page-new-home-template h1 {
        font-size: 40px !important;
    }
    .page-template-page-new-home-template h2 { 
        font-size: 32px !important;
    }
    .page-template-page-new-home-template h3 { 
        font-size: 28px !important;   
    }
    .page-template-page-new-home-template h4 { 
        font-size: 24px !important;
    }
}
@media(max-width: 767px) {
    .page-template-page-new-home-template .btn{
        font-size: 14px;
        line-height: 1.15;
        letter-spacing: 0px;
    }
    .page-template-page-new-home-template .content-box-section h2 {
        text-align: left;
    }
}