body { 
    min-height: 100vh; 
}
.col-xxl-8{
    width: 100% !important;
}
.btn-primary{
    border-radius: 4rem !important;
    background: var(--pink-gradient-1, linear-gradient(180deg, #FB6499 0%, #EC0961 100%));
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
    border: none !important;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 700 !important; 
    padding: 1.25rem 1.5rem !important;
}
.btn-primary.alt{
    background: var(--light-blue-gradient-1, linear-gradient(180deg, #849EFB 0%, #004FF9 100%));
}
.cta-button{
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}
#site-logo{
    padding: 0.5rem;
    transition: all 0.3s ease !important;
}
.navbar-nav{
    text-align: center;
}
.nav-link{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500 !important; 
    color: #212121 !important;
    display: inline-block;
    position: relative;
}
#nav-cta-button{
    margin-top: 1rem !important;
}
.sec-header{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    border-left: 10px solid #004FF9;
    padding-left: 1rem;
    font-weight: 700;
}
.sec-header h3{
    margin-bottom: 0 !important;
    font-size: 1.25rem;
    font-family: 'Noto Sans JP', sans-serif !important;
    padding-left: 0.75rem;
    align-self: center;
}
#btn-back-to-top {
    position: fixed;
    bottom: 18px;
    right: 10px;
    display: none;
    background: #004FF9;
    border: none;
    border-radius: 24px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}
#btn-back-to-top:hover {
    transform: translateY(-4px);
}
#footer-copyright{
    text-align: center;
    margin-top: 2rem;
    font-weight: 400 !important;
    color: #212121 !important;
    font-size: 0.9rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.nav-item.mb-2 a{
    color: #212121 !important;
}
#site-footer{
    margin-bottom: 0 !important;
}
.section-1, .section-2, .section-3, .section-4, .section-5, .section-6, .section-7{
    transition: transform 0.75s, opacity 0.5s;
}
.section-1.one, .section-2.one, .section-3.one, .section-4.one, .section-5.one, .section-6.one, .section-7.one{
    transform: translateY(70px);
    opacity: 0;
}
.section-1.active, .section-2.active, .section-3.active, .section-4.active, .section-5.active, .section-6.active, .section-7.active{
    transform: translateY(0);
    opacity: 1;
}

