   .header-h1-text {
     font-size: 90px;
     padding: 0px;
     text-align: center;
}
 .background-blue .header-h1-text {
     color: #ffffff;
}
 .custome-wrap h1.card-text {
     font-size: 70px;
     color: #001648;
     padding: 0px;
     text-align: center;
}
 .custome-wrap h2.card-text {
     font-size: 60px;
     padding: 0px 20px;
     text-align: center;
}
 .custome-wrap p.card-text {
     font-size: 1.6em;
     padding: 25px 0px 0px;
     text-align: center;
}
 .optionalblock ul {
     list-style: none;
}
 .fw-section ul, .fw-section ol {
     font-size: 1.2em;
     line-height: 24px;
}
 .optionalblock ul li {
     position: relative;
}
 .optionalblock ul li::before {
     position: absolute;
     top: 0;
     left: -16px;
     content: '\2022';
     font-weight: bold;
     font-size: 20px;
     color: #F58220;
     opacity: 0.65;
}
 .icon {
     height: 90px;
     width: auto;
     display: list-item;
     margin: 0 auto 15px auto;
}
 #contact-us-wrap, #contact-us-wrap h3 {
     color: #ffffff;
     text-align: center;
}
 #contact-us-wrap h3 {
     font-size: 60px;
}
 #contact-us-wrap .container {
     height: 200px;
}
 #contact-us-wrap .col-6 {
     padding: 25px;
}
 @media screen and (min-width: 901px) {
     .flexRow, .flexRow .col-md-4 {
         display: flex;
    }
     .well {
         display: flex;
         flex-direction: column;
         flex: 1;
    }
     .well .p1 {
         flex-grow: 1;
    }
}
 @media screen and (max-width: 480px) {
     .fw-section.fw-section-bgImage.background-white {
         background-attachment: inherit !important;
         padding-bottom: 0 !important;
    }
     .custome-wrap h1.card-text {
         font-size: 46px;
    }
     .custome-wrap p.card-text {
         font-size: 1.15em;
    }
     .custome-wrap h2.card-text {
         font-size: 40px;
    }
     .header-h1-text {
         font-size: 60px;
    }
     #contact-us-wrap .container {
         height: inherit;
    }
     #contact-us-wrap .col-6 {
         padding: 0 25px 65px;
    }
}

 