.programs_sec{
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4.2rem 0px;
    margin-bottom: 0;
    border-top: 7px solid var(--primary-site-color);
}
@media only screen and (max-width: 1100px){
    .programs_sec {
        height: 270px;
        margin: 1.2rem 0;
    }      
}
@media only screen and (max-width: 700px){
    .programs_sec {
        margin: 0;
    }       
}
@media only screen and (max-width: 640px){
    .programs_sec {
        height: 180px;
        border-top: 5px solid var(--primary-site-color);
    }       
}
@media only screen and (max-width: 540px){
    .programs_sec {
        margin: 1.2rem 0;
    }       
}
@media only screen and (max-width: 450px){
    .programs_sec {
        height: 150px;
        border-top: 4px solid var(--primary-site-color);
    }       
}
.programs_sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(80 70 70 / 50%);
}
.programs_sec img{
    width: 100%;
}

.program_intro {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
    position: absolute;
}
.program_intro .programs_sec_title {
    color: var(--white-color-static);
    text-transform: uppercase;
    font-family: var(--georgia);
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 1100px){
    .program_intro .programs_sec_title {
        font-size: 25px;
        margin-bottom: 1rem;
    }      
}
@media only screen and (max-width: 640px){
    .program_intro .programs_sec_title {
        font-size: 20px;
    }       
}
@media only screen and (max-width: 400px){
    .program_intro .programs_sec_title {
        font-size: 16px;
    }       
}

.program_intro p {
    text-align: justify;
    font-size: 22px;
    width: 950px;
    line-height: 32px;
    color: var(--white-color-static);
}
@media only screen and (max-width: 1120px){
    .program_intro p {
        width: 800px;
        font-size: 20px;
        line-height: 30px;
    }       
}
@media only screen and (max-width: 900px){
    .program_intro p {
        width: 650px;
    }       
}
@media only screen and (max-width: 750px){
    .program_intro p {
        width: 500px;
    }       
}
@media only screen and (max-width: 603px){
    .program_intro p {
        width: 70%;
        font-size: 14px;
        line-height: 19px;
    }       
}
@media only screen and (max-width: 450px){
    .program_intro p {
        width: 80%;
    }      
}