#section1{
    background-origin: border-box !important;
}
#section2{
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-origin: border-box !important;
}
#section3{
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-origin: border-box !important;
}
#section4{
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-origin: border-box !important;
}
#section5{
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-origin: border-box !important;
}
#section6{
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-origin: border-box !important;
}
#graphics-credit{
    text-align: center !important;
    font-size: 0.75rem;
    color: #c1c1c1;
}
h1{
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #212121 !important;
}
h2{
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #212121 !important;
}
h3{
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #212121 !important;
}
h4{
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #212121 !important;
}
.breadcrumb-item.active{
    color: #212121 !important;
}
p{
    font-family: 'Noto Sans JP', sans-serif !important;
    color: #212121 !important;
    font-weight: 300 !important;
    line-height: 1.85rem !important;
}
#footer-bottom{
    text-align: center;
}
#footer-logo{
    margin-bottom: 1.5rem;
}
#footer-link{
    font-weight: 400 !important;
}
#footer-cta-button{
    text-align: center;
}
#footer-contact-button, #nav-cta-button{
    background: var(--pink-gradient-1, linear-gradient(180deg, #FB6499 0%, #EC0961 100%));
}
#footer-contact-button{
    font-size: 1rem;
}
#footer-contact{
    margin-bottom: 1rem;
}
.modal-footer{
    justify-content: center !important;
    border-top: none !important;
}
.modal-header{
    background: var(--grad-3, linear-gradient(180deg, #6B4BAA 0%, #421CF9 100%));
}
.modal-header h1{
    color: #fff !important; 
}
.col-form-label span{
    color: red !important;
    font-size: 0.9rem !important;
}
#about-info-table-format{
    margin: 0 auto;
    border-spacing: 0 4rem;
}
#about-info-table-format tbody tr{
    border: 1px solid #ededed;
    border-left: 0px solid;
    border-right: 0px solid;
}
#about-info-table-format tbody tr th{
    padding: 2rem;
    vertical-align: middle !important;
}
#about-info-table-format tbody tr td{
    padding: 1rem;
    width: 60%;
    vertical-align: middle !important;
    font-weight: 300 !important;
}
.sub-page-title{
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 2rem;
    font-weight: 600;
}
.sub-page-body{
    display: flex;
    justify-content: center;
    font-family: 'Noto Sans JP', sans-serif !important;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 3rem;
    padding-left: 3rem;
}
* {
    scroll-margin-top:100px;
}
.btn.btn-primary{
    transition: all 0.3s ease !important;
}
.btn.btn-primary:hover{
    transform: scale(1.05) !important; 
}
.nav-link:hover{
    color: #004FF9 !important;
}
.nav-link::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #004FF9;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
#footer-link{
    font-family: 'Noto Sans JP', sans-serif !important;
    text-decoration: none;
    font-weight: 400 !important;
}
#footer-link:hover{
    color: #004FF9 !important;
    font-weight: 500 !important;
}
.nav-item.mb-2.footer{
    margin-top: 1rem;
}
#site-logo:hover{
    transform: scale(1.03) !important; 
}
.cta-button.hero{
    justify-content: flex-start !important;
    margin-top: 1rem !important;
}
.contact-number{
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    margin-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.contact-number a{
    color: #212121 !important;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    transition: all 0.3s ease;
}
.contact-number a:hover{ 
    color: #004FF9 !important;
    transform: scale(1.05); 
}
.fa-solid{
    margin-right: 0.75rem; 
    transition: all 0.3s ease;
}
.fa-solid:hover{
    transform: translateY(-8px); 
}
.top-icons{
    display: flex;
}
.left-icon{
    text-align: center;
    border-right: 1px solid #cdcdcd;
    padding-right: 2.5rem;
}
.right-icon{
    text-align: center;
    padding-left: 2.5rem;
}
.carousel-control-next,
.carousel-control-prev{
    filter: invert(100%);
}
#hero-title{
    color: #F03979 !important;
}
hr {
    border: none;
    border-top: 2px dotted #747474 !important;
    margin-top: 0 !important;
}
.left-icon i{
    font-size: 3rem !important;
    color: #004FF9 !important;
    margin-bottom: 0.5rem !important;
}
.right-icon i{
    font-size: 3rem !important;
    color: #004FF9 !important;
    margin-bottom: 0.5rem !important;
}
.left-icon h4{
    color: #004FF9 !important;
}
.right-icon h4{
    color: #004FF9 !important;
}
ul{
    list-style-type: none;
    padding-left: 1rem !important;
}
li{
    line-height: 1.75;
}
.bottom-text{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-top: 2rem !important;
}
.bottom-text h3{
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    font-weight: 600 !important;
}
.bottom-text ul li{
    padding-bottom: 1rem !important;
}
.card-title{
    font-weight: 600 !important;
    font-size: 1.5rem !important;
    line-height: 1.5;
}
.app-title{
    margin-top: 1rem;
}
.card.feat-app{
    border: none !important;
}
#arrow-left{
    justify-content: flex-start;
    width: auto !important;
}
#arrow-right{
    justify-content: flex-end;
    width: auto !important;
}
#blog-card{
    position: relative;
    margin: auto;
    overflow: hidden;
    transition: all 0.3s ease;
}
#blog-card img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
}
#blog-card:hover img {
    transform: scale(1.05);
}
.card-title:hover{
    color: #004FF9 !important;
}
.card-text:hover{
    color: #004FF9 !important;
}
.col-form-label{
    font-weight: 600 !important;
}
.card-footer{
    background: none !important;
    border-top: none !important;
    text-align: right !important;
}
.img-fluid{
    transition: all 0.3s ease;
}
.img-fluid:hover{
    transform: scale(1.05) !important; 
}
#hero-image img{
    transition: all 0.3s ease;
}
#hero-image img:hover{
    transform: scale(1.03) !important; 
}
.section-1.one.container.blog{
    max-width: 1000px !important;
    margin-bottom: 5rem !important;
    margin-top: 2rem !important;
}
#blog-breadcrumb{
    margin-top: 2rem !important;
}
#blog-title{
    font-weight: 600 !important;
    font-size: 3rem !important;
    margin-top: 2rem !important;
}
#blog-date{
    margin-top: 1rem !important;
}
#blog-author{
    text-align: right;
}
#blog-thumbnail{
    margin-bottom: 2rem !important;
}
#blog-content h3{
    margin-top: 2.5rem !important;
}
.breadcrumb-item a{
    text-decoration: none !important;
    font-weight: 500 !important;
}
.card-title a{
    text-decoration: none !important;
    color: #212121 !important
}
.card-title a:hover{
    color: #004FF9 !important;
}
.card-text a{
    text-decoration: none !important;
    color: #212121 !important
}
.card-text a:hover{
    color: #004FF9 !important;
}
.terms-body li{
    list-style-type: disc !important;
}
.terms-body-inner li{
    list-style-type: circle !important;
}
.terms-body li{
    margin-top: 1rem !important;
}
.corporate-item-inner{
    line-height: 1.75;
}
.indent li{
    line-height: 1.75;
}
.carousel-item{
    background-color: #fff;
}