.editor-styles-wrapper .programs_grid, .programs_grid{
    display: grid;
    justify-items: center;
    align-items: center;
    margin: 4rem 0;
    width: 950px;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
@media only screen and (max-width: 1120px){
    .editor-styles-wrapper .programs_grid, .programs_grid {
        width: 800px;
    }       
}
/* .program_page_sec .programs_grid {
    justify-content: center;
    width: 100%;
} */
.editor-styles-wrapper .program_page_sec .programs_grid.locations-sec, .program_page_sec .programs_grid.locations-sec{
    margin-top: 2rem;
    gap: 3rem;
}
@media only screen and (max-width: 830px){
    .program_page_sec .programs_grid {
        grid-template-columns: 1fr;
        margin: 1rem 0;
        width: 100%;
    }
    .program_page_sec .programs_grid.locations-sec{
        gap: 0rem;
        margin-top: 0;
    }
}
.editor-styles-wrapper .program_page_sec .programs_grid.locations-sec .page_intro, .program_page_sec .programs_grid.locations-sec .page_intro{
    height: 100%;
    justify-content: space-evenly;
}
.editor-styles-wrapper .programs_box, .programs_box{
    width: 250px;
    height: 410px;
    position: relative;
    /* margin: 0 2rem; */
    /* border: 7px solid var(--white-color-static); */
    /* box-shadow: 0 0 20px #aaa; */
    overflow: hidden;
}
/*@media only screen and (max-width: 940px){*/
/*    .programs_box {*/
/*        margin: 0 .5rem;*/
/*    }       */
/*}*/
@media only screen and (max-width: 840px){
    .programs_box {
        margin: 1rem 0;
    }       
}
.editor-styles-wrapper .program_page_sec .programs_grid .programs_box, .program_page_sec .programs_grid .programs_box{
    /*margin: 0 1rem;*/
    width: 250px;
    height: 410px;
    position: relative;
    overflow: hidden;
}
/*@media only screen and (max-width: 940px){*/
/*    .program_page_sec .programs_grid .programs_box{*/
/*        margin: 0 .5rem;*/
/*    }       */
/*}*/
@media only screen and (max-width: 830px){
    .program_page_sec .programs_grid .programs_box {
        margin: 1rem 0;
    }       
}
.programs_box .programs_title{
    font-size: 14px;
    text-transform: uppercase;
    height: 70px;
    background-color: #1E1935;
    color: var(--white-color-static);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    text-align: center;
    margin: 0 0!important;
}
/* @media only screen and (max-width: 700px){
    .programs_box .programs_title{
        font-size: 12px;
    }       
} */
.programs_box img{
    height: 340px;
    width: 100%;
}
.programs_box .btn{
    position: absolute;
    bottom: 1rem;
    transform: translateX(27%);
    left: 0;
    width: 65%;
    font-size: 17px;
    padding: 14px 0.1rem;
    border-radius: 0;
}
@media only screen and (max-width: 860px){
    .programs_box .btn {
        transform: translateX(19%);
        width: 73%;
    }       
}
@media only screen and (max-width: 650px){
    .programs_box .btn {
        transform: translateX(22%);
        width: 70%;
        font-size: 14px;
    }       
}
@media only screen and (max-width: 584px){
    .programs_box .btn {
        transform: translateX(27%);
        width: 65%;
        font-size: 17px;
    }       
}
.programs_grid.locations-sec .programs_box iframe{
    width: 100%;
    height: 150px;
}
@media only screen and (max-width: 830px){
    .program_page_sec .programs_grid.locations-sec .programs_box{
        width: 60%;
        height: 500px;
    }
    .programs_grid.locations-sec .programs_box iframe{
        height: 270px;
    }    
}
@media only screen and (max-width: 500px){
    .program_page_sec .programs_grid.locations-sec .programs_box{
        width: 85%;
    }
    .programs_grid.locations-sec .programs_box iframe{
        height: 270px;
    }    
}

.why_choose_sec{
    margin-top: 3rem;
}
.why_choose_sec .page_title{
    text-align: center;
    color: #102547;
    text-transform: uppercase;
    font-family: var(--georgia);
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 600px){
    .why_choose_sec .page_title{
        font-size: 30px;
    }     
}
@media only screen and (max-width: 400px){
    .why_choose_sec .page_title{
        font-size: 25px;
    }     
}
.why_choose_sec p{
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    width: 100%;
    margin-top: 2rem;
}
@media only screen and (max-width: 400px){
    .why_choose_sec p{
        width: 95%;
    }     
}
.relate_classes_sec.relateLarge{
    display: flex;
    justify-content: center;
    align-items: center;
}
.relate_classes_sec.relateSmall{
    display: none;
}
@media only screen and (max-width: 900px){
    .relate_classes_sec{
        position: relative;
    }
    .relate_classes_sec.relateLarge{
        display: none;
    }
    .relate_classes_sec.relateSmall{
        display: flex;
        width: 100%;
        justify-content: center;
        padding: 0 2rem;
    }
    .relateSmall .swiper-wrapper {
        width: 500px;
    }
    .relateSmall .swiper-wrapper{
        width: 410px;
    }
    .relateSmall .swiper-wrapper .swiper-slide{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    .relateSmall .relateSwiper{
        display: flex;
        width: 100%;
    }
}
/* @media only screen and (max-width: 750px){
    .relate_classes_sec.relateSmall{
        width: 500px;
    }
} */
/* @media only screen and (max-width: 603px){
    .relate_classes_sec.relateSmall{
        width: 70%;
    }
} */
@media only screen and (max-width: 540px){
    .relate_classes_sec.relateSmall{
        margin: 2rem 0;
    }
}
@media only screen and (max-width: 450px){
    .relate_classes_sec.relateSmall{
        padding: 0 1rem;
    }
}

.reviews_page_sec{
    margin-top: 1rem;
}
@media only screen and (max-width: 540px){
    .reviews_page_sec{
        margin-top: 2rem;
    }
}
.reviewsPage_row{
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.reviewPage_card{
    position: relative;
    width: 35%;
    line-height: 32px;
    padding-bottom: 1rem;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width: 1120px){
    .reviewPage_card{
        width: 45%;
    }
}
@media only screen and (max-width: 800px){
    .reviewPage_card{
        width: 60%;
    }
}
@media only screen and (max-width: 700px){
    .reviewPage_card{
        padding-bottom: 2rem;
    }
}
@media only screen and (max-width: 602px){
    .reviewPage_card{
        margin-top: 3rem;
    }
}
@media only screen and (max-width: 436px){
    .reviewPage_card{
        width: 70%;
    }
}
.reviewPage_card:first-child{
    margin-top: 0;
}
.reviewPage_card::after{
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    bottom: 0;
    background-color: var(--grey-color-static);
}
.reviewPage_card:last-child:after{
    content: "";
    position: absolute;
    width: 0%;
    height: 0;
    bottom: 0;
}

#page_content .reviewPage_card p, #page_content .reviewPage_card span{
    margin-bottom: 2rem;
    text-align: center;
    font-size: 22px;
    width: 100%;
}

@media only screen and (max-width: 1120px){
    #page_content .reviewPage_card p, #page_content .reviewPage_card span {
        font-size: 20px;
        line-height: 30px;
    }       
}
@media only screen and (max-width: 603px){
    #page_content .reviewPage_card p, #page_content .reviewPage_card span {
        font-size: 16px;
        line-height: 25px;
    }       
}

@media only screen and (max-width: 450px){
    #page_content .reviewPage_card p, #page_content .reviewPage_card span {
        line-height: 25px;
    }      
}
.home_page_sec{
    margin-top: 100px;
}
@media only screen and (max-width: 700px){
    .home_page_sec{
        margin-top: 65px;
    }    
}
@media only screen and (max-width: 340px){
    .home_page_sec{
        margin-top: 67px;
    }    
}

.page_intro hr{
    background: #555;
    height: 3px;
    width: 750px;
}
@media only screen and (max-width: 1120px){
    .page_intro hr{
        width: 640px;
    } 
}
@media only screen and (max-width: 900px){
    .page_intro hr{
        width: 460px;
        margin-top: 4rem;
    } 
}
@media only screen and (max-width: 750px){
    .page_intro hr{
        width: 300px;
    } 
}
@media only screen and (max-width: 450px){
    .page_intro hr{
        width: 250px;
    } 
}
.faq-container{
    width: 950px;
}
.faq-container .faq_holder {
    margin-top: 1rem;
}
.faq-container .faq-toggler{
    border-radius: 10px;
    box-shadow: 0 0 0 #b2bec3;
    overflow: hidden;
}
.faq-container .faq-toggler h3{
    padding: 1rem 1rem;
    background: #1d1834;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #fff;
    padding-right: 3rem;
    font-size: 16px;
    margin-top: 0!important;
    margin-bottom: 0!important;
    font-weight: 400;
}
@media only screen and (max-width: 670px){
    .faq-container .faq-toggler h3{
        font-size: 12px;
        line-height: 20px;
    } 
}
.faq-container .faq-toggler h3:before{
    content: "";
    position: absolute;
    right: 1rem;
    width: 25px;
    height: 4px;
    background: #fff;
}
.faq-container .faq-toggler h3:after{
    content: "";
    position: absolute;
    right: 2rem;
    width: 4px;
    height: 10px;
    background: var(--primary-site-color);
    transition: var(--transition-pattern);
    visibility: hidden;
}
.faq-container .faq-toggler.faq_Hider h3:after{
    visibility: visible;
    height: 23px;
}
.faq-container .faq_holder p{
    text-align: justify;
    font-size: 22px;
    line-height: 32px;
    padding: 1rem 0;
}
.faq-container .faq-toggler p{
    padding: 1rem;
    background: #dfe6e9;
	margin: 0;
}
.faq-container .faq-toggler.faq_Hider p{
    display: none;
}
@media only screen and (max-width: 1120px){
    .faq-container{
        width: 800px;
    }
    .faq-container .faq_holder p{
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 900px){
    .faq-container{
        width: 650px;
    }
}
@media only screen and (max-width: 750px){
    .faq-container{
        width: 500px;
    }
}
@media only screen and (max-width: 603px){
    .faq-container{
        width: 70%;
    }
    .faq-container .faq_holder p{
        font-size: 16px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 450px){
    .faq-container{
        width: 80%;
    }
    .faq-container .faq_holder p{
        line-height: 25px;
    }
}
#page_content ul, #page_content ol{
    width: 950px;
    padding-left: 3rem;
    margin: 2rem 0;
}
#page_content ul ul, #page_content ol ol, #page_content ul ol, #page_content ol ul{
    width: 100%;
}
#page_content ul li, #page_content ol li{
    text-align: justify;
    font-size: 22px;
    line-height: 32px;
    margin-top: .5rem;
}