@media (max-width: 362px){
    #site-logo{
        width: 200px !important;
        height: auto;
    }
    #hero-title{
        font-size: 1.75rem !important;
    }
    .btn{
        font-size: 1rem !important;
    }
    .bottom-text{
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    .left-icon{
        padding-right: 1.5rem;
    }
    .right-icon{
        padding-left: 1.5rem;
    }
}
@media (max-width: 767px){
    #hero-image{
        display: flex;
        justify-content: center;
    }
    .carousel-inner .carousel-item >div{
        display: none
    }
    .carousel-inner .carousel-item >div:first-child{
        display: block
    }
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev{
    display: flex
}
@media (min-width: 768px){
    .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next{
        transform: translateX(25%)
    }
    .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev{
        transform: translateX(-25%)
    }
}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start{
    transform: translateX(0)
}
@media (max-width: 575.98px) {
    .navbar-expand-lg{
        margin-top: 1.5rem !important;
    }
    #blog-title{
        font-size: 2rem !important;
    }
    #blog-thumbnail{
        width: 100% !important;
    }
    .sub-page-body{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        padding-top: 2rem !important;
    }
    #about-info-table-format tbody tr th{
        padding: 1.5rem !important;
    }
    .sub-page-title{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .tech-logos-cont{
        margin-top: 1.5rem;
    }
    #feat-app-cont{
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    .carousel-item{
        justify-content: center;
    }
    .nav.flex-column{
        padding-left: 0 !important;
    }
    #news-section{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    #news-section h4{
        font-weight: 600 !important;
        font-size: 1rem;
    }
    #section3{
        padding-top: 1rem;
    }
    #section4{
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    #site-footer{
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    #footer-contact{
        justify-content: center !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 2rem !important;
    }
    #section2{
        padding-bottom: 0 !important;
    }
    .top-icons{
        margin-bottom: 1.5rem;
        justify-content: center;
    }
    .left-icon h4{
        font-size: 0.8rem;
        margin-top: 0.5rem;
        font-weight: 600; 
    }
    .right-icon h4{
        font-size: 0.8rem;
        margin-top: 0.5rem;
        font-weight: 600; 
    }
    .nav-link{
        padding-top: 2.5rem !important;
    }
    #nav-cta-button{
        margin-top: 2rem !important;
    }
    .btn-primary.alt{
        margin-bottom: 1.5rem;
        margin-right: 1rem;
    }
    .cta-button.hero .btn-primary{
        margin-bottom: 1.5rem !important;
    }
    .tech-logo{
        margin-right: 1rem;
        margin-bottom: 1.25rem;
        width: 90px !important;
    }
    .feat-logo{
        margin-right: 1rem;
        margin-bottom: 1.25rem;
        width: 90px !important;
    }
    .col-10{
        width: 100% !important;
    }
    #hero-image{
        margin-top: 3rem !important;
    }
    #hero-content{
        margin-top: 1.5rem;
    }
    .nav-item.mb-2{
        text-align: center;
        margin-bottom: 2rem !important;
    }
    #footer-logo{
        justify-content: center;
    }
    #footer-cta-button{
        text-align: center;
    }
    .about-info-table{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    #hero-section{
        padding-bottom: 1rem !important;
    }
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .navbar-expand-lg{
        margin-top: 1.5rem !important;
    }
    #blog-title{
        font-size: 2rem !important;
    }
    #blog-thumbnail{
        width: 100% !important;
    }
    .sub-page-body{
        padding-top: 2rem !important;
    }
    #footer-contact-button{
        margin-top: 1rem !important;
    }
    #section2{
        padding-bottom: 1rem !important;
    }
    .tech-logos-cont{
        margin-top: 2rem !important;
    }
    .tech-logo{
        margin-right: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    .feat-logo{
        margin-right: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    .cta-button.hero{
        margin-top: 2rem !important;
    }
    .btn-primary.alt{
        margin-right: 1rem !important;
    }
    #hero-top{
        justify-content: center !important;
    }
    #hero-image{
        text-align: center !important;
        margin-top: 4rem !important;
    }
    .top-icons{
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
        justify-content: center;
    }
    #hero-section{
        padding-bottom: 1rem !important;
    }
    .carousel-item{
        justify-content: center;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .contact-number.footer{
        justify-content: center !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    #site-footer-cont{
        max-width: 90% !important;
    }
    .container-fluid{
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .nav-item.mb-2{
        text-align: center;
    }
    #footer-logo{
        justify-content: center;
        margin-top: 1rem !important;
    }
    .nav.flex-column{
        padding-left: 0 !important;
    }
    #footer-bottom-cont{
        margin-top: 1rem !important;
    }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .navbar-expand-lg{
        margin-top: 1.5rem !important;
    }
    #blog-thumbnail{
        width: 100% !important;
    }
    #footer-cta-button{
        text-align: right;
    }
    #site-footer-cont{
        max-width: 95%;
    }
    #news-section{
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    #news-section h4{
        font-size: 1.25rem !important;
    }
    #hero-section{
        padding-bottom: 1rem !important;
    }
    #feat-app-cont{
        margin-top: 2.5rem !important;
        margin-bottom: 2.5rem !important;
    }
    #section2{
        padding-bottom: 1rem !important;
    }
    #section3{
        padding-bottom: 1rem !important;
    }
    #nav-cta-button{
        margin-top: 2rem !important;
    }
    .nav-link{
        padding-top: 2.5rem !important;
    }
    #footer-logo img{
        max-width: 95%;
    }
    #footer-contact a{
        font-size: 0.9rem;
    }
    #footer-contact-button{
        font-size: 0.9rem;
    }
    #site-footer{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #hero-section{
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
    }
    #hero-image{
        display: flex;
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
        margin-top: 4rem;
    }
    .tech-logos-cont{
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .tech-logo{
        margin-right: 1rem;
    }
    .feat-logo{
        margin-right: 1rem;
    }
    .btn-primary.alt{
        margin-right: 1.5rem;
    }
    .left-icon h4{
        font-size: 1.5rem !important;
        margin-top: 0.75rem;
    }
    .right-icon h4{
        font-size: 1.5rem !important;
        margin-top: 0.75rem;
    }
    .top-icons{
        margin-top: 2rem;
        margin-bottom: 2rem;
        justify-content: center;
    }
    #section1{
        background-origin: border-box !important;
    }
    #section2{
        background-origin: border-box !important;
    }
    #section3{
        background-origin: border-box !important;
    }
    #section4{
        background-origin: border-box !important;
    }
    #section5{
        background-origin: border-box !important;
    }
    #section6{
        background-origin: border-box !important;
    }
    #hero-content{
        margin-left: auto;
        padding-left: 4rem !important;
        padding-right: 4rem !important;
        margin-top: 3rem;
    }
    #store-buttons{
        margin-top: 2rem;
        margin-bottom: 2rem !important;
    }
    .cta-button.hero{
        margin-top: 1.5rem !important;
    }
    .container-fluid{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    #footer-bottom{
       margin-right: auto;
       margin-left: auto;
       text-align: center;
    }
    .nav-item.mb-2{
        margin-bottom: 1.5rem !important;
        text-align: center;
    }
    #footer-copyright{
        margin-top: 3rem;
    }
    .card-title{
        font-size: 1.25rem !important;
    }
    .hero-title{
        margin-bottom: 2rem !important;
    }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .navbar-expand-lg{
        margin-top: 2rem !important;
    }
    #blog-title{
        font-size: 3rem !important;
    }
    #blog-thumbnail{
        width: 100% !important;
    }
    .bottom-text{
        width: 65%;
        margin-right: auto;
        margin-left: auto;
    }
    .sub-page-body{
        padding-top: 3rem !important;
    }
    #footer-contact-button{
        margin-top: 1rem !important;
    }
    .top-icons{
        margin-top: 4rem !important;
        margin-bottom: 3rem !important;
    }
    #site-footer-cont{
        max-width: 90% !important;
    }
    .cta-button{
        margin-top: 2rem !important;
    }
    #section2{
        margin-top: 3rem;
    }
    #section3{
        margin-top: 1rem;
    }
    #section4{
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    #section5{
        margin-bottom: 2rem !important;
    }
    #site-logo{
        width: 350px !important;
        padding-top: 0;
        padding-bottom: 1.25rem !important;
    }
    #hero-title{
        margin-bottom: 2rem !important;
    }
    .tech-logo{
        margin-right: 1.5rem;
        width: 85px;
    }
    .feat-logo{
        margin-bottom: 1rem;
        margin-right: 1.5rem;
        width: 85px;
    }
    #hero-image{
        margin-top: 0;
    }
    #news-section h4{
        font-weight: 600 !important;
        font-size: 1.1rem !important;
    }
    .nav-link{
        padding-top: 0 !important;
        padding-bottom: 0.5rem !important
    }
    #footer-contact a{
        font-size: 1.15rem;
    }
    #footer-contact-button{
        font-size: 1.15rem;
    }
    #footer-cta-button{
        text-align: right;
    }
    .navbar-nav{
        align-items: center !important;
    }
    .display-4{
        font-size: 3rem !important;
    }
    #hero-image img{
        width: 400px !important;
        height: 400px !important;
    }
    .contact-number{
        margin-left: auto;
        display: flex;
        justify-content: flex-end;
        margin-right: 4rem !important;
        margin-top: 2rem !important; 
    }
    .contact-number.footer{
        margin-right: 1rem !important;
        margin-top: 0 !important;
    }
    #nav-cta-button{
        margin-top: 0 !important;
    }
    #hero-content{
        margin-left: auto;
        margin-top: 1.5rem;
        padding-right: 4rem !important;
    }
    .nav-link{
        margin-right: 3rem;
    }
    .container-fluid{
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .container{
        max-width: 1100px !important;
    }
    #section1{
        margin-top: 2rem !important;
    }
    #blog-cont{
        padding-top: 0.25rem !important;
    }
    .section-1.one.container.blog.active{
        padding-top: 0.25rem !important;
    }
}
@media (min-width: 992px) and (max-width: 1273.98px) {
    .bottom-text{
        width: 75%;
        margin-right: auto;
        margin-left: auto;
    }
    #navbarSupportedContent{
        justify-content: flex-end;
    }
    #nav-bar-cont{
        margin-left: 0 !important;
    }
    #section1{
        margin-top: 1rem !important;
    }
    .container-fluid{
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .nav-link{
        font-size: 0.9rem !important;
        margin-right: 2rem !important;
    }
    #site-logo{
        max-width: 250px !important;
    }
    .btn-primary.alt{
        margin-right: 1rem !important;
    }
    .tech-logo{
        margin-bottom: 1rem;
        width: 75px !important;
        margin-right: 1rem !important;
    }
    #hero-title{
        font-size: 2.4rem !important;
    }
    #nav-cta-button{
        padding-left: 1.05rem !important;
        padding-right: 1.05rem !important;
    }
    .contact-number{
        margin-right: 2rem !important;
    }
    .contact-number a{
        font-size: 1rem;
    }
    #hero-content{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #hero-image{
        padding-left: 0 !important;
    }
    .container{
        max-width: 90% !important;
    }
}
@media (min-width: 1400px) {
    #hero-image{
        margin-left: 0 !important;
    }   
    #hero-content{
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }
    .feat-logo{
        width: 120px !important;
    }
}