@media only screen and (max-width: 1120px){
    #page_content ul, #page_content ol{
        width: 800px;
    }
    #page_content ul li, #page_content ol li{
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 900px){
    #page_content ul, #page_content ol{
        width: 650px;
    }
}
@media only screen and (max-width: 750px){
    #page_content ul, #page_content ol{
        width: 500px;
    }
}
@media only screen and (max-width: 603px){
    #page_content ul, #page_content ol{
        width: 70%;
        padding-left: 2rem;
    }
    #page_content ul li, #page_content ol li{
        font-size: 16px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 450px){
    #page_content ul, #page_content ol{
        width: 80%;
    }
    #page_content ul li, #page_content ol li{
        line-height: 25px;
    }
}

#page_content ul.checkIcon_list, #page_content ol.checkIcon_list {
    list-style: none;
	padding-left: 0rem;
}
#page_content ul.checkIcon_list li, #page_content ol.checkIcon_list li {
	display: flex;
	align-items: center;
}
#page_content ul.checkIcon_list li:before, #page_content ol.checkIcon_list li:before {
  	content: '';
  	display: inline-block;
	height: 35px;
    width: 70px;
    background-size: 30px;
    background-image: url(https://excelsiormmahickory.testbrianweb.com/wp-content/uploads/2024/05/green-check-mark-hi.png);
    background-repeat: no-repeat;
	background-position: top;
    margin-right: 10px;
}
@media only screen and (max-width: 603px){
    #page_content ul.checkIcon_list li:before, #page_content ol.checkIcon_list li:before {
		height: 80px;
		background-size: 15px;
	}
}

.blog-container{
    width: 950px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3rem;
}
@media only screen and (max-width: 1120px){
    .blog-container{
        width: 800px;
    }
}
@media only screen and (max-width: 900px){
    .blog-container{
        width: 650px;
    }
}

@media only screen and (max-width: 700px){
    .blog-container{
        width: 500px;
    }
}
@media only screen and (max-width: 450px){
    .blog-container{
        width: 95%;
    }
}
.blog-container .blog-row{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blog-container .blog-row .blog-card {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
    gap: 1rem;
    align-items: center;
    width: 950px;
}
@media only screen and (max-width: 1120px) {
    .blog-container .blog-row .blog-card {
        width: 800px;
    }
}
@media only screen and (max-width: 900px) {
    .blog-container .blog-row .blog-card {
        width: 650px;
    }
}
@media only screen and (max-width: 700px) {
    .blog-container .blog-row .blog-card {
        width: 500px;
    }
}
@media only screen and (max-width: 520px) {
    .blog-container .blog-row .blog-card {
        width: 400px;
    }
}
@media only screen and (max-width: 430px) {
    .blog-container .blog-row .blog-card {
        width: 300px;
    }
}
@media only screen and (max-width: 310px) {
    .blog-container .blog-row .blog-card {
        width: 250px;
    }
}
@media only screen and (max-width: 270px) {
    .blog-container .blog-row .blog-card {
        width: 200px;
    }
}

.blog-container .blog-row .blog-card .blog-holder {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
@media only screen and (max-width: 700px) {
    .blog-container .blog-row .blog-card .blog-holder {
        align-items: center;
        flex-direction: column;
        gap: 2rem;
    }
}
.blog-container .blog-row .blog-card:nth-child(even) .blog-holder {
    flex-direction: row-reverse;
}
@media only screen and (max-width: 700px) {
    .blog-container .blog-row .blog-card:nth-child(even) .blog-holder {
        flex-direction: column;
    }
}

.blog-container .blog-row .blog-card .blog-img{
    height: 300px;
    width: 300px;
}
@media only screen and (max-width: 310px) {
    .blog-container .blog-row .blog-card .blog-img{
        height: 250px;
        width: 250px;
    }
}
@media only screen and (max-width: 270px) {
    .blog-container .blog-row .blog-card .blog-img{
        height: 200px;
        width: 200px;
    }
}

.blog-container .blog-row .blog-card img {
    width: 100%;
    height: 100%;
}
.blog-container .blog-row .blog-card .blog-holder .blog-intro {
    width: 600px;
}
@media only screen and (max-width: 1120px) {
    .blog-container .blog-row .blog-card .blog-holder .blog-intro  {
        width: 480px;
    }
}
@media only screen and (max-width: 900px) {
    .blog-container .blog-row .blog-card .blog-holder .blog-intro  {
        width: 330px;
    }
}
@media only screen and (max-width: 700px) {
    .blog-container .blog-row .blog-card .blog-holder .blog-intro  {
        width: 100%;
    }
}
#page_content .blog-card .blog-holder .blog-intro .blog-title {
    text-transform: uppercase;
    font-size: 25px;
    color: #1E78C6;
    margin-bottom: 1.5rem;
    text-align: justify;
    margin-top: 0;
    font-weight: 700;
    margin: 0;
    padding: 16px 0;
}
@media only screen and (max-width: 900px) {
    #page_content .blog-card .blog-holder .blog-intro .blog-title {
        font-size: 20px;
    }
}
@media only screen and (max-width: 430px) {
    #page_content .blog-card .blog-holder .blog-intro .blog-title {
        font-size: 16px;
        font-weight: 700;
        text-align: left;
    }
}
#page_content .blog-card .blog-holder .blog-intro p {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 2rem; 
}
@media only screen and (max-width: 900px) {
    #page_content .blog-card .blog-holder .blog-intro p {
        font-size: 20px;
        line-height: 26px;
    }
}
@media only screen and (max-width: 430px) {
    #page_content .blog-card .blog-holder .blog-intro p {
        font-size: 16px;
        line-height: 25px;
    }
}
#page_content .blog-card .blog-holder .blog-history {
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
}
@media only screen and (max-width: 430px) {
    #page_content .blog-card .blog-holder .blog-history {
        font-size: 15px;
    }
}
#page_content .blog-card:nth-child(odd) .blog-history {
    margin-bottom: 2rem;    
}
#page_content .blog-card .blog-intro .btn{
    padding: 12px 2.5rem;
}
#page_content .blog-card:nth-child(odd) .blog-intro .btn{
    float: right;
}
.blog-container .blog-row .blog-card .card-shadow {
    width: 100%;
    height: 2px;
    margin-top: 2rem;
    position: relative;
    display: flex;
    justify-content: center;
}
.blog-container .blog-row .blog-card:last-child .card-shadow {
    display: none;
}
.blog-container .blog-row .blog-card .card-shadow:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background-color: var(--grey-color-static);
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-bottom: 1.5rem;  
    justify-content: center;
}
.page-item:first-child{
    margin: 0 1rem;
}
.page-item:last-child{
    margin: 0 1rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 9px 18px!important;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--blue-color-static);
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  color: #fff;
  background-color: #f00;
  border-color: #cccccc;
}
.pagination > li > a, .pagination > li > span {
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
}
.page_intro .blog-history{
    width: 950px;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 1120px){
    .page_intro .blog-history{
        width: 800px;
    }
}
@media only screen and (max-width: 900px){
    .page_intro .blog-history{
        width: 650px;
    }
}
@media only screen and (max-width: 750px){
    .page_intro .blog-history{
        width: 500px;
    }
}
@media only screen and (max-width: 603px){
    .page_intro .blog-history{
        width: 70%;
    }
}
@media only screen and (max-width: 450px){
    .page_intro .blog-history{
        width: 80%;
    }
}
.post_banner{
    width: 100%;
    height: 600px;
    border-bottom: 7px solid var(--primary-site-color);
}
@media only screen and (max-width: 1450px){
    .post_banner{
        height: 450px;
    }
}
@media only screen and (max-width: 900px){
    .post_banner{
        height: 300px;
    }
}
@media only screen and (max-width: 700px){
    .post_banner{
        height: 250px;
    }
}
.page_intro .page_title.blog_page_title {
    margin-top: 3rem;
    width: 50%;
    line-height: 50px;
}
@media only screen and (max-width: 1020px){
    .page_intro .page_title.blog_page_title {
        width: 70%;
        font-size: 30px;
        line-height: 38px;
    }
}
@media only screen and (max-width: 770px){
    .page_intro .page_title.blog_page_title {
        width: 80%;
    }
}
@media only screen and (max-width: 750px){
    .page_intro .page_title.blog_page_title {
        width: 500px;
    }
}
@media only screen and (max-width: 603px){
    .page_intro .page_title.blog_page_title {
        width: 70%;
    }
}
@media only screen and (max-width: 535px){
    .page_intro .page_title.blog_page_title {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 450px){
    .page_intro .page_title.blog_page_title {
        width: 80%;
    }
}
@media only screen and (max-width: 311px){
    .page_intro .page_title.blog_page_title {
        font-size: 18px;
        line-height: 25px;
    }
}
@media only screen and (max-width: 279px){
    .page_intro .page_title.blog_page_title {
        font-size: 16px;
        line-height: 24px;
    }
}
/* .location_page_divider{
    margin-top: -10rem;
} */
/* @media only screen and (max-width: 618px){
    .location_page_divider{
        margin-top: 12rem;
    }
} */
.contact_info{
    width: 950px;
    display: flex;
    justify-content: start;
    gap: 10rem;
    margin: 2rem 0;
}
@media only screen and (max-width: 1120px){
    .contact_info{
        width: 800px;
        gap: 6rem;
    }
}
@media only screen and (max-width: 900px){
    .contact_info{
        width: 650px;
        gap: 3rem;
    }
}
@media only screen and (max-width: 750px){
    .contact_info{
        width: 500px;
        gap: 2rem;
    }
}
@media only screen and (max-width: 603px){
    .contact_info{
        width: 70%;
        gap: 2rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 450px){
    .contact_info{
        width: 80%;
    }
}
.contact_info .contact_card{
    width: 350px;
}
@media only screen and (max-width: 390px){
    .contact_info .contact_card{
        width: 100%;
    }
}
.contact_card h4{
    font-size: 20px;
    margin: 1rem 0;
    text-transform: uppercase;
    color: var(--black-color-static);
}
@media only screen and (max-width: 603px){
    .contact_card h4{
        text-align: center;
    }
}
.contact_card p{
    text-align: justify;
    font-size: 22px;
    line-height: 32px;
    margin-top: 1rem;
    width: 100%!important;
}
@media only screen and (max-width: 1120px){
    .contact_card p{
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 603px){
    .contact_card p{
        text-align: center!important;
        font-size: 16px;
        line-height: 25px;
    }
}
.section{
	padding-top: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.sec-title{
	text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
    text-transform: uppercase;
}
#page_content .sec-title p{
    text-align: center;
}
@media only screen and (max-width: 540px){
    .sec-title{
        font-size: 20px;
    }
}
.discount-bg{
	width: 100%;
	height: 600px;
	background: url(../images/temp/offer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: revert;
	position: relative;
    margin-top: 3rem;
}
@media only screen and (max-width: 1090px){
    .discount-bg{
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 750px){
    .discount-bg{
        height: 500px;
    }
}
@media only screen and (max-width: 603px){
    .discount-bg{
        height: 400px;
    }
}
.dis-intro{
	position: absolute;
	right: 20%;
	top: 15%;
}
@media only screen and (max-width: 1090px){
    .dis-intro{
        position: unset;
    }
}
.dis-intro h1{
	font-size: 70px;
	line-height: 80px;
	color: #fff;
}
@media only screen and (max-width: 750px){
    .dis-intro h1{
        font-size: 45px;
        line-height: 60px;
    }
}
@media only screen and (max-width: 603px){
    .dis-intro h1{
        font-size: 30px;
        line-height: 45px;
    }
}
@media only screen and (max-width: 430px){
    .dis-intro h1{
        font-size: 25px;
        line-height: 35px;
    }
}
@media only screen and (max-width: 375px){
    .dis-intro h1{
        font-size: 20px;
        line-height: 28px;
    }
}
.dis-intro ul{
	margin: 3rem 0;
	list-style: none;
}
.dis-intro li{
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	margin: 1rem 0;
}
@media only screen and (max-width: 603px){
    .dis-intro li{
        font-size: 15px;
        margin: 0.5rem 0;
    }
}
@media only screen and (max-width: 430px){
    .dis-intro li{
        font-size: 14px;
    }
}
@media only screen and (max-width: 375px){
    .dis-intro li{
        font-size: 12px;
        margin: 0.2rem 0;
    }
}
.dis-intro li div{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--primary-site-color);
	margin-right: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dis-intro li div i{
	font-size: 16px;
	color: #000;
}
.story-us{
    width: 100%;
	padding: 4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #dfe6e9;
    gap: 2rem;
}
@media only screen and (max-width: 1060px){
    .story-us{
        gap: 1rem;
    }
}
@media only screen and (max-width: 630px){
    .story-us{
        gap: 2rem;
    }
}
@media only screen and (max-width: 530px){
    .story-us{
        flex-direction: column;
    }
}
.story-card{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    width: 250px;
}
@media only screen and (max-width: 1060px){
    .story-card{
        width: 200px;
    }
}
@media only screen and (max-width: 840px){
    .story-card{
        width: 150px;
    }
}
@media only screen and (max-width: 630px){
    .story-card{
        width: 100px;
    }
}
@media only screen and (max-width: 530px){
    .story-card{
        width: 250px;
    }
}
.story-card span{
	font-size: 20px;
	opacity: .7;
}
@media only screen and (max-width: 920px){
    .story-card span{
        font-size: 18px;
    }
}
@media only screen and (max-width: 840px){
    .story-card span{
        font-size: 14px;
    }
}
@media only screen and (max-width: 530px){
    .story-card span{
        font-size: 18px;
    }
}
.story-card span:first-child{
	font-size: 30px;
	font-weight: 900;
	padding: 3px 10px;
	opacity: 1;
}
@media only screen and (max-width: 920px){
    .story-card span:first-child{
        font-size: 20px;
    }
}
@media only screen and (max-width: 840px){
    .story-card span:first-child{
        font-size: 16px;
    }
}
@media only screen and (max-width: 530px){
    .story-card span:first-child{
        font-size: 25px;
    }
}
.team-sec{
	padding: 2rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	justify-items: center;
	align-items: center;
	gap: 2rem;
}
@media only screen and (max-width: 1300px){
    .team-sec{
        grid-template-columns: 1fr 1fr;
    }
}
@media only screen and (max-width: 880px){
    .team-sec{
        grid-template-columns: 1fr;
    }
}
.team-card{
	width: 400px;
    height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
    padding: 3rem 3rem;
    background: #1d1834;
    border-radius: 20px;
}
@media only screen and (max-width: 880px){
    .team-card{
        height: auto;
    }
}
@media only screen and (max-width: 420px){
    .team-card{
        width: 300px;
    }
}
@media only screen and (max-width: 320px){
    .team-card{
        width: 95%;
    }
}
.team-img{
	width: 170px;
	height: 170px;
	border-radius: 50%;
	overflow: hidden;
}
.team-img img{
	width: 100%;
	height: 100%;
	transition: .3s;
}
.team-card:hover img{
	transform: scale(1.3);
}
.team-title{
	font-size: 25px;
	font-weight: 400;
	margin-top: 1.5rem;
    color: #fff;
}
@media only screen and (max-width: 420px){
    .team-title{
        font-size: 18px;
    }
}
.sub-title{
    color: #fff;
    margin-top: 1rem;
    font-size: 18px;
}
@media only screen and (max-width: 880px){
    .sub-title{
        font-size: 16px;
    }
}
@media only screen and (max-width: 420px){
    .sub-title{
        font-size: 12px;
    }
}
#page_content .team-card p{
	text-align: justify;
	font-size: 18px;
	line-height: 20px;
	opacity: .7;
	margin-top: 1rem;
    color: #fff;
    width: 100%;
}
@media only screen and (max-width: 540px){
    #page_content .team-card p{
        font-size: 16px;
        line-height: 22px;
    }
}



